-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature to read in FVCOM lake surface conditions into FV3-LAM (#293)
* 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>
- Loading branch information
1 parent
131bc95
commit 9b7ce5f
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters