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 12511 for NEMO/branches/2020/r12377_ticket2386/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2020-03-05T12:21:05+01:00 (4 years ago)
Author:
andmirek
Message:

ticket #2386: update trunk@12493 to have AGRIF sette working

Location:
NEMO/branches/2020/r12377_ticket2386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r12377_ticket2386

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev_r11615_ENHANCE-04_namelists_as_internalfiles_agrif@HEAD      ext/AGRIF 
         5^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8 
         9# SETTE 
         10^/utils/CI/sette@HEAD         sette 
  • NEMO/branches/2020/r12377_ticket2386/cfgs/SHARED/namelist_ref

    r12377 r12511  
    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 
     
    7272   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    7373   ! 
    74    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     74   rn_Dt      = 5400.     !  time step for the dynamics and tracer 
    7575   rn_atfp     =    0.1    !  asselin time filter parameter 
    7676   ! 
     
    576576   ln_icebergs = .false.      ! activate iceberg floats (force =F with "key_agrif") 
    577577   ! 
     578   !                          ! restart 
     579   cn_icbrst_in     = "restart_icb" !  suffix of iceberg restart name (input) 
     580   cn_icbrst_indir  = "./"          !  directory from which to read input ocean restarts 
     581   cn_icbrst_out    = "restart_icb" !  suffix of ocean restart name (output) 
     582   cn_icbrst_outdir = "./"          !  directory from which to read output ocean restarts           
     583   ! 
    578584   !                          ! diagnostics: 
    579585   ln_bergdia        = .true.        ! Calculate budgets 
     
    989995      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
    990996         nn_bt_flt     = 1          ! Time filter choice  = 0 None 
    991          !                          !                     = 1 Boxcar over   nn_baro sub-steps 
    992          !                          !                     = 2 Boxcar over 2*nn_baro  "    " 
     997         !                          !                     = 1 Boxcar over   nn_e sub-steps 
     998         !                          !                     = 2 Boxcar over 2*nn_e  "    " 
    993999      ln_bt_auto    = .true.     ! Number of sub-step defined from: 
    9941000         rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed 
    995          nn_baro      = 30          ! =F : the number of sub-step in rn_rdt seconds 
     1001         nn_e      = 30          ! =F : the number of sub-step in rn_Dt seconds 
    9961002      rn_bt_alpha   = 0.         ! Temporal diffusion parameter (if ln_bt_av=F) 
    9971003/ 
Note: See TracChangeset for help on using the changeset viewer.