Description
Error:
Variable mismatch in gfs_control_type, no Fortran variable idat.
Metadata:
[idat]
standard_name = date_and_time_at_model_initialization_in_iso_order
long_name = initialization date and time
units = none
dimensions = (8)
type = integer
Fortran:
integer :: idat(1:8) ! initialization date and time
If I change the Fortran code to
integer :: idat(8) ! initialization date and time
then the error is gone.
Steps to Reproduce
See above. Should be reproducible in one of the capgen tests from develop.
Additional Context
n/a
Output
See above
Description
Error:
Metadata:
Fortran:
If I change the Fortran code to
then the error is gone.
Steps to Reproduce
See above. Should be reproducible in one of the capgen tests from
develop.Additional Context
n/a
Output
See above