noresm3_0_023_cam6_4_121: CAM7 physics now uses new CMIP7 nitrogen deposition #252
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.
Summary:
cam7 physics now uses new cmip7 nitrogen deposition
Contributors: mvertens
Reviewers: @gold2718
Detailed description of changes:
stream_ndep_varlisthas been added which is a colon delimited string of the variable names that are on the file.NDEP_NHx_month:NDEP_NOy_monthand it is assumed that the units are g/m2/sec and a scaling of .001 is applied inatm_stream_ndep.F90to convert tokg/m2/seddrynhx:wetnhx:drynoy:wetnoyand it is assumed that the units are kg/m2/sec so no scaling is applied inatm_stream_ndep.F90Changes made to build system: None
Changes made to the namelist: Yes (see description above)
Changes to the defaults for the boundary datasets: Yes (for nitrogen deposition if physics is cam7)
Substantial timing or memory changes: should be none
Testing: ran aux_cam_noresm and compared to noresm3_0_022_cam6_4_121. The only differences were the fields
atmImp_Faxa_ndep1andatmImp_Faxa_ndep2in thecpl.hifiles where cam7 physics was used.Issues addressed by this PR: NorESMhub/NorESM#742
@JorgSchwinger - with this PR cam will use the cmip7 nitrogen deposition datasets by default when cam7 physics is used in the simulations (which is the case for all of our current NorESM3 runs).