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/AMM12/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/AMM12/EXP00/namelist_cfg

    r6982 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      =  "amm"    !  name of the configuration 
    27    jp_cfg      =     011   !  resolution of the configuration 
     22   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     23      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     24      cn_domcfg = "AMM_R12_domcfg"     ! domain configuration filename 
    2825/ 
    2926 
Note: See TracChangeset for help on using the changeset viewer.