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_muscl.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_muscl.F90

    r1282 r1528  
    346346         END DO 
    347347         ! surface values 
    348          IF( lk_dynspg_rl ) THEN        ! rigid lid : flux set to zero 
     348         IF( lk_vvl ) THEN 
     349            ! variable volume: flux set to zero 
    349350            zt1(:,:, 1 ) = 0.e0 
    350          ELSE                           ! free surface 
     351         ELSE 
     352            ! free surface-constant volume 
    351353            zt1(:,:, 1 ) = zwn(:,:,1) * trb(:,:,1,jn) 
    352354         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.