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 5972 for branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/OPA_SRC/TRD/trdglo.F90 – NEMO

Ignore:
Timestamp:
2015-12-02T09:52:20+01:00 (8 years ago)
Author:
timgraham
Message:

Upgraded to head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/OPA_SRC/TRD/trdglo.F90

    r5967 r5972  
    44   !! Ocean diagnostics:  global domain averaged tracer and momentum trends 
    55   !!===================================================================== 
    6    !! History :  1.0  !  2004-08 (C. Talandier) New trends organization 
    7    !!            3.5  !  2012-02 (G. Madec)  add 3D tracer zdf trend output using iom 
     6   !! History :  1.0  !  2004-08  (C. Talandier) New trends organization 
     7   !!            3.5  !  2012-02  (G. Madec)  add 3D tracer zdf trend output using iom 
    88   !!---------------------------------------------------------------------- 
    99 
     
    1919   USE trd_oce         ! trends: ocean variables 
    2020   USE phycst          ! physical constants 
    21    USE ldftra_oce      ! ocean active tracers: lateral physics 
    22    USE ldfdyn_oce      ! ocean dynamics: lateral physics 
     21   USE ldftra          ! lateral diffusion: eddy diffusivity & EIV coeff. 
     22   USE ldfdyn          ! ocean dynamics: lateral physics 
    2323   USE zdf_oce         ! ocean vertical physics 
    2424   USE zdfbfr          ! bottom friction 
     
    2626   USE eosbn2          ! equation of state 
    2727   USE phycst          ! physical constants 
     28   ! 
    2829   USE lib_mpp         ! distibuted memory computing library 
    2930   USE in_out_manager  ! I/O manager 
Note: See TracChangeset for help on using the changeset viewer.