Skip to content
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

cam6_4_056: Nitrogen deposition fluxes #1216

Merged
merged 16 commits into from
Jan 17, 2025

Conversation

fvitt
Copy link

@fvitt fvitt commented Dec 30, 2024

Addresses #1196

	modified:   bld/build-namelist
	modified:   bld/namelist_files/namelist_defaults_cam.xml
	modified:   bld/namelist_files/namelist_definition.xml
	modified:   bld/namelist_files/use_cases/1850_cam_lt.xml
	modified:   bld/namelist_files/use_cases/1850_cam_mt.xml
	modified:   bld/namelist_files/use_cases/hist_cam_lt.xml
	modified:   bld/namelist_files/use_cases/hist_cam_mt.xml
	modified:   cime_config/buildnml
	modified:   cime_config/config_component.xml
	modified:   src/chemistry/mozart/chemistry.F90
	modified:   src/chemistry/mozart/mo_chm_diags.F90
	modified:   src/chemistry/pp_none/chemistry.F90
	modified:   src/control/camsrfexch.F90
	modified:   src/control/runtime_opts.F90
	modified:   src/cpl/nuopc/atm_import_export.F90
	modified:   src/cpl/nuopc/atm_stream_ndep.F90
	modified:   src/physics/cam/cam_diagnostics.F90
	modified:   src/utils/srf_field_check.F90
	modified:   bld/build-namelist
	modified:   bld/namelist_files/namelist_defaults_cam.xml
	modified:   bld/namelist_files/namelist_definition.xml
	modified:   bld/namelist_files/use_cases/2010_cam6.xml
	modified:   bld/namelist_files/use_cases/sd_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_sc_1850_cam6.xml
	modified:   src/chemistry/geoschem/chemistry.F90
	modified:   src/chemistry/pp_terminator/chemistry.F90
	modified:   src/control/camsrfexch.F90
	modified:   cime_config/testdefs/testmods_dirs/cam/outfrq9s_Leung_dust/user_nl_cam
	modified:   doc/ChangeLog
	modified:   src/utils/srf_field_check.F90
	modified:   src/physics/cam/cam_diagnostics.F90
	modified:   src/physics/cam/physpkg.F90
	modified:   src/physics/cam7/physpkg.F90
	modified:   src/cpl/nuopc/atm_import_export.F90
	modified:   src/cpl/nuopc/atm_stream_ndep.F90
	modified:   src/physics/cam/cam_diagnostics.F90
	modified:   src/cpl/nuopc/atm_import_export.F90
	modified:   bld/namelist_files/namelist_defaults_cam.xml
	modified:   bld/namelist_files/use_cases/1850_cam6.xml
	modified:   bld/namelist_files/use_cases/hist_cam6.xml
@fvitt fvitt self-assigned this Dec 30, 2024
@brian-eaton brian-eaton self-requested a review December 31, 2024 15:41
fvitt added 2 commits January 8, 2025 14:54
…p_list

	modified:   bld/build-namelist
	modified:   bld/namelist_files/namelist_defaults_cam.xml
	modified:   bld/namelist_files/namelist_definition.xml
	modified:   bld/namelist_files/use_cases/1850_cam6.xml
	modified:   bld/namelist_files/use_cases/1850_cam_lt.xml
	modified:   bld/namelist_files/use_cases/1850_cam_mt.xml
	modified:   bld/namelist_files/use_cases/2000_geoschem.xml
	modified:   bld/namelist_files/use_cases/2000_trop_strat_vbs_cam6.xml
	modified:   bld/namelist_files/use_cases/2010_cam6.xml
	modified:   bld/namelist_files/use_cases/2010_geoschem.xml
	modified:   bld/namelist_files/use_cases/2010_trop_strat_vbs_cam6.xml
	modified:   bld/namelist_files/use_cases/hist_cam6.xml
	modified:   bld/namelist_files/use_cases/hist_cam_lt.xml
	modified:   bld/namelist_files/use_cases/hist_cam_mt.xml
	modified:   bld/namelist_files/use_cases/hist_geoschem.xml
	modified:   bld/namelist_files/use_cases/hist_geoschem_nudged.xml
	modified:   bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6.xml
	modified:   bld/namelist_files/use_cases/hist_trop_strat_vbsext_cam6.xml
	modified:   bld/namelist_files/use_cases/hist_trop_strat_vbsfire_cam6.xml
	modified:   bld/namelist_files/use_cases/sd_cam6.xml
	modified:   bld/namelist_files/use_cases/sd_trop_strat2_cam6.xml
	modified:   bld/namelist_files/use_cases/sd_trop_strat_vbs_cam6.xml
	modified:   bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_ma_1850_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_ma_hist_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_sc_1850_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_tsmlt_1850_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_tsmlt_2000_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_tsmlt_2010_cam6.xml
	modified:   bld/namelist_files/use_cases/waccm_tsmlt_hist_cam6.xml
Copy link
Collaborator

@brian-eaton brian-eaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The definition of sim_year in namelist_definition.xml needs to have 2010 and 1850-2015 added to the list of valid values.

I wasn't sure whether the sim_year attribute needed to be added to any of the use case files that don't currently set it. It depends on whether the use case is for a configuration that prognoses the ndep fluxes or not. I don't know how to figure that out without running the model.

	modified:   bld/namelist_files/namelist_definition.xml
@cacraigucar cacraigucar self-requested a review January 10, 2025 18:13
Copy link
Collaborator

@cacraigucar cacraigucar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment requests

	modified:   bld/build-namelist
	modified:   bld/namelist_files/use_cases/2010_geoschem.xml
	modified:   bld/namelist_files/use_cases/hist_geoschem.xml
	modified:   bld/namelist_files/use_cases/hist_geoschem_nudged.xml
	modified:   doc/ChangeLog
@cacraigucar cacraigucar changed the title Nitrogen deposition fluxes cam6_4_056: Nitrogen deposition fluxes Jan 15, 2025
@fvitt fvitt merged commit ea101b3 into ESCOMP:cam_development Jan 17, 2025
2 checks passed
gold2718 pushed a commit to gold2718/CAM that referenced this pull request Feb 13, 2025
Merge pull request ESCOMP#1216 from fvitt/nitro_dep_fluxes

cam6_4_056: Nitrogen deposition fluxes

ESCOMP commit: ea101b3
gold2718 pushed a commit to gold2718/CAM that referenced this pull request Feb 19, 2025
Merge pull request ESCOMP#1216 from fvitt/nitro_dep_fluxes

cam6_4_056: Nitrogen deposition fluxes

ESCOMP commit: ea101b3
gold2718 pushed a commit to gold2718/CAM that referenced this pull request Feb 23, 2025
Merge pull request ESCOMP#1216 from fvitt/nitro_dep_fluxes

cam6_4_056: Nitrogen deposition fluxes

ESCOMP commit: ea101b3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Tag
Development

Successfully merging this pull request may close these issues.

3 participants