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 6906 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/EXP00 – NEMO

Ignore:
Timestamp:
2016-09-02T15:06:17+02:00 (8 years ago)
Author:
flavoni
Message:

#1692 and ROBUST-3 : commit zgr and some update for LOCK EXCHANGE case

File:
1 edited

Legend:

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

    r6905 r6906  
    66!----------------------------------------------------------------------- 
    77   !                       !  type of vertical coordinate 
    8    ln_zco      = .false.       ! z-coordinate 
     8   ln_zco      = .false.      ! z-coordinate 
    99   ln_zps      = .false.      ! z-partial-step coordinate 
    10    ln_sco      = .true.      ! s-coordinate    
     10   ln_sco      = .true.       ! s-coordinate    
    1111   rn_dx       = 1000.     !  horizontal resolution   [meters] 
    1212   rn_dz       =   20.     !  vertical   resolution   [meters] 
     
    1919   cn_exp      =   "overfl-FCT2-flux-ubs-ens"  !  experience name 
    2020   nn_it000    =       1   !  first time step 
    21    nn_itend    =   180   ! for 34h of simulation  (=12240)  
     21   nn_itend    =   12240   ! for 34h of simulation  (=12240)  
    2222   nn_istate   =       1   !  output the initial state (1) or not (0) 
    2323   nn_stock    =   12240   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    2929   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    3030   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    31    ln_write_cfg= .true. !.false.   !  (=T) create the domain configuration file 
     31   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3232   ! 
    3333   cp_cfg      = "overflow" !  name of the configuration 
     
    5151/ 
    5252!----------------------------------------------------------------------- 
    53 &namcrs        !   Grid coarsening for dynamics output and/or 
    54                !   passive tracer coarsened online simulations 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    5853&namtsd    !   data : Temperature  & Salinity 
    5954!----------------------------------------------------------------------- 
    60 !          !  file name            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    61 !          !                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    62    sn_tem  = 'output.init_0000'    ,          1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    63    sn_sal  = 'output.init_0000'    ,          1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    64    ! 
    65    cn_dir        = './'      !  root directory for the location of the runoff files 
    6655   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    6756   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
Note: See TracChangeset for help on using the changeset viewer.