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 10751 for NEMO/branches/2019/branch_ticket2259/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-03-14T11:00:12+01:00 (5 years ago)
Author:
mathiot
Message:

change rn_rdt, nn_stock, nn_itend, nn_fsbc in ORCA2 and AGRIF_DEMO (ticket #2259)

Location:
NEMO/branches/2019/branch_ticket2259
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/branch_ticket2259/cfgs/SHARED/namelist_ref

    r10570 r10751  
    3737   cn_exp      =  "ORCA2"  !  experience name 
    3838   nn_it000    =       1   !  first time step 
    39    nn_itend    =    5475   !  last  time step (std 5475) 
     39   nn_itend    =    5840   !  last  time step (std 5840) 
    4040   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    4141   nn_time0    =       0   !  initial time of day in hhmm 
     
    5454   nn_istate   =       0   !  output the initial state (1) or not (0) 
    5555   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    56    nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     56   nn_stock    =    5840   !  frequency of creation of a restart file (modulo referenced to 1) 
    5757   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    5858   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     
    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_rdt      = 5400.     !  time step for the dynamics and tracer 
    7373   rn_atfp     =    0.1    !  asselin time filter parameter 
    7474   ! 
     
    189189&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    190190!----------------------------------------------------------------------- 
    191    nn_fsbc     = 5         !  frequency of SBC module call 
     191   nn_fsbc     = 4         !  frequency of SBC module call 
    192192      !                    !  (control sea-ice & iceberg model call) 
    193193                     ! Type of air-sea fluxes  
Note: See TracChangeset for help on using the changeset viewer.