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 7200 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ISOMIP – NEMO

Ignore:
Timestamp:
2016-11-06T17:31:33+01:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: add depth_e3 module + management of ORCA family + domain_cfg filename (in&out) given in namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r7112 r7200  
    2020&namcfg     !   parameters of the configuration    
    2121!----------------------------------------------------------------------- 
    22    ln_read_cfg = .true.    !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    23    !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    24    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    25    ! 
    26    cp_cfg      = "default" !  name of the configuration 
    27    jp_cfg      =      0    !  resolution of the configuration 
    28    ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    29    !                       !  in netcdf input files, as the start j-row for reading 
     22   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     23      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     24      cn_domcfg = "ISOMIP_domcfg"      ! domain configuration filename 
    3025/ 
    3126!----------------------------------------------------------------------- 
     
    3328!----------------------------------------------------------------------- 
    3429   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
    35  !  ln_isfcav   = .true.    !  ice shelf cavity 
     30   ln_isfcav   = .true.    !  ice shelf cavity 
    3631   ! 
    3732   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
Note: See TracChangeset for help on using the changeset viewer.