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 14216 for NEMO/trunk/tests – NEMO

Changeset 14216 for NEMO/trunk/tests


Ignore:
Timestamp:
2020-12-18T17:39:43+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, Changed DOME expt parameters

Location:
NEMO/trunk/tests/DOME
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/DOME/EXPREF/1_namelist_cfg

    r13952 r14216  
    3636!----------------------------------------------------------------------- 
    3737   ln_linssh  = .true. 
    38    rn_Dt      =   240.    !  time step for the dynamics (and tracer if nn_acc=0) 
     38   rn_Dt      =   150.    !  time step for the dynamics (and tracer if nn_acc=0) 
    3939   rn_atfp    =    0.1    !  asselin time filter parameter 
    4040   ln_meshmask = .false.  !  =T create a mesh file 
     
    105105!----------------------------------------------------------------------- 
    106106   ln_traadv_fct = .true. !  FCT scheme 
    107       nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
     107      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    108108      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    109109/ 
     
    164164&namdyn_vor    !   option of physics/algorithm 
    165165!----------------------------------------------------------------------- 
    166    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    167    ln_dynvor_ens = .false. !  energy conserving scheme 
    168    ln_dynvor_mix = .false. !  mixed scheme 
    169166   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    170       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     167   ! 
     168   nn_e3f_typ = 1          !  type of e3f (EEN, ENE, ENS, MIX only)  =0  e3f = mi(mj(e3t))/4 
     169   ! 
    171170/ 
    172171!----------------------------------------------------------------------- 
     
    174173!----------------------------------------------------------------------- 
    175174   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation) 
    176    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     175   ln_hpg_djc  = .true.   !  s-coordinate (standard jacobian formulation) 
    177176/ 
    178177!----------------------------------------------------------------------- 
     
    200199&namzdf        !   vertical physics                                     (default: NO selection) 
    201200!----------------------------------------------------------------------- 
    202    ln_zad_Aimp = .true.       !  Courant number dependent scheme (Shchepetkin 2015) 
     201   ln_zad_Aimp = .false.       !  Courant number dependent scheme (Shchepetkin 2015) 
    203202   !                       ! type of vertical closure (required) 
    204    ln_zdfcst   = .true.       !  constant mixing 
     203   ln_zdfcst   = .false.      !  constant mixing 
    205204   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    206205   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    207    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     206   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    208207   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    209208   !    
     
    225224   !    
    226225   !                       ! coefficients 
    227    rn_avm0     =   5.e-2     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    228    rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     226   rn_avm0     =   1.e-5     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     227   rn_avt0     =   1.e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    229228   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0) 
    230229   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0) 
  • NEMO/trunk/tests/DOME/EXPREF/AGRIF_FixedGrids.in

    r13952 r14216  
    111 
    2 118 178 40 80 2 2 2  
     2278 358 88 162 2 2 2   
    330 
  • NEMO/trunk/tests/DOME/EXPREF/file_def_nemo-oce.xml

    r13930 r14216  
    88    --> 
    99     
    10     <file_definition type="one_file" name="@expname@" sync_freq="1d" min_digits="4"> 
    11       <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE." >  <!-- 1d files -->   
     10    <file_definition type="one_file" name="@expname@" sync_freq="12h" min_digits="4"> 
     11      <file_group id="12h" output_freq="12h"  output_level="10" enabled=".TRUE." >  <!-- 12h files -->   
    1212  
    1313   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > 
     
    1717          <field field_ref="sbt"        name="sbt"           operation="instant" /> 
    1818          <field field_ref="sbs"        name="btra"          operation="instant" /> 
    19           <field field_ref="sbh"        name="thick"         operation="instant" /> 
    2019          <field field_ref="agrif_spt"  name="Agrif_sponge" /> 
    2120   </file> 
  • NEMO/trunk/tests/DOME/EXPREF/namelist_cfg

    r13952 r14216  
    1010   cn_exp      =    "DOME" !  experience name 
    1111   nn_it000    =       1   !  first time step 
    12    nn_itend    =   16200   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
     12   nn_itend    =   11520   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
    1313   nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1) 
    1414/ 
     
    2525!----------------------------------------------------------------------- 
    2626   ln_linssh  = .true. 
    27    rn_Dt      =   480.    !  time step for the dynamics (and tracer if nn_acc=0) 
     27   rn_Dt      =   300.    !  time step for the dynamics (and tracer if nn_acc=0) 
    2828   rn_atfp    =    0.1    !  asselin time filter parameter 
    2929   ln_meshmask = .false.  !  =T create a mesh file 
     
    9494!----------------------------------------------------------------------- 
    9595   ln_traadv_fct = .true. !  FCT scheme 
    96       nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
     96      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9797      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    9898/ 
     
    153153&namdyn_vor    !   option of physics/algorithm 
    154154!----------------------------------------------------------------------- 
    155    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    156    ln_dynvor_ens = .false. !  energy conserving scheme 
    157    ln_dynvor_mix = .false. !  mixed scheme 
    158155   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    159       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     156   ! 
     157   nn_e3f_typ = 1          !  type of e3f (EEN, ENE, ENS, MIX only)  =0  e3f = mi(mj(e3t))/4 
     158   !                       !                                         =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    160159/ 
    161160!----------------------------------------------------------------------- 
     
    163162!----------------------------------------------------------------------- 
    164163   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation) 
    165    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     164   ln_hpg_djc  = .true.   !  s-coordinate (standard jacobian formulation) 
    166165/ 
    167166!----------------------------------------------------------------------- 
     
    189188&namzdf        !   vertical physics                                     (default: NO selection) 
    190189!----------------------------------------------------------------------- 
    191    ln_zad_Aimp = .true.       !  Courant number dependent scheme (Shchepetkin 2015) 
     190   ln_zad_Aimp = .false.       !  Courant number dependent scheme (Shchepetkin 2015) 
    192191   !                       ! type of vertical closure (required) 
    193    ln_zdfcst   = .true.       !  constant mixing 
     192   ln_zdfcst   = .false.      !  constant mixing 
    194193   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    195194   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    196    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     195   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    197196   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    198197   !    
     
    214213   !    
    215214   !                       ! coefficients 
    216    rn_avm0     =   5.e-2     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    217    rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     215   rn_avm0     =   1.e-5     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     216   rn_avt0     =   1.e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    218217   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0) 
    219218   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0) 
     
    261260   ctypebdy='W' 
    262261   nbdyind = 2  
    263    nbdybeg = 1 
    264    nbdyend = 87  
    265 / 
     262   nbdybeg = 1  
     263   nbdyend = 164  
     264/ 
Note: See TracChangeset for help on using the changeset viewer.