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 7330 for branches/2016/dev_r7233_CMIP6_diags_trunk_version/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_fct.F90 – NEMO

Ignore:
Timestamp:
2016-11-24T17:10:48+01:00 (8 years ago)
Author:
timgraham
Message:

Final bug fixes needed for compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7233_CMIP6_diags_trunk_version/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_fct.F90

    r7241 r7330  
    2020   USE trdtra         ! tracers trends 
    2121   USE diaptr         ! poleward transport diagnostics 
     22   USE phycst, ONLY: rau0_rcp 
    2223   ! 
    2324   USE in_out_manager ! I/O manager 
     25   USE iom 
    2426   USE lib_mpp        ! MPP library 
    2527   USE lbclnk         ! ocean lateral boundary condition (or mpp link)  
     
    8183      REAL(wp) ::   zfm_ui, zfm_vj, zfm_wk, zC2t_v, zC4t_v   !   -      - 
    8284      REAL(wp), POINTER, DIMENSION(:,:,:) ::   zwi, zwx, zwy, zwz, ztu, ztv, zltu, zltv, ztw 
    83       REAL(wp), POINTER, DIMENSION(:,:,:) ::   ztrdx, ztrdy, ztrd, zptry 
     85      REAL(wp), POINTER, DIMENSION(:,:,:) ::   ztrdx, ztrdy, ztrdz, zptry 
    8486      REAL(wp), POINTER, DIMENSION(:,:)   :: z2d 
    8587      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.