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 14931 for utils/tools/DOMAINcfg/src/domain.F90 – NEMO

Ignore:
Timestamp:
2021-05-31T16:36:45+02:00 (3 years ago)
Author:
jchanut
Message:

#2638: restores Pierre's changes done in #2588 at r14199

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/domain.F90

    r14684 r14931  
    7878      CALL dom_glo                     ! global domain versus local domain 
    7979      CALL dom_nam               ! read namelist ( namrun, namdom ) 
    80                   !   CALL dom_clo               ! Closed seas and lake 
    8180          
    8281      CALL dom_hgr               ! Horizontal mesh 
    8382      CALL dom_zgr( ik_top, ik_bot )  ! Vertical mesh and bathymetry 
    8483      CALL dom_msk( ik_top, ik_bot )  ! Masks 
    85       ! 
     84      IF ( ln_domclo ) CALL dom_clo               ! Closed seas and lake  
    8685      ! 
    8786      CALL dom_ctl                  ! print extrema of masked scale factors 
Note: See TracChangeset for help on using the changeset viewer.