Changeset 5518 for trunk/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90
- Timestamp:
- 2015-06-30T15:11:42+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90
r5407 r5518 90 90 INTEGER :: nitrst !: time step at which restart file should be written 91 91 LOGICAL :: lrst_oce !: logical to control the oce restart write 92 INTEGER :: numror, numrow !: logical unit for cean restart (read and write) 92 INTEGER :: numror = 0 !: logical unit for ocean restart (read). Init to 0 is needed for SAS (in daymod.F90) 93 INTEGER :: numrow !: logical unit for ocean restart (write) 93 94 INTEGER :: nrst_lst !: number of restart to output next 94 95
Note: See TracChangeset
for help on using the changeset viewer.