Skip to content

Commit 85462ca

Browse files
committed
Address comments
1 parent d668476 commit 85462ca

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

cime_config/buildnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ def prep_input(case, inst_suffixes):
173173
abio_dic_on = marbl_tracer_opt_dict.get("ABIO_DIC_ON", False)
174174

175175
# Use MARBL-provided tool to generate marbl_in
176-
MARBL_dir = os.path.join(srcroot, "components", "mom", "externals", "MARBL")
177-
MARBL_settings = MARBL_settings_for_MOM(MARBL_dir, caseroot, base_bio_on, abio_dic_on,
176+
MARBL_dir = srcroot / "components" / "mom" / "externals" / "MARBL"
177+
MARBL_settings = MARBL_settings_for_MOM(str(MARBL_dir), caseroot, base_bio_on, abio_dic_on,
178178
ocn_grid, run_type, continue_run, marbl_config)
179179
MARBL_settings.write_settings_file(rundir / "marbl_in")
180180

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
./xmlchange CALENDAR=GREGORIAN
2+
./xmlchange RUN_STARTDATE=2008-02-29
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
grid_format = "nc"
22
grid_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx10deg/cice_grid_tx10deg_20260219.nc"
33
kmt_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx10deg/cice_grid_tx10deg_20260219.nc"
4+
histfreq = 'd','x','x','x','x'
5+
histfreq_n = 1,1,1,1,1
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
grid_format = "nc"
22
grid_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx3deg/cice_grid_tx3deg_20260219.nc"
33
kmt_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx3deg/cice_grid_tx3deg_20260219.nc"
4+
histfreq = 'd','x','x','x','x'
5+
histfreq_n = 1,1,1,1,1

0 commit comments

Comments
 (0)