From some offline discussion with @xylar the IntialVertCoord stream is in fact not an initial condition file (as implied by Initial), but contains time independent fields related to the VertCoord that always need to be read in OnStartUp.
|
InitialVertCoord: |
|
UsePointerFile: false |
|
Filename: OmegaMesh.nc |
|
Mode: read |
|
Precision: double |
|
Freq: 1 |
|
FreqUnits: OnStartup |
|
UseStartEnd: false |
|
Contents: |
|
- InitVertCoord |
We should rename this stream to match the naming convention HorzMeshIn, which makes it clear that it's always an input and therefore time independent. So a new stream name of VertCoordIn and a field group name of VertCoordIn. Additionally adding a comment the Default.yml explaining that stream is time independent will help avoid future confusion.
From some offline discussion with @xylar the
IntialVertCoordstream is in fact not an initial condition file (as implied byInitial), but contains time independent fields related to theVertCoordthat always need to be read inOnStartUp.Omega/components/omega/configs/Default.yml
Lines 109 to 118 in 6d2ddfc
We should rename this stream to match the naming convention
HorzMeshIn, which makes it clear that it's always an input and therefore time independent. So a new stream name ofVertCoordInand a field group name ofVertCoordIn. Additionally adding a comment theDefault.ymlexplaining that stream is time independent will help avoid future confusion.