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/sshwzv.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/sshwzv.F90

    r2287 r2392  
    1919   USE domvvl          ! Variable volume 
    2020   USE divcur          ! hor. divergence and curl      (div & cur routines) 
    21    USE cla_div         ! cross land: hor. divergence      (div_cla routine) 
    2221   USE iom             ! I/O library 
    2322   USE restart         ! only for lrst_oce 
     
    147146      ENDIF 
    148147      ! 
    149  
    150                          CALL div_cur( kt )           ! Horizontal divergence & Relative vorticity 
    151       IF( n_cla == 1 )   CALL div_cla( kt )           ! Cross Land Advection (Update Hor. divergence) 
    152  
     148      CALL div_cur( kt )                              ! Horizontal divergence & Relative vorticity 
     149      ! 
    153150      z2dt = 2. * rdt                                 ! set time step size (Euler/Leapfrog) 
    154151      IF( neuler == 0 .AND. kt == nit000 )   z2dt =rdt 
Note: See TracChangeset for help on using the changeset viewer.