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 2392 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2010-11-15T22:20:05+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: Cross Land Advection (ticket #127) full rewriting + MPP bug corrections

File:
1 edited

Legend:

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

    r2305 r2392  
    3939   USE bdydyn          ! Unstructured open boundaries condition (bdy_dyn routine)  
    4040   USE bdyvol          ! Unstructured open boundaries condition (bdy_vol routine) 
    41    USE cla_dynspg      ! cross land advection 
     41   USE cla             ! cross land advection 
    4242   USE in_out_manager  ! I/O manager 
    4343   USE lib_mpp         ! distributed memory computing library 
     
    199199      CALL Agrif_dyn( kt )    ! Update velocities on each coarse/fine interfaces  
    200200#endif 
    201 #if defined key_orca_r2 
    202       IF( n_cla == 1 )   CALL dyn_spg_cla( kt )      ! Cross Land Advection (update (ua,va)) 
    203 #endif 
     201      IF( nn_cla == 1 )   CALL cla_dynspg( kt )      ! Cross Land Advection (update (ua,va)) 
    204202 
    205203      ! compute the next vertically averaged velocity (effect of the additional force not included) 
Note: See TracChangeset for help on using the changeset viewer.