Skip to content

Commit

Permalink
Merge pull request #9 from gold2718/cam_beta07_externals
Browse files Browse the repository at this point in the history
Address issues 498 and 500
  • Loading branch information
cacraigucar authored Jan 11, 2022
2 parents c04ba8b + d39619d commit 9f09913
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ if ($aer_model eq 'mam' ) {
%modal_groups = ( 'accum' => [qw(so4 pom soa bc dst ncl)],
'aitken' => [qw(so4 soa ncl dst)],
'coarse' => [qw(dst ncl so4)],
'primary_carbon' => [qw(pom bc)],
'primary_carbon' => [qw(pom bc)],
'coarse_strat' => [qw(so4)] );

@mode_num_src = qw(A A A A A);
Expand Down Expand Up @@ -1853,7 +1853,7 @@ if (($chem =~ /trop_mozart/ or $chem =~ /trop_strat/ or $chem =~ /waccm_tsmlt/)
'num_a1 -> ' => 'mam4_num_a1_emis_file',
'num_a2 -> ' => 'num_a2_emis_file',
'num_a4 -> ' => 'mam4_num_a4_emis_file',
);
);
} elsif ($chem =~ /mam4/) {
%species = (%species,
'SOAG -> ' => 'soag_emis_file',
Expand Down Expand Up @@ -2907,6 +2907,8 @@ if (($phys =~ /cam6/ or $phys =~ /cam_dev/) and $nl->get_value('deep_scheme') =~
# cam_dev specific namelists
if ($phys =~ /cam_dev/ and $nl->get_value('deep_scheme') =~ /ZM/) {
add_default($nl, 'zmconv_parcel_pbl', 'val'=>'.true.');
} else {
add_default($nl, 'zmconv_parcel_pbl', 'val'=>'.false.');
}

# Radiation scheme
Expand Down Expand Up @@ -4645,7 +4647,7 @@ sub check_snapshot_settings {
if ($use_subcol_microp =~ /$TRUE/io) {
push (@validList_bc, ("'microp_driver_tend_subcol'"));
}
push (@validList_ac, ("'aero_model_wetdep'",
push (@validList_ac, ("'aero_model_wetdep'",
"'radiation_tend'",
"'aoa_tracers_timestep_tend'",
"'co2_cycle_set_ptend'"));
Expand Down
35 changes: 35 additions & 0 deletions cime_config/config_pes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,41 @@
</mach>
</grid>
<grid name="a%ne120">
<mach name="cheyenne">
<pes pesize="any" compset="_CAM6|_CAM%DEV">
<comment>none</comment>
<ntasks>
<ntasks_atm>1800</ntasks_atm>
<ntasks_lnd>1800</ntasks_lnd>
<ntasks_rof>1800</ntasks_rof>
<ntasks_ice>1800</ntasks_ice>
<ntasks_ocn>1800</ntasks_ocn>
<ntasks_glc>1800</ntasks_glc>
<ntasks_wav>1800</ntasks_wav>
<ntasks_cpl>1800</ntasks_cpl>
</ntasks>
<nthrds>
<nthrds_atm>1</nthrds_atm>
<nthrds_lnd>1</nthrds_lnd>
<nthrds_rof>1</nthrds_rof>
<nthrds_ice>1</nthrds_ice>
<nthrds_ocn>1</nthrds_ocn>
<nthrds_glc>1</nthrds_glc>
<nthrds_wav>1</nthrds_wav>
<nthrds_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>0</rootpe_lnd>
<rootpe_rof>0</rootpe_rof>
<rootpe_ice>0</rootpe_ice>
<rootpe_ocn>0</rootpe_ocn>
<rootpe_glc>0</rootpe_glc>
<rootpe_wav>0</rootpe_wav>
<rootpe_cpl>0</rootpe_cpl>
</rootpe>
</pes>
</mach>
<mach name="any">
<pes pesize="any" compset="any">
<comment>none</comment>
Expand Down

0 comments on commit 9f09913

Please sign in to comment.