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 10779 – NEMO

Changeset 10779


Ignore:
Timestamp:
2019-03-20T17:00:20+01:00 (5 years ago)
Author:
clem
Message:

reduce time step to 5400s for orca2 as discussed with system team

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/cfgs/AGRIF_DEMO/EXPREF/1_namelist_cfg

    r10075 r10779  
    3030   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3131   ! 
    32    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     32   rn_rdt      = 5400.     !  time step for the dynamics and tracer 
    3333/ 
    3434!----------------------------------------------------------------------- 
  • NEMO/releases/release-4.0/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r10072 r10779  
    3131   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3232   ! 
    33    rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nn_acc=0) 
     33   rn_rdt      = 1350.     !  time step for the dynamics (and tracer if nn_acc=0) 
    3434/ 
    3535!----------------------------------------------------------------------- 
  • NEMO/releases/release-4.0/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg

    r10072 r10779  
    3131   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3232   ! 
    33    rn_rdt      = 480.     !  time step for the dynamics (and tracer if nn_acc=0) 
     33   rn_rdt      = 450.     !  time step for the dynamics (and tracer if nn_acc=0) 
    3434/ 
    3535!----------------------------------------------------------------------- 
  • NEMO/releases/release-4.0/cfgs/AGRIF_DEMO/EXPREF/namelist_cfg

    r10075 r10779  
    3030   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3131   ! 
    32    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     32   rn_rdt      = 5400.     !  time step for the dynamics and tracer 
    3333/ 
    3434!----------------------------------------------------------------------- 
  • NEMO/releases/release-4.0/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r10190 r10779  
    2828&namdom        !   time and space domain 
    2929!----------------------------------------------------------------------- 
    30    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     30   rn_rdt      = 5400.     !  time step for the dynamics and tracer 
    3131/ 
    3232!----------------------------------------------------------------------- 
     
    7575&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    7676!----------------------------------------------------------------------- 
    77    nn_fsbc     = 3         !  frequency of SBC module call 
     77   nn_fsbc     = 2         !  frequency of SBC module call 
    7878                           !     (also = the frequency of sea-ice & iceberg model call) 
    7979                     ! Type of air-sea fluxes  
  • NEMO/releases/release-4.0/cfgs/SHARED/namelist_ref

    r10570 r10779  
    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 
    58    nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     58   nn_write    =    5840   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    5959   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    6060   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
     
    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     = 2         !  frequency of SBC module call 
    192192      !                    !  (control sea-ice & iceberg model call) 
    193193                     ! Type of air-sea fluxes  
     
    871871   ln_dynvor_eeT = .false. !  energy conserving scheme (een using e3t) 
    872872   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    873       nn_een_e3f = 1          ! =0  e3f = mi(mj(e3t))/4  
     873      nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4  
    874874      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    875875   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T)        ==>>> PLEASE DO NOT ACTIVATE 
  • utils/CI/sette/sette.sh

    r10632 r10779  
    296296    set_namelist namelist_cfg cn_exp \"O2L3P_LONG\" 
    297297    set_namelist namelist_cfg nn_it000 1 
    298     set_namelist namelist_cfg nn_itend 990 
    299     set_namelist namelist_cfg nn_stock 495 
     298    set_namelist namelist_cfg nn_itend 1000 
     299    set_namelist namelist_cfg nn_stock 500 
    300300    set_namelist namelist_cfg jpni 4 
    301301    set_namelist namelist_cfg jpnj 8 
     
    342342    cd ${EXE_DIR} 
    343343    set_namelist namelist_cfg cn_exp \"O2L3P_SHORT\" 
    344     set_namelist namelist_cfg nn_it000 496 
    345     set_namelist namelist_cfg nn_itend 990 
    346     set_namelist namelist_cfg nn_stock 495 
     344    set_namelist namelist_cfg nn_it000 501 
     345    set_namelist namelist_cfg nn_itend 1000 
     346    set_namelist namelist_cfg nn_stock 500 
    347347    set_namelist namelist_cfg ln_rstart .true. 
    348348    set_namelist namelist_cfg nn_rstctl 2 
     
    366366    set_namelist namelist_top_cfg ln_rsttr .true. 
    367367    set_namelist namelist_top_cfg nn_rsttr 2 
    368     set_namelist namelist_cfg cn_ocerst_in \"O2L3P_LONG_00000495_restart\" 
    369     set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000495_restart_trc\" 
    370     set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000495_restart_ice\" 
     368    set_namelist namelist_cfg cn_ocerst_in \"O2L3P_LONG_00000500_restart\" 
     369    set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000500_restart_trc\" 
     370    set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000500_restart_ice\" 
    371371    set_namelist namelist_top_cfg ln_trcdta .false. 
    372372    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
     
    386386        L_NPROC=$(( $i - 1 )) 
    387387        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    388         ln -sf ../LONG/O2L3P_LONG_00000495_restart_${L_NPROC}.nc . 
    389         ln -sf ../LONG/O2L3P_LONG_00000495_restart_trc_${L_NPROC}.nc . 
    390         ln -sf ../LONG/O2L3P_LONG_00000495_restart_ice_${L_NPROC}.nc . 
     388        ln -sf ../LONG/O2L3P_LONG_00000500_restart_${L_NPROC}.nc . 
     389        ln -sf ../LONG/O2L3P_LONG_00000500_restart_trc_${L_NPROC}.nc . 
     390        ln -sf ../LONG/O2L3P_LONG_00000500_restart_ice_${L_NPROC}.nc . 
    391391        if [ ${USING_ICEBERGS} == "yes" ] 
    392392            then 
    393              ln -sf ../LONG/O2L3P_LONG_icebergs_00000495_restart_${L_NPROC}.nc O2L3P_LONG_00000495_restart_icebergs_${L_NPROC}.nc 
     393             ln -sf ../LONG/O2L3P_LONG_icebergs_00000500_restart_${L_NPROC}.nc O2L3P_LONG_00000500_restart_icebergs_${L_NPROC}.nc 
    394394        fi 
    395395    done 
     
    417417    set_namelist namelist_cfg cn_exp \"O2L3P_48\" 
    418418    set_namelist namelist_cfg nn_it000 1 
    419     set_namelist namelist_cfg nn_itend 990 
     419    set_namelist namelist_cfg nn_itend 1000 
    420420    set_namelist namelist_cfg jpni 4 
    421421    set_namelist namelist_cfg jpnj 8 
     
    465465    set_namelist namelist_cfg cn_exp \"O2L3P_84\" 
    466466    set_namelist namelist_cfg nn_it000 1 
    467     set_namelist namelist_cfg nn_itend 990 
     467    set_namelist namelist_cfg nn_itend 1000 
    468468    set_namelist namelist_cfg jpni 8 
    469469    set_namelist namelist_cfg jpnj 4 
Note: See TracChangeset for help on using the changeset viewer.