Bug fix for snow initialization with the use of RUC LSM in cycled RRFS#138
Closed
tanyasmirnova wants to merge 1 commit into
Closed
Bug fix for snow initialization with the use of RUC LSM in cycled RRFS#138tanyasmirnova wants to merge 1 commit into
tanyasmirnova wants to merge 1 commit into
Conversation
1. Added lat/lon to the parameter list for debugging purposes. 2. Flag_restart is replaced with lsm_cold_start. 3. Removed snow initialization with the use of RUC LSM. In case of cold start snow on land andice is initialized in io/FV3GFS_io.F90. In case of warm start, these variables are carried along. 3. Corresponding changes in GFS_surface_composites.meta.
SamuelTrahanNOAA
approved these changes
Mar 17, 2022
Collaborator
|
We need fv3atm and ufs-weather-model pull requests before we can merge this. Also, we need one more approving review. |
zhanglikate
referenced
this pull request
in zhanglikate/ccpp-physics
Mar 1, 2024
bug fix: disable concurrency in GFS_phys_time_vary_init NetCDF calls
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
start snow on land andice is initialized in io/FV3GFS_io.F90. In case of
warm start, these variables are carried along.