Skip to content

Commit cb0992c

Browse files
Add sim_year namelist default values for 1850 (pre-industrial) (ESCOMP#439)
Tag name (The PR title should also include the tag name): Originator(s): @jimmielin verified by `claude-opus-5` Description (include issue title and the keyword ['closes', 'fixes', 'resolves'] and issue number): - Add defaults for `sim_year = 1850`. This attribute requires ESCOMP/CAM-SIMA#545 companion PR. List all namelist files that were added or changed: ``` M schemes/chemistry/prescribed_aerosol_deposition_flux_namelist.xml M schemes/chemistry/prescribed_aerosols_namelist.xml M schemes/chemistry/prescribed_ozone_namelist.xml M schemes/radiation_utils/prescribe_radiative_gas_concentrations_namelist.xml M schemes/radiation_utils/solar_irradiance_data_namelist.xml - populate 1850 defaults ``` List all files eliminated and why: List all files added and what they do: List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status main...<your_branch_name>`) List all automated tests that failed, as well as an explanation for why they weren't fixed: Is this an answer-changing PR? If so, is it a new physics package, algorithm change, tuning change, etc? Yes, F1850 update If yes to the above question, describe how this code was validated with the new/modified features: Co-authored-by: Haipeng Lin <hplin@ucar.edu>
1 parent 87f018c commit cb0992c

5 files changed

Lines changed: 13 additions & 0 deletions

schemes/chemistry/prescribed_aerosol_deposition_flux_namelist.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
</desc>
101101
<values>
102102
<value>aerosoldep_monthly_1849-2006_1.9x2.5_c090803.nc</value>
103+
<!-- pre-industrial (1850) climatology -->
104+
<value sim_year="1850">aerosoldep_monthly_1850_mean_1.9x2.5_c090421.nc</value>
103105
<!-- aquaplanet runs without aerosols -->
104106
<value aquaplanet="1">''</value>
105107
</values>
@@ -167,6 +169,7 @@
167169
</desc>
168170
<values>
169171
<value>2000</value>
172+
<value sim_year="1850">1850</value>
170173
</values>
171174
</entry>
172175

schemes/chemistry/prescribed_aerosols_namelist.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
</desc>
125125
<values>
126126
<value>aero_1.9x2.5_L26_2000clim_c091112.nc</value>
127+
<value sim_year="1850">aero_1.9x2.5_L26_1850clim_c091112.nc</value>
127128
<!-- mam: mam3_1.9x2.5_L30_2000clim_c130319.nc -->
128129
<!-- aquaplanet runs without aerosols -->
129130
<value aquaplanet="1">''</value>
@@ -198,6 +199,7 @@
198199
</desc>
199200
<values>
200201
<value>2000</value>
202+
<value sim_year="1850">1850</value>
201203
</values>
202204
</entry>
203205

schemes/chemistry/prescribed_ozone_namelist.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
</desc>
101101
<values>
102102
<value>ozone_1.9x2.5_L26_2000clim_c091112.nc</value>
103+
<value sim_year="1850">ozone_1.9x2.5_L26_1850clim_c091112.nc</value>
103104
<!-- aquaplanet uses the zonally symmetric APE ozone file -->
104105
<value aquaplanet="1">apeozone_cam3_5_54.nc</value>
105106
</values>
@@ -162,6 +163,7 @@
162163
</desc>
163164
<values>
164165
<value>2000</value>
166+
<value sim_year="1850">1850</value>
165167
<!-- cycle year of the APE ozone file -->
166168
<value aquaplanet="1">1990</value>
167169
</values>

schemes/radiation_utils/prescribe_radiative_gas_concentrations_namelist.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
</desc>
8989
<values>
9090
<value>1760.0e-9</value>
91+
<value sim_year="1850">791.6e-9</value>
9192
<value aquaplanet="1" phys_suite="cam4">1650.0e-9</value>
9293
</values>
9394
</entry>
@@ -104,6 +105,7 @@
104105
</desc>
105106
<values>
106107
<value>367.0e-6</value>
108+
<value sim_year="1850">284.7e-6</value>
107109
<value aquaplanet="1" phys_suite="cam4">348.0e-6</value>
108110
</values>
109111
</entry>
@@ -120,6 +122,7 @@
120122
</desc>
121123
<values>
122124
<value>653.45e-12</value>
125+
<value sim_year="1850">12.48e-12</value>
123126
</values>
124127
</entry>
125128
<entry id="prescribed_cfc12_vmr">
@@ -135,6 +138,7 @@
135138
</desc>
136139
<values>
137140
<value>535.0e-12</value>
141+
<value sim_year="1850">0.0</value>
138142
</values>
139143
</entry>
140144
<entry id="prescribed_n2o_vmr">
@@ -150,6 +154,7 @@
150154
</desc>
151155
<values>
152156
<value>316.0e-9</value>
157+
<value sim_year="1850">275.68e-9</value>
153158
<value aquaplanet="1" phys_suite="cam4">306.0e-9</value>
154159
</values>
155160
</entry>

schemes/radiation_utils/solar_irradiance_data_namelist.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
</desc>
130130
<values>
131131
<value>20000101</value>
132+
<value sim_year="1850">18500101</value>
132133
</values>
133134
</entry>
134135
<entry id="solar_data_tod">

0 commit comments

Comments
 (0)