Skip to content

Commit 8e6c6b8

Browse files
authored
EAMxx: document the need for UNLIMITED time dim
1 parent 01efb1b commit 8e6c6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/docs/user/nudging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The user is expected to prepapre (and then use `atmchange` to point to) nudging
99
In practice, this means that the data files must contain variable names known to EAMxx (only U, V, T_mid, and qv are supported now).
1010
The files can be specified with an explicit list or via pattern matching.
1111
The files must contain an arbitary global attribute `case_t0`, and it is recommended to be the same as the time dimension unit (the files must be time-dimensioned).
12+
The time dimension should be UNLIMITED.
1213
Finally, the dimension order must be such that `lev` is the last dimension, so most likely, the user must transpose the dimensions.
1314

1415
## Pressure in the nudging data

0 commit comments

Comments
 (0)