Skip to content

Commit

Permalink
Fix NorESM use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Nov 5, 2024
1 parent ac8c269 commit 4b3e5e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
24 changes: 12 additions & 12 deletions bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -2743,16 +2743,16 @@ if ($chem eq 'trop_mam_oslo' ) {
# Surface emission datasets:
%species = ();
%species = (%species,
'DMS -> ' => 'dms_oslo_emis_file',
'SO2 -> ' => 'so2_oslo_emis_file',
'BC_AX -> ' => 'bc_ax_oslo_emis_file',
'BC_N -> ' => 'bc_n_oslo_emis_file',
'BC_NI -> ' => 'bc_ni_oslo_emis_file',
'SO4_PR -> ' => 'so4_pr_oslo_emis_file',
'OM_NI -> ' => 'om_ni_oslo_emis_file',
'monoterp -> ' => 'monoterp_oslo_emis_file',
'isoprene -> ' => 'isoprene_oslo_emis_file',
);
'DMS -> ' => 'dms_oslo_emis_file',
'SO2 -> ' => 'so2_oslo_emis_file',
'BC_AX -> ' => 'bc_ax_oslo_emis_file',
'BC_N -> ' => 'bc_n_oslo_emis_file',
'BC_NI -> ' => 'bc_ni_oslo_emis_file',
'SO4_PR -> ' => 'so4_pr_oslo_emis_file',
'OM_NI -> ' => 'om_ni_oslo_emis_file',
'monoterp -> ' => 'monoterp_oslo_emis_file',
'isoprene -> ' => 'isoprene_oslo_emis_file',
);

my $first = 1;
my $pre = "";
Expand Down Expand Up @@ -2802,8 +2802,8 @@ if ($chem eq 'trop_mam_oslo' ) {
# Prescribed species
add_default($nl, 'tracer_cnst_specifier', 'val'=>"'O3','OH','NO3','HO2'");
unless (defined $nl->get_value('tracer_cnst_type')) {
add_default($nl, 'tracer_cnst_type', 'ver'=>'fixed_ox');
add_default($nl, 'tracer_cnst_cycle_yr','ver'=>'fixed_ox');
add_default($nl, 'tracer_cnst_type', 'ver'=>'fixed_ox');
add_default($nl, 'tracer_cnst_cycle_yr','ver'=>'fixed_ox');
}

my @files = ('tracer_cnst_datapath', 'tracer_cnst_file', 'tracer_cnst_filelist');
Expand Down
7 changes: 4 additions & 3 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,10 @@
<!-- NorESM use cases -->
<value compset="1850_CAM70%LT%NORESM%TROPMAM4" >1850_camnor_lt_tropmam4</value>
<value compset="1850_CAM70%LT%NORESM%CAMoslo" >1850_camnor_lt_osloaero</value>
<value compset="HIST_CAM70%LT%NORESM%TROPMAM4">hist_camnor_lt_tropmam4</value>
<value compset="HIST_CAM70%LT%NORESM%CAMoslo" >hist_camnor_lt_osloaero</value>

<value compset="HIST_CAM70%LT%NORESM%TROPMAM4" >hist_camnor_lt_tropmam4</value>
<value compset="HIST_CAM70%LT%NORESM%CAMoslo" >hist_camnor_lt_osloaero</value>
<value compset="2000_CAM70%LT%NORESM%TROPMAM4" >2000_camnor_tropmam4</value>
<value compset="2000_CAM70%LT%NORESM%CAMoslo" >2000_camnor_osloaero</value>
<!-- SCAM defaults to ARM97, all other IOPs are in usermods_dirs -->
<!-- <value compset="CAM[456]0%SCAM" >scam_arm97</value> -->
</values>
Expand Down

0 comments on commit 4b3e5e4

Please sign in to comment.