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

Changeset 9200


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

correct a bug (for SAS) introduced at r9161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r9169 r9200  
    2323   USE phycst         ! physical constant                  (par_cst routine) 
    2424   USE domain         ! domain initialization   (dom_init & dom_cfg routines) 
     25   USE closea         ! treatment of closed seas (for ln_closea) 
    2526   USE usrdef_nam     ! user defined configuration 
    2627   USE daymod         ! calendar 
     
    171172         &             nn_isplt , nn_jsplt, nn_jctls, nn_jctle,   & 
    172173         &             ln_timing, ln_diacfl 
    173       NAMELIST/namcfg/ ln_read_cfg, cn_domcfg, ln_write_cfg, cn_domcfg_out, ln_use_jattr 
     174      NAMELIST/namcfg/ ln_read_cfg, cn_domcfg, ln_write_cfg, cn_domcfg_out, ln_use_jattr, ln_closea 
    174175      !!---------------------------------------------------------------------- 
    175176      ! 
Note: See TracChangeset for help on using the changeset viewer.