Add capability to call radiation on physics timestep for first N time steps#1
Merged
DomHeinzeller merged 1 commit intoDec 12, 2019
Conversation
DomHeinzeller
approved these changes
Dec 12, 2019
DomHeinzeller
left a comment
There was a problem hiding this comment.
This has been approved by @tanyasmirnova previously.
1270b76 to
77bb53e
Compare
christinaholtNOAA
pushed a commit
to christinaholtNOAA/fv3atm
that referenced
this pull request
May 27, 2021
Nssl microphysics
DomHeinzeller
pushed a commit
that referenced
this pull request
Oct 20, 2021
Update submodule pointer for ccpp/physics
jderrico-noaa
pushed a commit
that referenced
this pull request
Feb 16, 2024
* In GFS_diagnostics make LAI, WILT and FLDCP be outputted with all LSMs. Also, output of LAI should not depend on RDLAI. * In GFS_typedefs.* add surface heat flux from the fire for use in RUC LSM. * Fix hail size output diagnostic array size (#1) * Added one more variable - frac_grid_burned_out - to GFS_typedefs.F90. Also, the surface heat flux from fires and frac_grid_burned_out are added to the model output in GFS_diagnostics.F90. --------- Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov> Co-authored-by: Anders Jensen <anders.jensen@noaa.gov>
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.
This PR adds the new variable
nhfrad(number of high frequency radiation calls) toGFS_typedefs.*, required for calling the radiation on physics timestep for firstnhfradtimesteps (coldstart only, for spinup). The new functionality is activated by settingnhfradin the GFS physics namelist section to a value larger than one (default is zero).Associated PR: NOAA-GSL/ccpp-physics#1
This PR has been tested to work on macOS/GNU and on hera/intel (full regression tests against official baseline using rt.conf, manual compilation and test with GSD physics).