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

Ignore:
Timestamp:
2008-04-11T19:05:03+02:00 (16 years ago)
Author:
ctlod
Message:

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

File:
1 edited

Legend:

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

    r719 r888  
    5555   !!---------------------------------------------------------------------- 
    5656   !!   OPA 9.0 , LOCEAN-IPSL (2006)  
    57    !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/istate.F90,v 1.20 2007/06/06 20:25:36 opalod Exp $  
     57   !! $Id$ 
    5858   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    5959   !!---------------------------------------------------------------------- 
     
    8181         neuler = 1                              ! Set time-step indicator at nit000 (leap-frog) 
    8282         CALL rst_read                           ! Read the restart file 
     83         CALL day( -1 )                          ! model calendar (using both namelist and restart infos) 
    8384      ELSE 
    8485         !                                    ! Start from rest 
     
    8687         neuler = 0                              ! Set time-step indicator at nit000 (euler forward) 
    8788         adatrj = 0._wp 
     89         CALL day( -1 )                          ! model calendar (using namelist infos) 
    8890         numror = 0                              ! define numror = 0 -> no restart file to read 
    8991         !                                       ! Initialization of ocean to zero 
Note: See TracChangeset for help on using the changeset viewer.