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/LIM_SRC_2 – NEMO

Changeset 1528 for trunk/NEMO/LIM_SRC_2


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/LIM_SRC_2/limsbc_2.F90

    r1482 r1528  
    2121   USE phycst           ! physical constants 
    2222   USE ice_2            ! LIM sea-ice variables 
    23    USE dynspg_oce       ! choice of the surface pressure gradient scheme  
    2423 
    2524   USE lbclnk           ! ocean lateral boundary condition 
     
    232231      END DO 
    233232 
    234       IF( lk_dynspg_rl )    emp (:,:) = emps(:,:)      ! rigid-lid formulation : emp = emps 
    235  
    236233      !------------------------------------------! 
    237234      !    momentum flux at the ocean surface    ! 
Note: See TracChangeset for help on using the changeset viewer.