Skip to content

Commit

Permalink
Update mfc_sln streams and Omega SSH var name
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 28, 2024
1 parent 267b793 commit 339d9a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion polaris/ocean/model/mpaso_to_omega.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variables:
normalVelocity: NormalVelocity

# auxiliary state
ssh: SshCell
ssh: SshCellDefault

config:
- section:
Expand Down
18 changes: 6 additions & 12 deletions polaris/ocean/tasks/manufactured_solution/forward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,15 @@ Omega:
InitialState:
UsePointerFile: false
Filename: init.nc
Mode: read
Precision: double
Freq: 1
FreqUnits: OnStartup
UseStartEnd: false
Contents:
- Restart
- NormalVelocity
- LayerThickness
History:
UsePointerFile: false
Filename: output.nc
Mode: write
IfExists: replace
Precision: double
Freq: {{ output_freq }}
FreqUnits: Seconds
UseStartEnd: false
Contents:
- Tracers
- NormalVelocity
- LayerThickness
- SshCellDefault
RestartRead: {}

0 comments on commit 339d9a6

Please sign in to comment.