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 1528 for trunk/NEMO/TOP_SRC/TRP/trcadv_muscl2.F90 – NEMO

Ignore:
Timestamp:
2009-07-23T16:38:47+02:00 (15 years ago)
Author:
rblod
Message:

Suppress rigid-lid option, see ticket #486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcadv_muscl2.F90

    r1282 r1528  
    416416 
    417417         ! surface values 
    418          IF( lk_dynspg_rl ) THEN        ! rigid lid : flux set to zero 
     418         IF( lk_vvl ) THEN 
     419            ! variable volume: flux set to zero 
    419420            zt1(:,:, 1 ) = 0.e0 
    420          ELSE                           ! free surface 
     421         ELSE 
     422            ! free surface-constant volume 
    421423            zt1(:,:, 1 ) = zwn(:,:,1) * trb(:,:,1,jn) 
    422424         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.