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 467 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2006-05-10T19:44:38+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_057:RB: step and opa reorganization

File:
1 edited

Legend:

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

    r392 r467  
    2222   USE flx_oce         ! sea-ice/ocean forcings variables 
    2323   USE dynspg_oce      ! free surface time splitting scheme variables 
    24    USE cpl_oce,         ONLY : lk_cpl              ! 
     24   USE cpl_oce, ONLY : lk_cpl              ! 
    2525 
    2626   IMPLICIT NONE 
     
    151151         itime = 0 
    152152         CALL ymds2ju( nyear, nmonth, nday, 0.e0, zdate0 ) 
    153          CALL restini( 'NONE', jpi, jpj, glamt, gphit, jpk, gdept, clname,   & 
     153         CALL restini( 'NONE', jpi, jpj, glamt, gphit, jpk, gdept_0, clname,   & 
    154154                        itime, zdate0, rdt*nstock ,numwrs, domain_id=nidom ) 
    155155 
Note: See TracChangeset for help on using the changeset viewer.