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/LDF – 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/LDF/ldfslp.F90

    r1515 r2027  
    3131   PRIVATE 
    3232 
    33    PUBLIC   ldf_slp    ! routine called by step.F90 
     33   PUBLIC   ldf_slp         ! routine called by step.F90 
     34   PUBLIC   ldf_slp_init    ! routine called by opa.F90 
    3435 
    3536   LOGICAL , PUBLIC, PARAMETER              ::   lk_ldfslp = .TRUE.   !: slopes flag 
     
    9798      !!---------------------------------------------------------------------- 
    9899       
    99       IF( kt == nit000 )   CALL ldf_slp_init      ! initialization (first time-step only) 
    100  
    101100      zeps  =  1.e-20                             ! Local constant initialization 
    102101      zmg   = -1.0 / grav 
Note: See TracChangeset for help on using the changeset viewer.