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 16 for trunk/NEMO/OPA_SRC/TRD/trdtra_oce.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T09:06:15+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

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

    r3 r16  
    1212   PUBLIC 
    1313 
    14    INTEGER  ::      & !!! namdia :  diagnostics on dynamics and/or tracer trends 
     14   INTEGER  ::      & !!: namdia :  diagnostics on dynamics and/or tracer trends 
    1515      ntrd  = 10 ,  &  !: time step frequency dynamics and tracers trends 
    1616      nctls =  0       !: control surface type for trends vertical integration 
     
    2525   !! Trends diagnostics parameters 
    2626   !!--------------------------------------------------------------------- 
    27    INTEGER, PARAMETER ::            & 
     27   INTEGER, PARAMETER ::            &  !: 
    2828# if defined key_traldf_eiv 
    2929      jptrdh = 4,   &  !: number of 3D horiz trends arrays 
     
    3838   !! Trends diagnostics variables 
    3939   !!--------------------------------------------------------------------- 
    40    REAL(wp) ::   & 
    41       tvolt         ! volume of the whole ocean computed at t-points 
    42    REAL(wp), DIMENSION(jpi,jpj,jpk,7) ::   & 
     40   REAL(wp) ::   &  !: 
     41      tvolt         !: volume of the whole ocean computed at t-points 
     42   REAL(wp), DIMENSION(jpi,jpj,jpk,7) ::   &  !: 
    4343      ttrd             !: trends of the temperature tracer equations 
    4444      !                !  ttrd(,,,1) : horizontal advection 
     
    4949      !                !  ttrd(,,,6) : damping OR vertical EIV 
    5050      !                !  ttrd(,,,7) : penetrative solar radiation (T only) 
    51    REAL(wp), DIMENSION(jpi,jpj,jpk,6) ::   & 
     51   REAL(wp), DIMENSION(jpi,jpj,jpk,6) ::   &  !: 
    5252      strd             !: trends of the salinity tracer equations 
    5353      !                !  same as ttrd() 
    54    REAL(wp), DIMENSION(jpi,jpj,jpk,jptrdh) ::   & 
     54   REAL(wp), DIMENSION(jpi,jpj,jpk,jptrdh) ::   &  !: 
    5555      ttrdh, strdh     !: ttrdh(,,,1) : zonal advection 
    5656      !                !  ttrdh(,,,2) : meridional advection 
    5757      !                !  ttrdh(,,,3) : zonal EIV 
    5858      !                !  ttrdh(,,,4) : meridional EIV 
    59    REAL(wp), DIMENSION(jpi,jpj,2) ::   & 
     59   REAL(wp), DIMENSION(jpi,jpj,2) ::   &  !: 
    6060      flxtrd,       &  !: tracer forcing trends 
    6161      bbltrd           !: tracer bottom boundary layer trends 
Note: See TracChangeset for help on using the changeset viewer.