Skip to content

Commit ca44cea

Browse files
committed
Add note about cice_in.nml file
1 parent 1ee1bef commit ca44cea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

documentation/docs/pages/inputs/restarts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ These netCDF files contain snapshots of the model state while `ocean_solo.res` i
3434
The ice restart directory contains the following files:
3535

3636
```
37-
iced.2145-01-01-00000.nc ice.restart_file mice.nc
37+
cice_in.nml iced.2145-01-01-00000.nc ice.restart_file mice.nc
3838
```
3939

4040
The `iced.YYYY-MM-DD-00000.nc` holds the model state and also carries the date and time in the global attributes. `ice.restart_file` is
4141
a pointer file used by CICE when finding the correct restart file to read. `mice.nc` contains ice coupling data to be sent to the ocean model
4242
at the beginning of the next run.
4343

44+
!!! info
45+
The `cice_in.nml` file in the restart directory is not used by the model. This file will be removed from the restart directory when [Payu](https://payu.readthedocs.io) version 1.2.1 is released.
46+
4447
### Coupler
4548
The coupler restart directory contains data sent from each component at the termination of the previous run, allowing for the submodels to restart with the same boundary conditions at the beginning of the next run.
4649

0 commit comments

Comments
 (0)