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 293 for trunk/NEMO/OPA_SRC/DOM – NEMO

Changeset 293 for trunk/NEMO/OPA_SRC/DOM


Ignore:
Timestamp:
2005-09-22T12:49:05+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_006 : CT : remove the lclosea logical to avoid confusion with the namelist parameter nclosea

Location:
trunk/NEMO/OPA_SRC/DOM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/dom_oce.F90

    r258 r293  
    2020   !! ----------------------- 
    2121   LOGICAL, PUBLIC ::   &   !: 
    22       lclosea    =  .FALSE. ,   &  !: closed sea flag 
    2322      lzoom      =  .FALSE. ,   &  !: zoom flag 
    2423      lzoom_e    =  .FALSE. ,   &  !: East  zoom type flag 
  • trunk/NEMO/OPA_SRC/DOM/domzgr.F90

    r253 r293  
    467467      ! ======================= 
    468468 
    469       IF( .NOT. lclosea ) THEN 
     469      IF( nclosea == 0 ) THEN 
    470470         DO jl = 1, jpncs 
    471471            DO jj = ncsj1(jl), ncsj2(jl) 
Note: See TracChangeset for help on using the changeset viewer.