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

Ignore:
Timestamp:
2018-01-12T10:38:50+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: nemogcm.F90 : updated in SAS & OFF + data assimilation initial calls (asm_bkg_wri , tra_asm_inc ...) moved to asm_inc_init + closed sea : restructure namcfg & its control print + set ln_closea = false if domcfg file not read (ln_domcfg=F

File:
1 edited

Legend:

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

    r9198 r9213  
    7474   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    7575      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    76       cn_domcfg = "domain_cfg"         ! domain configuration filename 
     76      cn_domcfg = "domain_cfg"  ! domain configuration filename 
    7777      ! 
     78      ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the   
     79      !                         !       domain and apply special treatment of freshwater fluxes. 
     80      !                         !  F => suppress closed seas (defined by closea_mask field)  
     81      !                         !       from the bathymetry at runtime. 
     82      !                         !  If closea_mask field doesn't exist in the domain_cfg file 
     83      !                         !       then this logical does nothing. 
    7884   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    7985      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
     
    8187   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    8288   !                       !  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. 
    8989/ 
    9090!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.