Skip to content

Commit 8899c41

Browse files
Merge branch 'NOAA-EMC:develop' into bug/bump
2 parents 1ac6a33 + d8a6b3a commit 8899c41

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

ci/sync_forks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash --login
22

3+
# Turn off git-lfs for git commands in this script
4+
GIT_LFS_SKIP_SMUDGE=1
5+
36
# List of forked repositories
47
fork_repos=("soca")
58

parm/marine/marine_ecen_config.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ data_out:
7171
'${HH}': current_cycle | strftime('%H'),
7272
'${MEMDIR}': 'mem%03d' | format(imem) }) %}
7373

74-
# ocean increments are saved as 0..n-1
75-
- ['{{ DATA }}/ocn.recenter.ens.{{ (imem-1) | string }}.{{ WINDOW_END | to_isotime }}.PT0S.nc', '{{ COM_OCEAN_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ APREFIX_ENS }}mom6_increment.i006.nc']
74+
# ocean increments are saved as 1..n
75+
- ['{{ DATA }}/ocn.recenter.ens.{{ (imem) | string }}.{{ WINDOW_END | to_isotime }}.PT0S.nc', '{{ COM_OCEAN_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ APREFIX_ENS }}mom6_increment.i006.nc']
7676

7777
# ice restarts are saved as 1..n
7878
- ['{{ DATA }}/ens/cice_model.res.{{ imem | string }}.nc', '{{ COM_ICE_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ cice_rst_date }}.analysis.cice_model.res.nc']

sorc/ioda

Submodule ioda updated 32 files

sorc/saber

Submodule saber updated 136 files

sorc/ufo

Submodule ufo updated 80 files

sorc/vader

0 commit comments

Comments
 (0)