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 13463 for NEMO/branches/2019/dev_r11351_fldread_with_XIOS/tests/BENCH/EXPREF/namelist_cfg_orca12_like – NEMO

Ignore:
Timestamp:
2020-09-14T17:40:34+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2195:update to trunk 13461

Location:
NEMO/branches/2019/dev_r11351_fldread_with_XIOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11351_fldread_with_XIOS

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
         5^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8 
         9# SETTE 
         10^/utils/CI/sette@13382        sette 
  • NEMO/branches/2019/dev_r11351_fldread_with_XIOS/tests/BENCH/EXPREF/namelist_cfg_orca12_like

    r10539 r13463  
    99   nn_it000    =       1   !  first time step 
    1010   nn_itend    =    1000   !  last time step  
    11    nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1) 
    12    nn_write    =       0   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     11   nn_stock    =      -1   !  frequency of creation of a restart file (modulo referenced to 1) 
     12   nn_write    =      -1   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    1313/ 
    1414!----------------------------------------------------------------------- 
    1515&namusr_def    !   User defined :   BENCH configuration: Flat bottom, beta-plane 
    1616!----------------------------------------------------------------------- 
    17    nn_isize   =   4322     ! number of point in i-direction of global(local) domain if >0 (<0)   
    18    nn_jsize   =   3147     ! number of point in j-direction of global(local) domain if >0 (<0)   
     17   nn_isize   =   4320     ! number of point in i-direction of global(local) domain if >0 (<0)   
     18   nn_jsize   =   3146     ! number of point in j-direction of global(local) domain if >0 (<0)   
    1919   nn_ksize   =   75       ! total number of point in k-direction 
    2020   nn_perio   =   4        ! periodicity 
     
    3030&namctl        !   Control prints                                       (default: OFF) 
    3131!----------------------------------------------------------------------- 
    32    ln_ctl      = .false.   !  trends control print (expensive!) 
    33    nn_print    =    0      !  level of print (0 no extra print) 
    3432   ln_timing   = .false.   !  timing by routine write out in timing.output file 
    3533/ 
     
    3735&namdom        !   time and space domain 
    3836!----------------------------------------------------------------------- 
    39    rn_rdt      =    300.   !  time step for the dynamics (and tracer if nn_acc=0) 
     37   rn_Dt      =    300.   !  time step for the dynamics (and tracer if nn_acc=0) 
    4038   rn_atfp     =   0.05    !  asselin time filter parameter 
    4139/ 
     
    5149!----------------------------------------------------------------------- 
    5250  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     51  nn_ice      = 2         !  =0 no ice boundary condition 
     52     !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif ) 
     53     !                    !  =2 or 3 for SI3 and CICE, respectively 
    5354  ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    5455/ 
     
    7677!!                                                                    !! 
    7778!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    78 !!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T) 
    79 !!   namdrg_bot    bottom friction                                      (ln_OFF =F) 
     79!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T) 
     80!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F) 
    8081!!   nambbc        bottom temperature boundary condition                (default: OFF) 
    8182!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     
    189190   ln_dynspg_ts   = .true.   ! split-explicit free surface 
    190191      ln_bt_auto    = .false.    ! Number of sub-step defined from: 
    191          nn_baro      =  30         ! =F : the number of sub-step in rn_rdt seconds 
     192         nn_e      =  30         ! =F : the number of sub-step in rn_Dt seconds 
    192193/ 
    193194!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.