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 1177 for trunk/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2008-09-11T18:27:52+02:00 (16 years ago)
Author:
cetlod
Message:

update modules to take into account new trends organization, see ticket:248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/oce_trc.F90

    r1152 r1177  
    154154   USE oce , ONLY :   rhop    =>    rhop    !: potential volumic mass (kg m-3)  
    155155   USE oce , ONLY :   rhd     =>    rhd     !: in situ density anomalie rhd=(rho-rau0)/rau0 (no units) 
    156 # if defined key_trc_diatrd 
    157156   USE oce , ONLY :   hdivn   =>    hdivn   !: horizontal divergence (1/s) 
    158 # endif 
    159157 
    160158 
     
    206204 
    207205   !* mixing & mixed layer depth * 
     206   USE zdfmxl , ONLY :   nmln        =>   nmln        !: number of level in the mixed layer 
    208207   USE zdfmxl , ONLY :   hmld        =>   hmld        !: mixing layer depth (turbocline) 
    209208   USE zdfmxl , ONLY :   hmlp        =>   hmlp        !: mixed layer depth  (rho=rho0+zdcrit) (m) 
Note: See TracChangeset for help on using the changeset viewer.