Fix the unit bug for soil moisture mass in the whole soil domain in sfc_drv_ruc.F90#332
Closed
tanyasmirnova wants to merge 1 commit into
Closed
Fix the unit bug for soil moisture mass in the whole soil domain in sfc_drv_ruc.F90#332tanyasmirnova wants to merge 1 commit into
tanyasmirnova wants to merge 1 commit into
Conversation
Collaborator
|
@tanyasmirnova this is still to be merged, right? I can pull this into the existing PR https://github.com/NCAR/NEMSfv3gfs/pull/265. |
Collaborator
hannahcbarnes
pushed a commit
to hannahcbarnes/ccpp-physics
that referenced
this pull request
Aug 3, 2022
…R#332) * Add diagnostic 3D tendencies for all tracers and state variables in a 4D sparse array. Also, add WRF-style per-timestep pressure diagnostics. * Add phys_tend "suite" which does nothing unless ldiag3d=.true.
grantfirl
added a commit
to grantfirl/ccpp-physics
that referenced
this pull request
Feb 12, 2026
Introduce Thompson MP namelist options to adjust rain and snow max terminal fall speeds; Enable RRTMGP working with nesting; Introduce SASAS namelist options to control convective adjustment time
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 commit removes conversion of units from [m] to [mm] for soil moisture content in the whole soil column. The units of this variable has been already converted to [mm] inside RUC LSM (module_sf_ruclsm.F).