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

Ignore:
Timestamp:
2006-09-27T10:52:29+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_064 : CT : general trends update including the addition of mean windows analysis possibility in the mixed layer

File:
1 edited

Legend:

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

    r473 r503  
    6262   USE cpl             ! coupled ocean/atmos.              (cpl_init routine) 
    6363   USE ocfzpt          ! ocean freezing point              (oc_fz_pt routine) 
    64    USE trdicp          ! momentum/tracers trends       (trd_icp_init routine) 
    65    USE trdvor          ! vorticity trends              (trd_vor_init routine) 
    66    USE trdmld          ! tracer mixed layer trends     (trd_mld_init routine) 
     64   USE trdmod          ! momentum/tracers trends       (trd_mod_init routine) 
    6765   USE flxfwb          ! freshwater budget correction  (flx_fwb_init routine) 
    6866   USE flxmod          ! thermohaline forcing of the ocean (flx_init routine) 
     
    280278      CALL zdf_init                             ! Vertical ocean physics 
    281279 
    282       !                                     ! Ocean trends 
    283       ! Control parameters  
    284       IF( lk_trdtra .OR. lk_trdmld )   l_trdtra = .TRUE. 
    285       IF( lk_trddyn .OR. lk_trdvor )   l_trddyn = .TRUE. 
    286  
    287       IF( lk_trddyn .OR. lk_trdtra )   & 
    288          &            CALL trd_icp_init         ! active tracers and/or momentum 
    289  
    290       IF( lk_trdmld ) CALL trd_mld_init         ! mixed layer 
    291  
    292       IF( lk_trdvor ) CALL trd_vor_init         ! vorticity 
     280      CALL trd_mod_init                         ! Mixed-layer/Vorticity/Integral constraints trends 
     281 
    293282 
    294283#if defined key_passivetrc 
Note: See TracChangeset for help on using the changeset viewer.