Skip to content

Commit 339d9a6

Browse files
committed
Update mfc_sln streams and Omega SSH var name
1 parent 267b793 commit 339d9a6

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

polaris/ocean/model/mpaso_to_omega.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variables:
2323
normalVelocity: NormalVelocity
2424

2525
# auxiliary state
26-
ssh: SshCell
26+
ssh: SshCellDefault
2727

2828
config:
2929
- section:

polaris/ocean/tasks/manufactured_solution/forward.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,15 @@ Omega:
4242
InitialState:
4343
UsePointerFile: false
4444
Filename: init.nc
45-
Mode: read
46-
Precision: double
47-
Freq: 1
48-
FreqUnits: OnStartup
49-
UseStartEnd: false
5045
Contents:
51-
- Restart
46+
- NormalVelocity
47+
- LayerThickness
5248
History:
53-
UsePointerFile: false
5449
Filename: output.nc
55-
Mode: write
56-
IfExists: replace
57-
Precision: double
5850
Freq: {{ output_freq }}
5951
FreqUnits: Seconds
60-
UseStartEnd: false
6152
Contents:
62-
- Tracers
53+
- NormalVelocity
54+
- LayerThickness
55+
- SshCellDefault
56+
RestartRead: {}

0 commit comments

Comments
 (0)