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 9201 – NEMO

Changeset 9201


Ignore:
Timestamp:
2018-01-09T18:42:54+01:00 (6 years ago)
Author:
clem
Message:

finishing debugging the last few commits. Please, can you test your commits with SETTE next time? It is a very easy and usefull tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r9190 r9201  
    120120      CALL dom_zgr( ik_top, ik_bot )   ! Vertical mesh and bathymetry 
    121121      CALL dom_msk( ik_top, ik_bot )   ! Masks 
    122       IF( ln_closea ) CALL dom_clo     ! ln_closea=T : closed seas included in the simulation 
     122      IF( ln_closea .AND. ln_read_cfg )   CALL dom_clo   ! ln_closea=T : closed seas included in the simulation 
    123123                                       ! Read in masks to define closed seas and lakes  
    124124      ! 
Note: See TracChangeset for help on using the changeset viewer.