-
Notifications
You must be signed in to change notification settings - Fork 169
cam6_4_047: update config component to handle new compset names #1078
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
Merged
peverwhee
merged 8 commits into
ESCOMP:cam_development
from
jedwards4b:update_config_component0705
Nov 19, 2024
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
04bcd98
update config component to handle new compset names
jedwards4b a955e13
remove the mct submodule stub
jedwards4b 5fef0ae
Initial changes for 1850 climate chemistry compsets
fvitt 02df169
remove the ndep settings
fvitt c1a670e
Merge remote-tracking branch 'jedwards4b/remove_mct_submodule' into u…
4622f7d
bring in use_cases from francis; remove mct
2e172ee
remove gases from fincl lists that are no longer available
peverwhee b9b727f
add changelog
peverwhee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -77,7 +77,6 @@ | |
| ISOPNOOHB | ||
| ISOPNOOHD | ||
| ISOPOH | ||
| ISOPNO3 | ||
| ISOPOOH | ||
| LIMON | ||
| MACR | ||
|
|
||
This file contains hidden or 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 hidden or 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,48 @@ | ||
| <?xml version="1.0"?> | ||
|
|
||
| <namelist_defaults> | ||
|
|
||
| <!-- Initial conditions --> | ||
| <ncdata hgrid="ne30np4" nlev="93">atm/cam/inic/se/1850C_T4S_ne30pg3_spinup01.cam.i.0002-01-01_c241114.nc</ncdata> | ||
|
|
||
| <!-- Solar data --> | ||
| <solar_irrad_data_file>atm/cam/solar/SolarForcingCMIP6_18491230-23000102_c20200615.nc</solar_irrad_data_file> | ||
| <solar_data_type>FIXED</solar_data_type> | ||
| <solar_data_ymd>18500701</solar_data_ymd> | ||
|
|
||
| <!-- Ocean Emissions --> | ||
| <csw_time_type>CYCLICAL</csw_time_type> | ||
| <csw_cycle_yr>1850</csw_cycle_yr> | ||
|
|
||
| <!-- External forcing --> | ||
| <ext_frc_type>CYCLICAL</ext_frc_type> | ||
| <ext_frc_cycle_yr>1850</ext_frc_cycle_yr> | ||
| <ext_frc_specifier hgrid="ne30np4" npg="3"> | ||
| 'num_a1 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_num_so4_a1_anthro-ene_vertical_mol_175001-201412_ne30pg3_c20200103.nc', | ||
| 'num_a1 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_num_a1_so4_contvolcano_vertical_850-5000_ne30pg3_c20200125.nc', | ||
| 'num_a2 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_num_a2_so4_contvolcano_vertical_850-5000_ne30pg3_c20200125.nc', | ||
| 'SO2 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_SO2_contvolcano_vertical_850-5000_ne30pg3_c20200125.nc', | ||
| 'so4_a1 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_so4_a1_anthro-ene_vertical_mol_175001-201412_ne30pg3_c20200103.nc', | ||
| 'so4_a1 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_so4_a1_contvolcano_vertical_850-5000_ne30pg3_c20200125.nc', | ||
| 'so4_a2 -> $INPUTDATA_ROOT/atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_so4_a2_contvolcano_vertical_850-5000_ne30pg3_c20200125.nc' | ||
| </ext_frc_specifier> | ||
|
|
||
| <!-- Surface emissions --> | ||
| <srf_emis_type>CYCLICAL</srf_emis_type> | ||
| <srf_emis_cycle_yr>1850</srf_emis_cycle_yr> | ||
|
|
||
| <!-- Lower boundary concentrations --> | ||
| <flbc_type>CYCLICAL</flbc_type> | ||
| <flbc_cycle_yr>1850</flbc_cycle_yr> | ||
| <flbc_file>atm/waccm/lb/LBC_17500116-25001216_CMIP6_SSP585_0p5degLat_c20200824.nc</flbc_file> | ||
| <flbc_list> | ||
| 'CCL4', 'CF2CLBR', 'CF3BR', 'CFC11', 'CFC113', 'CFC12', 'CH3BR', 'CH3CCL3', 'CH3CL', 'CH4', 'CO2', 'H2', | ||
| 'HCFC22', 'N2O', 'CFC114', 'CFC115', 'HCFC141B', 'HCFC142B', 'H2402', 'OCS', 'SF6', 'CFC11eq' | ||
| </flbc_list> | ||
|
|
||
| <!-- history output --> | ||
| <history_chemistry>.true.</history_chemistry> | ||
| <history_chemspecies_srf>.false.</history_chemspecies_srf> | ||
| <history_clubb>.false.</history_clubb> | ||
|
|
||
| </namelist_defaults> |
This file contains hidden or 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 hidden or 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
File renamed without changes.
This file contains hidden or 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
Submodule mct
deleted from
82b007
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.