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 1350 for trunk/NEMO/OFF_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2009-03-31T09:53:11+02:00 (15 years ago)
Author:
cetlod
Message:

computation of initial calendar at the right time, see ticket:383

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/opa.F90

    r1326 r1350  
    200200 
    201201      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
     202       
     203      CALL dta_dyn( nit000 )                 ! Initialization for the dynamics 
     204      
     205      CALL trc_ini                           ! Passive tracers 
    202206 
    203207      CALL day_init                          ! Calendar 
    204  
    205       CALL dta_dyn( nit000 )                 ! Initialization for the dynamics 
    206208      !                                     ! Ocean physics 
    207209      CALL tra_qsr_init                         ! Solar radiation penetration 
    208  
    209       CALL trc_ini                           ! Passive tracers 
    210210 
    211211#if ! defined key_off_degrad 
Note: See TracChangeset for help on using the changeset viewer.