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_3/limsbc.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/LIM_SRC_3/limsbc.F90

    r1526 r1528  
    2323   USE ice              ! LIM sea-ice variables 
    2424   USE iceini           ! ??? 
    25    USE dynspg_oce       ! choice of the surface pressure gradient scheme  
    2625 
    2726   USE lbclnk           ! ocean lateral boundary condition 
     
    431430      ENDIF 
    432431 
    433       IF( lk_dynspg_rl )    emp (:,:) = emps(:,:)      ! rigid-lid formulation : emp = emps 
    434  
    435432      !-----------------------------------------------! 
    436433      !   Storing the transmitted variables           ! 
Note: See TracChangeset for help on using the changeset viewer.