Skip to content

Commit 2f1e182

Browse files
committed
Suggestions from review
1 parent e6228b4 commit 2f1e182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/docs/pages/inputs/restarts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In the `restart/ocean` directory, edit `ocean_solo.res`:
8585

8686
Replace the date in the 3rd line, taking care to preserve the column alignment. The entries should not be zero-padded.
8787

88-
#### Ice:
88+
#### Sea-ice:
8989
In the `restart/ice` directory:
9090

9191
Rename the `iced.YYYY-MM-DD-00000.nc` with new date. The year, month, and day should be zero padded.
@@ -95,7 +95,7 @@ Edit the `ice.restart` pointer file to use the new file name:
9595
<terminal-line>echo ./RESTART/iced.YYYY-MM-DD-00000.nc > ice.restart_file</terminal-line>
9696
</terminal-window>
9797

98-
Replace the `year`, `nyr`, `month`, and `mday` global attributes using `nco` (in most cases, only the year will need to be changed):
98+
Replace the `year`, `nyr`, `month`, and `mday` global attributes using `nco` (in most cases, only the `year` and `nyr` attributes will need to be changed. These should be given the same value.):
9999
<terminal-window static>
100100
<terminal-line>module load nco</terminal-line>
101101
<terminal-line>ncatted -O -a year,global,o,l,<span style="color:red">YYYY</span> iced.YYYY-MM-DD-00000.nc</terminal-line>

0 commit comments

Comments
 (0)