New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1409 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2009-04-17T12:13:32+02:00 (15 years ago)
Author:
rblod
Message:

Correct bugs in resart and iom initialisations, see ticket #417

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r1239 r1409  
    3535   PUBLIC   rst_read   ! routine called by opa  module 
    3636 
    37    LOGICAL, PUBLIC ::   lrst_oce                  !: logical to control the oce restart write  
     37   LOGICAL, PUBLIC ::   lrst_oce =  .FALSE.       !: logical to control the oce restart write  
    3838   INTEGER, PUBLIC ::   numror, numrow            !: logical unit for cean restart (read and write) 
    3939 
Note: See TracChangeset for help on using the changeset viewer.