Skip to content

Commit 3860629

Browse files
authored
Merge pull request #276 from xylar/omega-io-time-slice
Update tests to support Omega time slices
2 parents 6b04554 + 705e81d commit 3860629

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

polaris/ocean/tasks/cosine_bell/forward.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Omega:
9191
Filename: output.nc
9292
Freq: {{ output_freq }}
9393
FreqUnits: seconds
94+
IfExists: append
95+
# effectively never
96+
FileFreq: 9999
97+
FileFreqUnits: years
9498
Contents:
9599
- Tracers
96100
- LayerThickness

polaris/ocean/tasks/manufactured_solution/forward.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Omega:
5757
Filename: output.nc
5858
Freq: {{ output_freq }}
5959
FreqUnits: Seconds
60+
IfExists: append
61+
# effectively never
62+
FileFreq: 9999
63+
FileFreqUnits: years
6064
Contents:
6165
- NormalVelocity
6266
- LayerThickness

polaris/ocean/tasks/sphere_transport/forward.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Omega:
8383
Filename: output.nc
8484
Freq: {{ output_freq }}
8585
FreqUnits: seconds
86+
IfExists: append
87+
# effectively never
88+
FileFreq: 9999
89+
FileFreqUnits: years
8690
Contents:
8791
- Tracers
8892
- LayerThickness

0 commit comments

Comments
 (0)