Skip to content

Commit

Permalink
Update bgc namelist to remove some coupled settings.
Browse files Browse the repository at this point in the history
Update a few bgc test to increase diagnostics.
  • Loading branch information
apcraig committed Aug 15, 2024
1 parent 5486d3f commit 4ecfd8c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 27 deletions.
17 changes: 9 additions & 8 deletions configuration/scripts/ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
tr_bgc_DON = .false.
tr_bgc_Fe = .false.
grid_o = 0.006
grid_o_t = 0.006
l_sk = 20.0
grid_oS = 0.0
l_skS = 0.028
Expand Down Expand Up @@ -429,7 +430,7 @@
fr_graze_s = 0.5
fr_graze_e = 0.5
fr_mort2min = 0.9
fr_dFe = 0.9
fr_dFe = 1.0
k_nitrif = 0.046
t_iron_conv = 3065.0
max_loss = 0.9
Expand All @@ -440,7 +441,7 @@
t_sk_ox = 12.0
algaltype_diatoms = 0.0
algaltype_sp = 0.0
algaltype_phaeo = 0.5
algaltype_phaeo = 0.0
nitratetype = -1.0
ammoniumtype = 0.0
silicatetype = -1.0
Expand All @@ -452,12 +453,12 @@
dontype_protein = 0.0
fedtype_1 = 0.0
feptype_1 = 0.5
zaerotype_bc1 = 0.0
zaerotype_bc2 = 0.0
zaerotype_dust1 = 0.0
zaerotype_dust2 = 0.0
zaerotype_dust3 = 0.0
zaerotype_dust4 = 0.0
zaerotype_bc1 = -1.0
zaerotype_bc2 = -1.0
zaerotype_dust1 = -1.0
zaerotype_dust2 = -1.0
zaerotype_dust3 = -1.0
zaerotype_dust4 = -1.0
ratio_C2N_diatoms = 7.0
ratio_C2N_sp = 7.0
ratio_C2N_phaeo = 7.0
Expand Down
3 changes: 0 additions & 3 deletions configuration/scripts/options/set_nml.bgcz
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ tr_bgc_Fe = .true.
# modal_aero = .true.
# dEdd_algae = .true.
tfrz_option = 'mushy'
highfreq = .true.
natmiter = 10
oceanmixed_ice = .false.
#
nslyr = 5
tr_snow = .true.
Expand Down
3 changes: 0 additions & 3 deletions configuration/scripts/options/set_nml.bgczclim
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ tr_bgc_Fe = .true.
# modal_aero = .true.
# dEdd_algae = .true.
tfrz_option = 'mushy'
highfreq = .true.
natmiter = 10
oceanmixed_ice = .false.
bgc_data_type = 'clim'
#
nslyr = 5
Expand Down
3 changes: 0 additions & 3 deletions configuration/scripts/options/set_nml.bgczm
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ tr_bgc_Fe = .true.
modal_aero = .true.
# dEdd_algae = .true.
tfrz_option = 'mushy'
highfreq = .true.
natmiter = 10
oceanmixed_ice = .false.
#
nslyr = 5
tr_snow = .true.
Expand Down
14 changes: 7 additions & 7 deletions configuration/scripts/options/set_nml.e3smbgc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ f_don_Am_protein = 1.0
f_doc_s = 0.5
f_doc_l = 0.5
fr_mort2min = 0.9
fr_dFe = 0.9
fr_dFe = 1.0
k_nitrif = 0.046
fr_resp_s = 0.9
y_sk_DMS = 0.7
Expand All @@ -64,11 +64,11 @@ doctype_s = 0.0
doctype_l = 0.0
dontype_protein = 0.0
fedtype_1 = 0.0
zaerotype_bc1 = 0.0
zaerotype_bc2 = 0.0
zaerotype_dust1 = 0.0
zaerotype_dust2 = 0.0
zaerotype_dust3 = 0.0
zaerotype_dust4 = 0.0
zaerotype_bc1 = -1.0
zaerotype_bc2 = -1.0
zaerotype_dust1 = -1.0
zaerotype_dust2 = -1.0
zaerotype_dust3 = -1.0
zaerotype_dust4 = -1.0
ratio_C2N_proteins = 5.0

6 changes: 3 additions & 3 deletions configuration/scripts/tests/base_suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ restart gbox80 1x1 box2001
smoke gbox80 1x1 boxslotcyl
smoke gbox12 1x1x12x12x1 boxchan,diag1,debug
restart gx3 8x2 modal
smoke gx3 8x2 bgcz
smoke gx3 8x2 bgcz,diag1,run5day
smoke gx3 8x2 jra55do
smoke gx3 8x2 bgczm,debug
smoke gx3 8x1 bgcskl,debug
smoke gx3 8x2 bgczm,diag1,debug
smoke gx3 8x1 bgcskl,diag1,debug
#smoke gx3 4x1 bgcz,thread smoke_gx3_8x2_bgcz
restart gx1 4x2 bgcsklclim,medium
restart gx1 8x1 bgczclim,medium
Expand Down

0 comments on commit 4ecfd8c

Please sign in to comment.