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 109 for trunk/NEMO/OPA_SRC/TRD – NEMO

Changeset 109 for trunk/NEMO/OPA_SRC/TRD


Ignore:
Timestamp:
2004-06-28T12:21:11+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE069 : Vorticity diagnostics has been added

Location:
trunk/NEMO/OPA_SRC/TRD
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trddyn_oce.F90

    r3 r109  
    44   !! Ocean trends :  dynamical trends arrays defined in memory  
    55   !!====================================================================== 
    6 #if   defined key_trddyn   ||   defined key_esopa 
     6#if   defined key_trddyn   ||   defined key_esopa || defined key_trd_vor 
    77   !!---------------------------------------------------------------------- 
    88   !!   'key_trddyn'                             momentum trend diagnostics 
     
    1313   IMPLICIT NONE 
    1414   PUBLIC 
    15     
     15 
     16    INTEGER  ::      & !!! namdia :  diagnostics on dynamics and/or tracer trends 
     17      ntrd=10,   & 
     18      nctls=0 
     19 
    1620   REAL(wp) ::   & 
    1721      tvols,     &  ! volume of the whole ocean computed at t-points 
     
    2226      utrd,      &  ! trends of the momentum equation 
    2327      vtrd 
    24    REAL(wp), DIMENSION(jpi,jpj,jpk,2) ::   &  
     28   REAL(wp), DIMENSION(jpi,jpj,2) ::   &  
    2529      utrd2,     &  ! trend with the free surface formulation 
    2630      vtrd2 
Note: See TracChangeset for help on using the changeset viewer.