forked from NOAA-EMC/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update gsl/develop from develop 2021/10/19 #111
Merged
DomHeinzeller
merged 17 commits into
NOAA-GSL:gsl/develop
from
climbfuji:update_gsl_develop_from_develop_20211019
Oct 22, 2021
Merged
Update gsl/develop from develop 2021/10/19 #111
DomHeinzeller
merged 17 commits into
NOAA-GSL:gsl/develop
from
climbfuji:update_gsl_develop_from_develop_20211019
Oct 22, 2021
Conversation
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
* Move the CMake build of the dycore from fv3atm into GFDL_atmos_cubed_sphere * Clean up the fv3atm CMakeLists.txt Co-authored-by: Dom Heinzeller <[email protected]>
…EMC#391) * update ccpp with CCPP PR#731 * add FV3 standalone P7 suite file * fix the filename with full time stamp for netcdf output
* update ccpp with decomposition fix
…OAA-EMC#402) Substantial changes in UGWPv1 to fix problem of lack of reproducibility when changing the domain decomposition layout.
…C#396) * This PR contains updates for new ca code, it fixes the CA restart and decomposition issues. Code changes are also in CCPP physics PR and stochastic physics PR.
* remove unused coupled suites * delete v15p2 coupled suites * update filename when the output time is not integer hours * fix the diag time issue with output_fh Co-authored-by: Denise Worthen <[email protected]> Co-authored-by: Jun Wang <[email protected]>
…nteger arrays without affecting input/output files (NOAA-EMC#388) * Make real vegetation, slope and soil type integers, remove unnecessary interstitial arrays * Add interstitial variables to save and restore vegetation/soil/slope types before/after surface physics * Make vegetation/soil/slope save variables persistent so that they can be used in the _init phases * Only allow nearest-neighbor interpolation method for integer data * Remove legacy code from CMakeLists.txt
…NOAA-EMC#406) * Ensure timestamp of imported fields is set before checking the time. * Add missing specialization method to verify import fields for run phase 1.
* Update to physics. New field added to GFS_coupling_type * Cleanup metadata. New field for RRTMGP pressure limit.
…-physics for code review and testing
…ate_gsl_develop_from_develop_20211019
… update_gsl_develop_from_develop_20211019
This was referenced Oct 20, 2021
… update_gsl_develop_from_develop_20211019
mdtoy
approved these changes
Oct 21, 2021
ccpp-physics hash updated and verified to be correct |
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.
Description
Update gsl/develop from develop as of 2021/10/19. Most important updates:
Dependencies
NOAA-GSL/ccpp-physics#109
#111
NOAA-GSL/ufs-weather-model#105
Testing
For regression testing, see NOAA-GSL/ufs-weather-model#105