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 7277 for branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2016-11-21T09:55:07+01:00 (8 years ago)
Author:
flavoni
Message:

update 2016 branch with simplif-2

Location:
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r6140 r7277  
    44!----------------------------------------------------------------------- 
    55&namrun        !   parameters of the run 
    6  nn_it000=1 
    76!----------------------------------------------------------------------- 
    87   cn_exp      = "Agulhas" !  experience name  
    9    nn_itend    =   10950 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =   10950   !  last  time step 
    1010   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1111   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    12    ln_clobber  =  .true. 
     12   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    1313/ 
    1414!----------------------------------------------------------------------- 
    1515&namcfg        !   parameters of the configuration 
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "default"             !  name of the configuration 
    18    jp_cfg      =      -1               !  resolution of the configuration 
    19    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    20    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    21    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    22    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    23    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    24    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    25    jpjzoom     =       1               !  in data domain indices 
    26    jperio      =       0               !  lateral cond. type (between 0 and 6) 
     17   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2720/ 
    2821!----------------------------------------------------------------------- 
     
    3023!----------------------------------------------------------------------- 
    3124   ln_zps      = .true.    !  z-coordinate - partial steps 
    32    ln_linssh   = .true.    !  linear free surface 
    3325/ 
    3426!----------------------------------------------------------------------- 
    3527&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3628!-----------------------------------------------------------------------   
    37    jphgr_msh   =       0               !  type of horizontal mesh 
    38    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    39    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    40    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    43    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    44    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    45    ppa0        =     255.58049070440   ! (default coefficients) 
    46    ppa1        =     245.58132232490   ! 
    47    ppkth       =      21.43336197938   ! 
    48    ppacr       =       3.0             ! 
    49    ppdzmin     =  999999.              !  Minimum vertical spacing 
    50    pphmax      =  999999.              !  Maximum depth 
    51    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    52    ppa2        =  999999.              !  Double tanh function parameters 
    53    ppkth2      =  999999.              ! 
    54    ppacr2      =  999999.              ! 
     29   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     31   ! 
    5532   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5633/ 
     
    6744&namsbc        !   Surface Boundary Condition (surface module) 
    6845!----------------------------------------------------------------------- 
     46   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6947   nn_ice      = 0         !  =0 no ice boundary condition   , 
    7048                           !  =1 use observed ice-cover      , 
     
    194172   ln_dynvor_mix = .false. !  mixed scheme 
    195173   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    196       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     174      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    197175/ 
    198176!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r6140 r7277  
    99   cn_exp      =  "ORCA2"  !  experience name 
    1010   nn_it000    =       1   !  first time step 
    11    nn_itend    =     300   !  last  time step (std 5475) 
    12 / 
    13 !----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration 
    15 !----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     11   nn_itend    =    5475   !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2619/ 
    2720!----------------------------------------------------------------------- 
     
    2922!----------------------------------------------------------------------- 
    3023   ln_zps      = .true.    !  z-coordinate - partial steps 
    31    ln_linssh   = .true.    !  linear free surface 
    3224/ 
    3325!----------------------------------------------------------------------- 
    3426&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3527!----------------------------------------------------------------------- 
    36    jphgr_msh   =       0               !  type of horizontal mesh 
    37    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    38    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    39    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    40    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    41    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    42    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    43    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    44    ppa0        =     255.58049070440   ! (default coefficients) 
    45    ppa1        =     245.58132232490   ! 
    46    ppkth       =      21.43336197938   ! 
    47    ppacr       =       3.0             ! 
    48    ppdzmin     =  999999.              !  Minimum vertical spacing 
    49    pphmax      =  999999.              !  Maximum depth 
    50    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    51    ppa2        =  999999.              !  Double tanh function parameters 
    52    ppkth2      =  999999.              ! 
    53    ppacr2      =  999999.              ! 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5432/ 
    5533!----------------------------------------------------------------------- 
     
    6543&namsbc        !   Surface Boundary Condition (surface module) 
    6644!----------------------------------------------------------------------- 
     45   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6746/ 
    6847!----------------------------------------------------------------------- 
     
    133112   ln_traldf_lev   =  .false.  !  iso-level 
    134113   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    135    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    136    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     114   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     115   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    137116   ! 
    138117   !                       !  iso-neutral options:         
     
    146125   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    147126   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    148    !                                !   =  0           constant 
    149    !                                !   = 10 F(k)      =ldf_c1d 
    150    !                                !   = 20 F(i,j)    =ldf_c2d 
     127   !                                !   =  0           constant  
     128   !                                !   = 10 F(k)      =ldf_c1d  
     129   !                                !   = 20 F(i,j)    =ldf_c2d  
    151130   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    152131   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     
    163142   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    164143   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    165    !                                !   =  0           constant 
    166    !                                !   = 10 F(k)      =ldf_c1d 
    167    !                                !   = 20 F(i,j)    =ldf_c2d 
     144   !                                !   =  0           constant  
     145   !                                !   = 10 F(k)      =ldf_c1d  
     146   !                                !   = 20 F(i,j)    =ldf_c2d  
    168147   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    169148   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    170149/ 
    171150!----------------------------------------------------------------------- 
    172 &namtra_dmp    !   tracer: T & S newtonian damping 
    173 !----------------------------------------------------------------------- 
    174 / 
     151&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     152!----------------------------------------------------------------------- 
    175153!----------------------------------------------------------------------- 
    176154&namdyn_adv    !   formulation of the momentum advection 
     
    189167&namdyn_hpg    !   Hydrostatic pressure gradient option 
    190168!----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &namdyn_spg    !   Surface pressure gradient 
    194 !----------------------------------------------------------------------- 
    195    ln_dynspg_ts = .true.   !  Split-explicit free surface 
     169   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     170/ 
     171!----------------------------------------------------------------------- 
     172&namdyn_spg    !   surface pressure gradient 
     173!----------------------------------------------------------------------- 
     174   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    196175/ 
    197176!----------------------------------------------------------------------- 
     
    218197   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    219198   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     199   ! 
     200   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    220201/ 
    221202!----------------------------------------------------------------------- 
     
    248229/ 
    249230!----------------------------------------------------------------------- 
    250 &namhsb       !  Heat and salt budgets 
    251 !----------------------------------------------------------------------- 
    252 / 
    253 !----------------------------------------------------------------------- 
    254 &namobs       !  observation usage 
     231&namhsb       !  Heat and salt budgets                                  (default F) 
     232!----------------------------------------------------------------------- 
     233/ 
     234!----------------------------------------------------------------------- 
     235&namobs       !  observation usage                                      ('key_diaobs') 
    255236!----------------------------------------------------------------------- 
    256237/ 
Note: See TracChangeset for help on using the changeset viewer.