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

Changeset 8013


Ignore:
Timestamp:
2017-05-10T11:59:00+02:00 (7 years ago)
Author:
jchanut
Message:

Change VORTEX parameters to match ROMS test case

Location:
branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00/1_namelist_cfg

    r8011 r8013  
    99   nn_date0    = 19500101     !  initial date 
    1010   nn_it000    =        1     !  first time step 
    11    nn_itend    =    16200     !  last  time step (std 5475) 
     11   nn_itend    =    18000     !  last  time step (std 5475) 
    1212   nn_stock    =        0     !  frequency of creation of a restart file (modulo referenced to 1) 
    1313   nn_istate   =        0     !  output the initial state (1) or not (0) 
     
    1818   nn_cln_update =    1    !  baroclinic update frequency 
    1919   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    20    rn_sponge_tra =  300.   !  coefficient for tracer   sponge layer [m2/s] 
    21    rn_sponge_dyn =  300.   !  coefficient for dynamics sponge layer [m2/s] 
     20   rn_sponge_tra =  100.   !  coefficient for tracer   sponge layer [m2/s] 
     21   rn_sponge_dyn =  400.   !  coefficient for dynamics sponge layer [m2/s] 
    2222/ 
    2323!----------------------------------------------------------------------- 
     
    2727   cp_cfz      =      ''               !  name of the zoom of configuration 
    2828   jp_cfg      =       0               !  resolution of the configuration 
    29    jpidta      =      61               !  1st lateral dimension ( >= jpi ) 
    30    jpjdta      =      61               !  2nd    "         "    ( >= jpj ) 
     29   jpidta      =      63               !  1st lateral dimension ( >= jpi ) 
     30   jpjdta      =      63               !  2nd    "         "    ( >= jpj ) 
    3131   jpkdta      =      11               !  number of levels      ( >= jpk ) 
    32    jpiglo      =      61               !  1st dimension of global domain --> i =jpidta 
    33    jpjglo      =      61               !  2nd    -                  -    --> j  =jpjdta 
     32   jpiglo      =      63               !  1st dimension of global domain --> i =jpidta 
     33   jpjglo      =      63               !  2nd    -                  -    --> j  =jpjdta 
    3434   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    3535   jpjzoom     =       1               !  in data domain indices 
     
    7676   ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    7777                                       !  a user defined maximum courant number (rn_bt_cmax) 
    78    nn_baro       =    20               !  Number of iterations of barotropic mode 
     78   nn_baro       =    24               !  Number of iterations of barotropic mode 
    7979                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    8080/ 
     
    179179!----------------------------------------------------------------------- 
    180180   ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    181    ln_traadv_tvd    =  .true.    !  TVD scheme 
    182    ln_traadv_ubs    =  .false.   !  UBS scheme 
     181   ln_traadv_tvd    =  .false.   !  TVD scheme 
     182   ln_traadv_ubs    =  .true.    !  UBS scheme 
    183183/ 
    184184!----------------------------------------------------------------------- 
     
    196196   !                       !  Operator type: 
    197197   ln_traldf_lap    =  .false.  !  laplacian operator 
    198    ln_traldf_bilap  =  .true.   !  bilaplacian operator 
     198   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    199199   !                       !  Direction of action: 
    200200   ln_traldf_level  =  .false.  !  iso-level 
    201201   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    202202   ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    203    rn_aht_0         =   -2.e9  !  horizontal eddy diffusivity for tracers [m2/s] 
    204203/ 
    205204!----------------------------------------------------------------------- 
     
    242241&namzdf        !   vertical physics 
    243242!----------------------------------------------------------------------- 
    244    rn_avm0     =    1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    245    rn_avt0     =    1.e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
     243   rn_avm0     =    0.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
     244   rn_avt0     =    0.e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    246245   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F) 
    247246   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     
    268267    ln_tra_dmp    =.false.,.false.,.false.,.false.      !  open boudaries conditions for tracers 
    269268    ln_dyn3d_dmp  =.false.,.false.,.false.,.false.      !  open boundary condition for baroclinic velocities 
    270     rn_time_dmp   =  1., 1., 1., 1.             ! Damping time scale in days 
    271     rn_time_dmp_out =  30., 30., 30., 30.       ! Outflow damping time scale 
     269    rn_time_dmp   =  100., 100., 100., 100.             ! Damping time scale in days 
     270    rn_time_dmp_out =  100., 100., 100., 100.       ! Outflow damping time scale 
    272271    nn_rimwidth   = 1, 1, 1, 1                  !  width of the relaxation zone 
    273272    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
  • branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00/AGRIF_FixedGrids.in

    r8011 r8013  
    111 
    2 20 39 20 39 3 3 3  
     221 40 21 40 3 3 3  
    330 
    4 10 49 10 49 3 3 3 
    5 0 
  • branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00/namelist_cfg

    r8011 r8013  
    99   nn_date0    = 19500101     !  initial date 
    1010   nn_it000    =        1     !  first time step 
    11    nn_itend    =     5400     !  last  time step (std 5475) 
     11   nn_itend    =     6000     !  last  time step (std 5475) 
    1212   nn_stock    =        0     !  frequency of creation of a restart file (modulo referenced to 1) 
    1313   nn_istate   =        0     !  output the initial state (1) or not (0) 
     14/ 
     15!----------------------------------------------------------------------- 
     16&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     17!----------------------------------------------------------------------- 
     18   nn_cln_update =    1    !  baroclinic update frequency 
     19   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
     20   rn_sponge_tra =  100.   !  coefficient for tracer   sponge layer [m2/s] 
     21   rn_sponge_dyn =  400.   !  coefficient for dynamics sponge layer [m2/s] 
    1422/ 
    1523!----------------------------------------------------------------------- 
     
    1927   cp_cfz      =      ''               !  name of the zoom of configuration 
    2028   jp_cfg      =       0               !  resolution of the configuration 
    21    jpidta      =      61               !  1st lateral dimension ( >= jpi ) 
    22    jpjdta      =      61               !  2nd    "         "    ( >= jpj ) 
     29   jpidta      =      63               !  1st lateral dimension ( >= jpi ) 
     30   jpjdta      =      63               !  2nd    "         "    ( >= jpj ) 
    2331   jpkdta      =      11               !  number of levels      ( >= jpk ) 
    24    jpiglo      =      61               !  1st dimension of global domain --> i =jpidta 
    25    jpjglo      =      61               !  2nd    -                  -    --> j  =jpjdta 
     32   jpiglo      =      63               !  1st dimension of global domain --> i =jpidta 
     33   jpjglo      =      63               !  2nd    -                  -    --> j  =jpjdta 
    2634   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    2735   jpjzoom     =       1               !  in data domain indices 
     
    6876   ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    6977                                       !  a user defined maximum courant number (rn_bt_cmax) 
    70    nn_baro       =    20               !  Number of iterations of barotropic mode 
     78   nn_baro       =    24               !  Number of iterations of barotropic mode 
    7179                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    7280/ 
     
    171179!----------------------------------------------------------------------- 
    172180   ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    173    ln_traadv_tvd    =  .true.    !  TVD scheme 
    174    ln_traadv_ubs    =  .false.   !  UBS scheme 
     181   ln_traadv_tvd    =  .false.   !  TVD scheme 
     182   ln_traadv_ubs    =  .true.    !  UBS scheme 
    175183/ 
    176184!----------------------------------------------------------------------- 
     
    188196   !                       !  Operator type: 
    189197   ln_traldf_lap    =  .false.  !  laplacian operator 
    190    ln_traldf_bilap  =  .true.   !  bilaplacian operator 
     198   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    191199   !                       !  Direction of action: 
    192200   ln_traldf_level  =  .false.  !  iso-level 
    193201   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    194202   ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    195    rn_aht_0         =   -5.e10  !  horizontal eddy diffusivity for tracers [m2/s] 
    196203/ 
    197204!----------------------------------------------------------------------- 
     
    234241&namzdf        !   vertical physics 
    235242!----------------------------------------------------------------------- 
    236    rn_avm0     =    1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    237    rn_avt0     =    1.e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
     243   rn_avm0     =    0.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
     244   rn_avt0     =    0.e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    238245   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F) 
    239246   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     
    242249!----------------------------------------------------------------------- 
    243250&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    244     nb_bdy         = 4                    !  number of open boundary sets 
     251    nb_bdy         = 0                    !  number of open boundary sets 
    245252    ln_coords_file = .false.,.false.,.false.,.false.      !  =T : read bdy coordinates from file 
    246253    cn_coords_file = '','','',''          !  bdy coordinates files 
Note: See TracChangeset for help on using the changeset viewer.