Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add coupled model restart test overlapping 24 hr time boundary #293

Closed
DeniseWorthen opened this issue Nov 20, 2020 · 0 comments · Fixed by #354
Closed

add coupled model restart test overlapping 24 hr time boundary #293

DeniseWorthen opened this issue Nov 20, 2020 · 0 comments · Fixed by #354
Assignees
Labels
enhancement New feature or request

Comments

@DeniseWorthen
Copy link
Collaborator

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.

@DeniseWorthen DeniseWorthen added the enhancement New feature or request label Nov 20, 2020
@DeniseWorthen DeniseWorthen self-assigned this Nov 20, 2020
epic-cicd-jenkins pushed a commit that referenced this issue Apr 17, 2023
* 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant