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
In FV3GFS_io.F90, when the fractional grid is used, it filters out bad water temperature in the initial conditions if it is below freezing. This would filter out bad water temperature in the restart stage as well, breaking the reproducibility after restart.
I suggest using this filter at the initial starting time only, since restart should be a data-read-in process, and not filter out unrealistic values occasionally generated in the model for some reasons.
The text was updated successfully, but these errors were encountered:
…was fixed by Moorthi's modifications in ccpp/physics;
-- Restart in the coupled mode with the default physics is reproducible, if (1) bad water temperature is only filtered at the initial time; (2) no longer initialize fice to zero everywhere in the FV3 cap in order to leave lake ice untouched;
These are for Issues ufs-community#285 & ufs-community#286.
Co-authored-with: Shrinivas Moorthi <[email protected]>
Co-authored-with: Denise Worthen <[email protected]>
ShanSunNOAA
added a commit
to ShanSunNOAA/ufs-weather-model
that referenced
this issue
Nov 19, 2020
…was fixed by Moorthi's modifications in ccpp/physics;
-- Restart in the coupled mode with the default physics is reproducible, when
(1) bad water temperature is only filtered at the initial time;
(2) stop initializing fice to zero everywhere in the FV3 cap in order to keep lake ice untouched;
These address Issues ufs-community#268, ufs-community#285 & ufs-community#286.
Co-authored-by: Shrinivas Moorthi <[email protected]>
Co-authored-by: Denise Worthen <[email protected]>
In FV3GFS_io.F90, when the fractional grid is used, it filters out bad water temperature in the initial conditions if it is below freezing. This would filter out bad water temperature in the restart stage as well, breaking the reproducibility after restart.
I suggest using this filter at the initial starting time only, since restart should be a data-read-in process, and not filter out unrealistic values occasionally generated in the model for some reasons.
The text was updated successfully, but these errors were encountered: