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 3995 for branches/2013/dev_r3948_NOC_FK/NEMOGCM/NEMO/OPA_SRC/TRA/traadv.F90 – NEMO

Ignore:
Timestamp:
2013-07-31T14:27:58+02:00 (11 years ago)
Author:
gm
Message:

dev_r3406_CNRS_LIM3: fix a bug on zpsim_v and remove unnecessary print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3948_NOC_FK/NEMOGCM/NEMO/OPA_SRC/TRA/traadv.F90

    r3959 r3995  
    2222   USE traadv_qck      ! QUICKEST scheme           (tra_adv_qck    routine) 
    2323   USE traadv_eiv      ! eddy induced velocity     (tra_adv_eiv    routine) 
    24    USE traadv_mle      ! ML eddy induced velocity  (tra_adv_eiv    routine) 
     24   USE traadv_mle      ! ML eddy induced velocity  (tra_adv_mle    routine) 
    2525   USE cla             ! cross land advection      (cla_traadv     routine) 
    2626   USE ldftra_oce      ! lateral diffusion coefficient on tracers 
     
    139139         &                       tab3d_2=tsa(:,:,:,jp_sal), clinfo2=       ' Sa: ', mask2=tmask, clinfo3='tra' ) 
    140140      ! 
    141       IF( nn_timing == 1 )  CALL timing_stop('tra_adv') 
     141      IF( nn_timing == 1 )  CALL timing_stop( 'tra_adv' ) 
    142142      ! 
    143143      CALL wrk_dealloc( jpi, jpj, jpk, zun, zvn, zwn ) 
Note: See TracChangeset for help on using the changeset viewer.