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 9161 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-12-22T11:31:53+01:00 (6 years ago)
Author:
davestorkey
Message:

Reformulation of closea module.
See ticket #2000
https://forge.ipsl.jussieu.fr/nemo/wiki/2017WP/ROBUST-14_Dave_Storkey-Closed_Seas_rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9062 r9161  
    8181   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    8282   !                       !  in netcdf input files, as the start j-row for reading 
     83   ln_closea = .true.      !  T => keep closed seas (defined by closea_mask field) in the domain and apply 
     84                           !       special treatment of freshwater fluxes. 
     85                           !  F => suppress closed seas (defined by closea_mask field) from the bathymetry 
     86                           !       at runtime. 
     87                           !  If there is no closea_mask field in the domain_cfg file or we do not use 
     88                           !  a domain_cfg file then this logical does nothing. 
    8389/ 
    8490!----------------------------------------------------------------------- 
     
    8692!----------------------------------------------------------------------- 
    8793   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    88    nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    89    ! 
    9094   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    9195   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
Note: See TracChangeset for help on using the changeset viewer.