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
* Feature to read in FVCOM lake surface conditions to FV3-LAM
Add feature to allow user to use data generated by FVCOM in FV3-LAM
as initialization of lake surface properties over the Great Lakes.
FVCOM data must be interpolated to FV3-LAM grid for this routine to
work. Following additions were made:
- Generated 3 new variables: USE_FVCOM, FVCOM_DIR, and FVCOM_FILE.
These are user defined variables available in config.sh.
USE_FVCOM: TRUE/FALSE flag to use FVCOM data
FVCOM_DIR: Directory path for local FVCOM files
FVCOM_FILE: Name of file (.nc) that contains FVCOM data
- Added to exregional_make_ics.sh to run the fortran code to replace
lake surface conditions with those in FVCOM_FILE.
- Created sorc/fvcom_to_FV3 which contains fortran code to modify
sfc_data.tile7.halo0.nc with new lake surface conditions.
* Remove Fortran source code and put in UFS_UTILS PR
* Change fvcom_to_FV3 to remove .exe file name extension
Co-authored-by: David Wright <david.m.wright@noaa.gov>
Description
For robust restart repro testing, we should include a comparison between runs which overlap the 24hr time boundary.
Solution
Add a 48h control test
Add a test to restart at 12h and continue -> 48hr.
Compare answers between 12h->48h and 48h tests.
The text was updated successfully, but these errors were encountered: