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 7246 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-17T11:56:41+01:00 (8 years ago)
Author:
flavoni
Message:

fix warning on out parameter domainÂ_cfg, and namelists for agrif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r7200 r7246  
    66!----------------------------------------------------------------------- 
    77   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =     480   !  last  time step 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =   10950   !  last  time step 
    910   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1011   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     
    1617   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    1718      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    18       cn_domcfg = "AGRIF_AGULHAS_domcfg"    ! domain configuration filename 
     19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    1920/ 
    2021!----------------------------------------------------------------------- 
     
    2627&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2728!-----------------------------------------------------------------------   
    28    jphgr_msh   =       0               !  type of horizontal mesh 
    29    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    30    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    31    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    32    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    33    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    34    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    35    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    36    ppa0        =     255.58049070440   ! (default coefficients) 
    37    ppa1        =     245.58132232490   ! 
    38    ppkth       =      21.43336197938   ! 
    39    ppacr       =       3.0             ! 
    40    ppdzmin     =  999999.              !  Minimum vertical spacing 
    41    pphmax      =  999999.              !  Maximum depth 
    42    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    43    ppa2        =  999999.              !  Double tanh function parameters 
    44    ppkth2      =  999999.              ! 
    45    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   ! 
    4632   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     33   ! 
    4734/ 
    4835!----------------------------------------------------------------------- 
     
    5845&namsbc        !   Surface Boundary Condition (surface module) 
    5946!----------------------------------------------------------------------- 
     47   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6048   nn_ice      = 0         !  =0 no ice boundary condition   , 
    6149                           !  =1 use observed ice-cover      , 
     
    186174   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    187175      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    188    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    189176/ 
    190177!----------------------------------------------------------------------- 
     
    209196   ln_dynldf_iso =  .false.    !  iso-neutral 
    210197   !                       !  Coefficient 
    211    nn_ahm_ijk_t  = 20          !  space/time variation of eddy coef 
     198   nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef 
    212199   !                                !  =-30  read in eddy_viscosity_3D.nc file 
    213200   !                                !  =-20  read in eddy_viscosity_2D.nc file 
Note: See TracChangeset for help on using the changeset viewer.