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

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

#1911 (ENHANCE-04): RK3 branch - step I.1 and I.2 (see wiki page)

Location:
NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/AGRIF_DEMO/EXPREF/1_namelist_cfg

    r9939 r10001  
    2323   nn_it000    =       1   !  first time step 
    2424   nn_itend    =      75   !  last  time step (std 5475) 
    25    nn_istate   =       0   !  output the initial state (1) or not (0) 
     25   ln_istate   = .false.   !  output the initial state 
    2626/ 
    2727!----------------------------------------------------------------------- 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r9939 r10001  
    2323   nn_it000    =    1      !  first time step 
    2424   nn_itend    =  300      !  last  time step 
    25    nn_istate   =      0    !  output the initial state (1) or not (0) 
     25   ln_istate   = .false.   !  output the initial state 
    2626   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    2727/ 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg

    r9939 r10001  
    2323   nn_it000    =    1      !  first time step 
    2424   nn_itend    =  900      !  last  time step 
    25    nn_istate   =      0    !  output the initial state (1) or not (0) 
     25   ln_istate   = .false.   !  output the initial state 
    2626   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    2727/ 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/AGRIF_DEMO/EXPREF/namelist_cfg

    r9939 r10001  
    2323   nn_it000    =       1   !  first time step 
    2424   nn_itend    =      75   !  last  time step (std 5475) 
    25    nn_istate   =       0   !  output the initial state (1) or not (0) 
     25   ln_istate   = .false.   !  output the initial state 
    2626/ 
    2727!----------------------------------------------------------------------- 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/GYRE_BFM/EXPREF/namelist_cfg

    r9939 r10001  
    2626   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    2727   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    28    nn_istate   =       0   !  output the initial state (1) or not (0) 
     28   ln_istate   = .false.   !  output the initial state 
    2929/ 
    3030!----------------------------------------------------------------------- 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/GYRE_PISCES/EXPREF/namelist_cfg

    r9939 r10001  
    157157&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    158158!----------------------------------------------------------------------- 
    159    ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    160      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     159   ln_dynadv_cen2= .true.  !  flux form - 2nd order centered scheme 
     160   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    161161/ 
    162162!----------------------------------------------------------------------- 
    163163&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    164164!----------------------------------------------------------------------- 
    165    ln_dynvor_ene = .true.  !  energy conserving scheme 
     165   ln_dynvor_enT = .true.  !  energy conserving scheme (T-point) 
    166166/ 
    167167!----------------------------------------------------------------------- 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r9939 r10001  
    2323   nn_it000    =       1   !  first time step 
    2424   nn_itend    =    5475   !  last  time step (std 5475) 
    25    nn_istate   =       0   !  output the initial state (1) or not (0) 
     25   ln_istate   = .false.   !  output the initial state 
    2626/ 
    2727!----------------------------------------------------------------------- 
     
    295295&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    296296!----------------------------------------------------------------------- 
    297    ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    298      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     297   ln_dynadv_cen2= .true.  !  flux form - 2nd order centered scheme 
     298   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    299299/ 
    300300!----------------------------------------------------------------------- 
    301301&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    302302!----------------------------------------------------------------------- 
    303    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    304       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
     303   ln_dynvor_enT = .true.  !  energy conserving scheme (T-point) 
    305304/ 
    306305!----------------------------------------------------------------------- 
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/SHARED/namelist_ref

    r9939 r10001  
    5252      cn_ocerst_outdir= "."         !  directory in which to write output ocean restarts 
    5353   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    54    nn_istate   =       0   !  output the initial state (1) or not (0) 
     54   ln_istate   = .false.   !  output the initial state 
    5555   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    5656   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    6767&namdom        !   time and space domain 
    6868!----------------------------------------------------------------------- 
     69   ln_RK3      = .false.   !  3rd order Runge-Kutta time stepping scheme 
     70   ln_MLF      = .false.   !  Modified Leap-Frog    time stepping scheme 
     71      rn_atfp     =    0.1    !  asselin time filter parameter 
     72   ! 
     73   rn_Dt       = 5760.     !  ocean time step (dynamics and T-S) 
     74   ! 
    6975   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     76   ! 
    7077   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    71    ! 
    72    rn_Dt       = 5760.     !  time step for the dynamics and tracer 
    73    rn_atfp     =    0.1    !  asselin time filter parameter 
    7478   ! 
    7579   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
Note: See TracChangeset for help on using the changeset viewer.