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 9939 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-07-13T09:28:50+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branche phased with MLF@9937 branche

Location:
NEMO/branches/2018/dev_r9838_ENHANCE04_RK3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/SHARED/namelist_ref

    r9838 r9939  
    4242   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    4343   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    44       nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T 
    45       nn_rstctl   =    0      !  restart control ==> activated only if ln_rstart=T 
     44      ln_1st_euler = .false.  !  =T force a start with forward time step (ln_rstart=T) 
     45      nn_rstctl    =    0     !  restart control ==> activated only if ln_rstart=T 
    4646      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    4747      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     
    7070   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    7171   ! 
    72    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     72   rn_Dt       = 5760.     !  time step for the dynamics and tracer 
    7373   rn_atfp     =    0.1    !  asselin time filter parameter 
    7474   ! 
     
    562562!----------------------------------------------------------------------- 
    563563   ln_tide     = .false.      ! Activate tides 
    564       ln_tide_pot   = .true.                !  use tidal potential forcing 
    565          ln_scal_load  = .false.               ! Use scalar approximation for 
    566             rn_scal_load = 0.094               !     load potential 
    567          ln_read_load  = .false.               ! Or read load potential from file 
    568             cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
     564      ln_tide_pot   = .true.        !  use tidal potential forcing 
     565         ln_scal_load  = .false.       ! Use scalar approximation for 
     566            rn_load    = 0.094         !     load potential 
     567         ln_read_load  = .false.    ! read load potential from file 
     568            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! load potential filename  
    569569            !       
    570570      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    571          rdttideramp   =    0.                 !  ramp duration in days 
     571         rn_ramp    =    0.                 !  ramp duration in days 
    572572      clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    573573/ 
     
    888888   ln_dynspg_exp  = .false.   ! explicit free surface 
    889889   ln_dynspg_ts   = .false.   ! split-explicit free surface 
    890       ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
     890      ln_bt_fw      = .true.     ! Forward integration of external mode Eqs. 
    891891      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
    892892         nn_bt_flt     = 1          ! Time filter choice  = 0 None 
     
    894894         !                          !                     = 2 Boxcar over 2*nn_baro  "    " 
    895895      ln_bt_auto    = .true.     ! Number of sub-step defined from: 
    896          rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed 
    897          nn_baro      = 30          ! =F : the number of sub-step in rn_rdt seconds 
     896         rn_bt_cmax    = 0.8         ! =T : the Maximum Courant Number allowed 
     897         nn_e          = 30          ! =F : the number of sub-step in rn_Dt seconds 
    898898      rn_bt_alpha   = 0.         ! Temporal diffusion parameter (if ln_bt_av=F) 
    899899/ 
Note: See TracChangeset for help on using the changeset viewer.