You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when model is compiled using 32bit option. To make the restart files written out by the write grid component bit-identical to the restart files written out by FMS this was necessary:
The data type of axis variables in restart files is not consistent with the data type used for data variables:
This happens when model is compiled using 32bit option. To make the restart files written out by the write grid component bit-identical to the restart files written out by FMS this was necessary:
https://github.com/NOAA-EMC/fv3atm/blob/develop/io/module_write_restart_netcdf.F90#L567-L573
Code that defines axis in restart files should be updated to use the same real kind for both axes and data.
The text was updated successfully, but these errors were encountered: