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/ORCA2_SAS_LIM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-06T17:31:33+01:00 (7 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/ORCA2_SAS_LIM/EXP00/namelist_cfg

    r7000 r7200  
    1414&namcfg     !   parameters of the configuration 
    1515!----------------------------------------------------------------------- 
    16    ln_read_cfg = .true.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    17    !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    18    ln_write_cfg= .false.    !  (=T) create the domain configuration file 
    19    ! 
    20    cp_cfg      =  "orca"   !  name of the configuration 
    21    jp_cfg      =       2   !  resolution of the configuration 
    22    ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    23    !                       !  in netcdf input files, as the start j-row for reading 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_domcfg"    ! domain configuration filename 
    2419/ 
    2520!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.