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 463 for trunk/NEMO/OPA_SRC/ZDF/zdf_oce.F90 – NEMO

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

nemo_v1_update_054:RB: take into account tracers and dynamics reorganization, change atsk to jki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdf_oce.F90

    r255 r463  
    2525      lk_zdfcst        = .FALSE.        !: constant vertical mixing flag 
    2626#endif 
    27    LOGICAL, PUBLIC ::    &   !: 
     27   LOGICAL, PUBLIC ::                & !!! namzdf: vertical diffusion 
     28      ln_zdfexp        = .FALSE. ,   &  !: explicit vertical diffusion scheme flag 
    2829      ln_zdfevd        = .TRUE.  ,   &  !: convection: enhanced vertical diffusion flag 
    2930      ln_zdfnpc        = .FALSE.        !: convection: non-penetrative convection flag 
    3031 
    31    LOGICAL, PUBLIC ::    &   !: 
    32       l_trazdf_exp     = .FALSE. ,   &  !: ??? 
    33       l_trazdf_imp     = .FALSE. ,   &  !:  
    34       l_dynzdf_exp     = .FALSE. ,   &  !:  
    35       l_dynzdf_imp     = .TRUE.  ,   &  !: 
    36       l_dynzdf_imp_tsk = .FALSE.        !: 
    37  
    3832   INTEGER, PUBLIC ::    & !!: namzdf:  vertical diffusion 
    3933      n_zdfexp = 3    ,  &  !: number of sub-time step (explicit time stepping) 
    40       nevdm    = 1          !: =0/1 flag to apply enhanced avm or not 
     34      n_evdm   = 1          !: =0/1 flag to apply enhanced avm or not 
    4135  
    4236   REAL(wp), PUBLIC ::   & !!: namzdf   vertical diffusion 
Note: See TracChangeset for help on using the changeset viewer.