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 9209 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2018-01-10T17:34:05+01:00 (6 years ago)
Author:
davestorkey
Message:

Alternative bug fixes for closea bugs if ln_read_cfg=.false.
See https://forge.ipsl.jussieu.fr/nemo/ticket/2000#comment:3
Also correct typo in zdfdrg.F90

File:
1 edited

Legend:

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

    r9201 r9209  
    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 .AND. ln_read_cfg )   CALL dom_clo   ! ln_closea=T : closed seas included in the simulation 
     122      IF( ln_closea )   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.