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 201 for trunk/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2004-12-22T16:50:26+01:00 (19 years ago)
Author:
opalod
Message:

CT : UPDATE142 : Check the consistency between passive tracers transport modules (in TRP directory) and those used for the active tracers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/oce_trc.F90

    r186 r201  
    4141      lwp      =>   lwp   ,  & !: boolean term for mpp output 
    4242      l_ctl    =>   l_ctl ,  & !: = ln_ctl.AND.lwp (print control on the 1st proc) 
     43      nictl    =>   nictl ,  & !: = max i indice to make the control SUM 
     44      njctl    =>   njctl ,  & !: = max j indice to make the control SUM 
    4345      numout   =>   numout,  & !: logical unit for output print 
    4446      numwrs   =>   numwrs     !: logical unit for output restart 
     
    4749   USE in_out_manager , ONLY :  &   
    4850      nstop     =>   nstop    ,  &  !: e r r o r  flag (=number of reason for a 
    49       !                               !                   prematurely stop the run) 
     51      !                             !                   prematurely stop the run) 
    5052      nwarn     =>   nwarn    ,  &  !: w a r n i n g  flag (=number of warning 
    51       !                               !                   found during the run)  
     53      !                             !                   found during the run)  
    5254      cform_err =>   cform_err,  &  !: 
    53       cform_war =>   cform_war        !:   
     55      cform_war =>   cform_war      !:   
    5456       
    5557   USE dom_oce , ONLY :           &             
     
    109111      lk_mpp   =>  lk_mpp      !: Mpp flag 
    110112 
     113   USE dynspg_fsc ,   ONLY :            &      
     114      lk_dynspg_fsc   =>  lk_dynspg_fsc      !: free surface constant volume flag 
     115 
     116   USE dynspg_fsc_atsk ,   ONLY :            &      
     117      lk_dynspg_fsc_tsk   =>  lk_dynspg_fsc_tsk      !: free surface constant volume flag 
     118 
    111119#if defined key_partial_steps 
    112120   !! Partial steps ('key_partial_steps') 
     
    124132      e3vw_ps  =>  e3vw_ps      !: vw-points (m) 
    125133 
    126 #endif 
     134   USE oce , ONLY :                & 
     135      gtu   =>  gtu  ,  & !: t- horizontal gradient at u- 
     136      gtv   =>  gtv       !: and v-points at bottom ocean level 
     137#endif 
     138 
    127139#if defined key_s_coord 
    128140   USE dom_oce , ONLY :              &    
     
    136148      esigt   =>   esigt  ,  & !: vertical scale factor coef. at t-levels 
    137149      esigw   =>   esigw       !: vertical scale factor coef. at w-levels 
    138  
    139150#endif 
    140151 
     
    200211      atrbbl   =>   atrbbl     !: lateral coeff. for bottom boundary layer scheme (m2/s) 
    201212#endif 
     213 
     214   !! Bottom boundary Layer velocities  
     215#if   defined key_trcbbl_adv 
     216   USE trcbbl , ONLY :               &       
     217      u_trc_bbl   =>   u_trc_bbl  ,  & !: velocity involved in exhanges in the advective BBL 
     218      v_trc_bbl   =>   v_trc_bbl  ,  & !:      "                  "                " 
     219      w_trc_bbl   =>   w_trc_bbl       !: vertical increment of velocity due to advective BBL 
     220#endif 
     221 
    202222   !! lateral diffusivity (tracers) 
    203223   USE ldftra_oce ,   ONLY :             &     
     
    223243      avs     =>    avs        !: salinity vertical diffusivity coeff. at w-point 
    224244#endif 
     245 
    225246   !! penetrative solar radiation 
    226247   USE traqsr , ONLY :            &       
     
    255276      wslpj      =>   wslpj        !: j-direction slope at v-, w-points 
    256277#endif 
     278 
    257279   !! ocean forcings runoff 
    258280   USE flxrnf , ONLY :              &    
Note: See TracChangeset for help on using the changeset viewer.