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

Changeset 282 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2005-09-22T12:23:03+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_compil_002 : CT : move the zwn(:,:,:) array declaration which depends on the cpp key key_trabbl_adv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traadv_tvd.F90

    r258 r282  
    6868      !!---------------------------------------------------------------------- 
    6969      !! * Modules used 
     70      USE trdmod_oce         , ztay => tladj,  &  ! use tladj latter 
     71         &                     zsay => sladj,  &  ! use sladj latter 
     72         &                     ztaz => tladi,  &  ! use ua as workspace 
     73         &                     zsaz => sladi      ! use ua as workspace 
    7074#if defined key_trabbl_adv 
    7175      USE oce                , zun => ua,  &  ! use ua as workspace 
    7276         &                     zvn => va      ! use va as workspace 
     77 
    7378      REAL(wp), DIMENSION(jpi,jpj,jpk) :: zwn 
    7479#else 
     
    7782                               zwn => wn      !             zwn == wn 
    7883#endif 
    79       USE trdmod_oce         , ztay => tladj,  &  ! use tladj latter 
    80          &                     zsay => sladj,  &  ! use sladj latter 
    81          &                     ztaz => tladi,  &  ! use ua as workspace 
    82          &                     zsaz => sladi      ! use ua as workspace 
    8384 
    8485      !! * Arguments 
Note: See TracChangeset for help on using the changeset viewer.