Skip to content

Commit

Permalink
Minor cleanup changes
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Jul 28, 2023
1 parent 5eb55a1 commit 4563541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ if (($chem =~ /_mam4/ or $chem =~ /_mam5/) and ($phys =~ /cam6/ or $phys =~ /cam
$first = 0;
}
}
if ($chem !~ /geoschem/) {
if ($chem !~ /geoschem/) {
add_default($nl, 'ext_frc_specifier', 'val'=>$val);
unless (defined $nl->get_value('ext_frc_type')) {
add_default($nl, 'ext_frc_type', 'val'=>"'CYCLICAL'");
Expand Down
8 changes: 1 addition & 7 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
<value compset="_CAM%TJ16">-phys tj2016 -analytic_ic</value>
<value compset="_CAM%GRAYRAD">-phys grayrad -analytic_ic</value>
<value compset="_CAM%HS94">-phys held_suarez -analytic_ic</value>
<value compset="_CAM%GCHS">-phys held_suarez -chem geoschem -hemco -analytic_ic</value>
<value compset="_CAM%KESSLER">-phys kessler -chem terminator -analytic_ic -nadv_tt=6</value>

<!-- Aquaplanet -->
Expand Down Expand Up @@ -228,11 +227,6 @@
<value compset="2000_CAM40%WXIE" >waccmxie_ma_2000_cam4</value>
<value compset="2000_CAM40%WX_" >waccmx_ma_2000_cam4</value>

<value compset="2000_CAM40%GC" >geoschem</value>
<value compset="CAM%GC" >geoschem</value>
<value compset="CAM[456]0%GC" >geoschem</value>
<value compset="CAM%GCHS" >geoschem_baro_moist</value>

<value compset="2000_CAM%DEV" >2000_cam6</value>
<value compset="2000_CAM60" >2000_cam6</value>
<value compset="2000_CAM60%WCTS" >waccm_tsmlt_2000_cam6</value>
Expand Down Expand Up @@ -278,7 +272,7 @@
<value compset="HIST_CAM60%CVBSX" >hist_trop_strat_vbsext_cam6</value>
<value compset="HIST_CAM60%CFIRE" >hist_trop_strat_vbsfire_cam6</value>
<value compset="HIST_CAM60%GC" >hist_geoschem</value>
<value compset="HIST_CAM60%GC%NUDG" >hist_geoschem_nudged</value>
<value compset="HIST_CAM60%GC%NUDG">hist_geoschem_nudged</value>
<value compset="HIST_CAM60%WXIE" >waccmx_ma_hist_cam6</value>

<value compset="PIPD_CAM50" >1850-PD_cam5</value>
Expand Down

0 comments on commit 4563541

Please sign in to comment.