-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
bugSomething isn't working correctlySomething isn't working correctlyenhancementNew feature or requestNew feature or request
Description
What is the feature/what would you like to discuss?
Stratospheric aerosol forcings using MAM5 include the following variables:
so4mass_a1, .. a2, .. a3, and now so4mass_a5
diamwet_a1, .. a2, …a3, and now diamwet_a5
SAD_AERO
which are derived from the MTt4 simulation.
These are read in for the stratosphere only, and can be used for chemistry (SAD_AERO) and are used for radiation (mass and diameter). For aerosol optical properties, we need to add VOLC_MMR1,2,3, and VOLC_MMR5.
The namelist setting should be:
rad_climate = 'A:Q:H2O', 'N:O2:O2',
'A:CO2:CO2', 'N:ozone:O3',
'A:N2O:N2O', 'A:CH4:CH4',
'N:CFC11STAR:CFC11', 'A:CFC12:CFC12',
'M:mam4_mode1:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_sig1.6_dgnh.48_c140304.nc', 'M:mam4_mode2:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/mam4_mode2_rrtmg_aitkendust_c141106.nc',
'M:mam4_mode3:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_c141106.nc', 'M:mam4_mode4:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc',
'N:VOLC_MMR1:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/volc_camRRTMG_byradius_sigma1.6_mode1_c210211.nc', 'N:VOLC_MMR2:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/volc_camRRTMG_byradius_sigma1.6_mode2_c210211.nc',
'N:VOLC_MMR3:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/volc_camRRTMG_byradius_sigma1.2_mode3_c210211.nc',
'N:VOLC_MMR5:/glade/campaign/cesm/cesmdata/inputdata/atm/cam/physprops/volc_camRRTMG_byradius_sigma1.2_mode5_c260228.nc'
Is there anyone in particular you want to be part of this conversation?
Will this change (regression test) answers?
Yes
Will you be implementing this enhancement yourself?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlyenhancementNew feature or requestNew feature or request