-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1203 from brian-eaton/misc06
cam6_4_055: Add QPLT and QPMT compsets, plus misc.
- Loading branch information
Showing
18 changed files
with
357 additions
and
151 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<!-- Spun up IC files --> | ||
<ncdata hgrid="ne3np4" nlev="58" >atm/cam/inic/se/QPLT_L58_ne3pg3_c241127.nc</ncdata> | ||
<ncdata hgrid="ne30np4" nlev="58" >atm/cam/inic/se/QPLT_L58_ne30pg3_c241127.nc</ncdata> | ||
<ncdata hgrid="ne3np4" nlev="93" >atm/cam/inic/se/QPMT_L93_ne3pg3_c241223.nc</ncdata> | ||
<ncdata hgrid="ne30np4" nlev="93" >atm/cam/inic/se/QPMT_L93_ne30pg3_c241223.nc</ncdata> | ||
|
||
<!-- make planet orbit circular --> | ||
<orb_eccen >0.</orb_eccen> | ||
<orb_obliq >0.</orb_obliq> | ||
<orb_mvelp >0.</orb_mvelp> | ||
<orb_mode>fixed_parameters</orb_mode> | ||
|
||
<!-- turn off volcanos --> | ||
<prescribed_strataero_feedback> false </prescribed_strataero_feedback> | ||
|
||
<!-- APE ghg --> | ||
<ch4vmr >1.650e-6</ch4vmr> | ||
<n2ovmr >0.306e-6</n2ovmr> | ||
<co2vmr >348.0e-6</co2vmr> | ||
<f11vmr >0.0 </f11vmr> | ||
<f12vmr >0.0 </f12vmr> | ||
|
||
<!-- Solar insolation of 1365 --> | ||
<solar_irrad_data_file >atm/cam/solar/ape_solar_ave_tsi_1365.nc</solar_irrad_data_file> | ||
|
||
<!-- zonally symmetric ozone file --> | ||
<prescribed_ozone_file model_top="lt">apeozone_cam3_5_54.nc</prescribed_ozone_file> | ||
<prescribed_ozone_file model_top="mt">aquaplanet_ozone_hightop_c20180412.nc</prescribed_ozone_file> | ||
<prescribed_ozone_datapath>atm/cam/ozone</prescribed_ozone_datapath> | ||
<prescribed_ozone_name >OZONE</prescribed_ozone_name> | ||
<prescribed_ozone_type >CYCLICAL</prescribed_ozone_type> | ||
<prescribed_ozone_cycle_yr>1990</prescribed_ozone_cycle_yr> | ||
|
||
<!-- Revised physics constants for ape experiments --> | ||
<sday >86164.10063718943</sday> | ||
<rearth >6.37100e6</rearth> | ||
<gravit >9.79764</gravit> | ||
<mwdry >28.96623324623746</mwdry> | ||
<mwh2o >18.01618112892741</mwh2o> | ||
<cpwv >1.846e3</cpwv> | ||
|
||
<use_topo_file >.false.</use_topo_file> | ||
|
||
<micro_mg_nccons >.true. </micro_mg_nccons> | ||
<micro_mg_nicons >.true. </micro_mg_nicons> | ||
<ext_frc_specifier > "" </ext_frc_specifier> | ||
<srf_emis_specifier > "" </srf_emis_specifier> | ||
<tracer_cnst_specifier > "" </tracer_cnst_specifier> | ||
<prescribed_aero_file > "" </prescribed_aero_file> | ||
<prescribed_aero_specifier> "" </prescribed_aero_specifier> | ||
|
||
<seasalt_emis_scale > 0.0 </seasalt_emis_scale> | ||
|
||
<!-- Just make the GHGs radiatively active (no aerosols). | ||
CFC concentrations are set to zero above --> | ||
<rad_climate> 'A:Q:H2O', 'N:O2:O2', 'N:CO2:CO2', 'N:ozone:O3', | ||
'N:N2O:N2O', 'N:CH4:CH4', 'N:CFC11:CFC11', 'N:CFC12:CFC12' </rad_climate> | ||
|
||
</namelist_defaults> |
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
cime_config/testdefs/testmods_dirs/cam/outfrq3s_cosp/shell_commands
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
CAM_CONFIG_OPTS=`./xmlquery CAM_CONFIG_OPTS --value` | ||
if [[ $CAM_CONFIG_OPTS != *"-cosp"* ]]; then | ||
./xmlchange -append CAM_CONFIG_OPTS="-cosp" | ||
./xmlchange --append CAM_CONFIG_OPTS="-cosp" | ||
fi | ||
./xmlchange ROF_NCPL=\$ATM_NCPL | ||
./xmlchange GLC_NCPL=\$ATM_NCPL | ||
./xmlchange CAM_NML_USE_CASE=UNSET | ||
./xmlchange RUN_STARTDATE="19950101" |
This file contains 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
Oops, something went wrong.