Skip to content

Commit

Permalink
Merge pull request #180 from xylar/omega/fix-comment-in-default-yaml
Browse files Browse the repository at this point in the history
Update comment on `InitialState` stream in `Default.yml`
  • Loading branch information
philipwjones authored Dec 5, 2024
2 parents 217a69b + 4da59a6 commit e4589a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/omega/configs/Default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Omega:
Base: [Temperature, Salinity]
Debug: [Debug1, Debug2, Debug3]
IOStreams:
# InitialState should only be used when starting from scratch
# After the simulations initial start, the frequency should be
# changed to never so that the initial state file is not read.
# InitialState should only be used when starting from scratch.
# For restart runs, the frequency units should be changed from
# "OnStartup" to "never" so that the initial state file is not read.
InitialState:
UsePointerFile: false
Filename: OmegaMesh.nc
Expand Down

0 comments on commit e4589a9

Please sign in to comment.