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 2027 for branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/DIA – NEMO

Ignore:
Timestamp:
2010-07-29T13:33:05+02:00 (14 years ago)
Author:
cetlod
Message:

Reorganisation of the initialisation phase, see ticket:695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/DIA/diaar5.F90

    r2004 r2027  
    2323   PRIVATE 
    2424 
    25    PUBLIC   dia_ar5   ! routine called in step.F90 module 
     25   PUBLIC   dia_ar5        ! routine called in step.F90 module 
     26   PUBLIC   dia_ar5_init   ! routine called in opa.F90 module 
    2627 
    2728   LOGICAL, PUBLIC, PARAMETER :: lk_diaar5 = .TRUE.   ! coupled flag 
     
    6768      REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zrhd, zrhop 
    6869      !!-------------------------------------------------------------------- 
    69  
    70       IF( kt == nit000  )   CALL dia_ar5_init   ! Initialization (first time-step only) 
    7170 
    7271      CALL iom_put( 'cellthc', fse3t(:,:,:) ) 
Note: See TracChangeset for help on using the changeset viewer.