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 1271 for trunk/NEMO/TOP_SRC/TRP/trczdf_iso_vopt.F90 – NEMO

Ignore:
Timestamp:
2009-01-15T09:12:00+01:00 (15 years ago)
Author:
rblod
Message:

Addapt AGRIF routines to the new TOP organization, clean some routines and add a sponge layer for passive tracers, see ticket #293

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trczdf_iso_vopt.F90

    r1264 r1271  
    8585      ! ----------------------------------------------------- 
    8686 
    87       CALL trc_zdf_iso 
     87      CALL trc_zdf_iso( kt ) 
    8888 
    8989      IF( ln_ctl ) THEN    ! print mean trends (used for debugging) 
     
    151151      !!              - Save the trend in trtrd  ('key_trdmld_trc') 
    152152      !!--------------------------------------------------------------------- 
    153       USE oce_trc, ONLY :   zwd   => ua,  &  ! ua, va used as 
     153      USE oce, ONLY :       zwd   => ua,  &  ! ua, va used as 
    154154                            zws   => va      ! workspace 
    155155      INTEGER, INTENT( in ) ::   kt          ! ocean time-step index 
     
    369369 
    370370 
    371    SUBROUTINE trc_zdf_iso 
     371   SUBROUTINE trc_zdf_iso ( kt ) 
    372372      !!---------------------------------------------------------------------- 
    373373      !!                  ***  ROUTINE trc_zdf_iso  *** 
     
    408408      !!         Save in trtrd arrays the trends if 'key_trdmld_trc' defined 
    409409      !!--------------------------------------------------------------------- 
    410       USE oce_trc, ONLY :   zwx => ua,  &  ! use ua, va as 
     410      USE oce, ONLY :   zwx => ua,  &  ! use ua, va as 
    411411                            zwy => va      ! workspace arrays 
     412      INTEGER, INTENT(in) :: kt 
    412413 
    413414      INTEGER ::   ji, jj, jk, jn                ! dummy loop indices 
Note: See TracChangeset for help on using the changeset viewer.