You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/eamxx/docs/user/nudging.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The user is expected to prepapre (and then use `atmchange` to point to) nudging
9
9
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).
10
10
The files can be specified with an explicit list or via pattern matching.
11
11
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.
12
13
Finally, the dimension order must be such that `lev` is the last dimension, so most likely, the user must transpose the dimensions.
0 commit comments