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 5770 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2015-10-01T14:48:08+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend (see wiki page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90

    r4990 r5770  
    1414   !!            3.2  !  2009-03  (G. Madec, M. Leclair, R. Benshila) introduce sshwzv module 
    1515   !!            3.7  !  2014-04  (F. Roquet, G. Madec)  add some trends diag 
     16   !!             -   !  2014-12  (G. Madec) remove cross-land advection (cla) 
    1617   !!---------------------------------------------------------------------- 
    1718#if defined key_dynspg_flt   ||   defined key_esopa   
     
    3637   USE bdydyn          ! ocean open boundary condition on dynamics 
    3738   USE bdyvol          ! ocean open boundary condition (bdy_vol routine) 
    38    USE cla             ! cross land advection 
    3939   USE trd_oce         ! trends: ocean variables 
    4040   USE trddyn          ! trend manager: dynamics 
     
    206206      CALL Agrif_dyn( kt )    ! Update velocities on each coarse/fine interfaces  
    207207#endif 
    208       IF( nn_cla == 1 .AND. cp_cfg == 'orca' .AND. jp_cfg == 2 )   CALL cla_dynspg( kt )      ! Cross Land Advection (update (ua,va)) 
    209208 
    210209      ! compute the next vertically averaged velocity (effect of the additional force not included) 
Note: See TracChangeset for help on using the changeset viewer.