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/GYRE_PISCES/EXP00/namelist_cfg – NEMO

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

update 2016 branch with simplif-2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r6140 r7277  
    1515&namcfg     !   parameters of the configuration    
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "gyre"                 !  name of the configuration 
    18    jp_cfg      =       1                 !  resolution of the configuration 
    19    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    20    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    21    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    22    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    23    jpjglo      =      22                 !  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) 
    27 / 
    28 !----------------------------------------------------------------------- 
    29 &namzgr        !   vertical coordinate 
    30 !----------------------------------------------------------------------- 
    31    ln_zco      = .true.    !  z-coordinate - full    steps 
    32    ln_linssh   = .true.    !  linear free surface 
     17   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3320/ 
    3421!----------------------------------------------------------------------- 
    3522&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3623!----------------------------------------------------------------------- 
    37    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    38    rn_rdt      = 7200.     !  time step for the dynamics  
    39    jphgr_msh   =       5                 !  type of horizontal mesh 
    40    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    41    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    42    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    43    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    44    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    45    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    46    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    47    ppa0        =     155.8325369664153   ! (default coefficients) 
    48    ppa1        =     146.3615918601890   ! 
    49    ppkth       =      17.28520372419791  ! 
    50    ppacr       =       5.0               ! 
    51    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    52    pphmax      =  999999.0               !  Maximum depth 
    53    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    54    ppa2        =  999999.0               !  Double tanh function parameters 
    55    ppkth2      =  999999.0               ! 
    56    ppacr2      =  999999.0               ! 
     24   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     25   ! 
     26   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     27   ! 
     28   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5729/ 
    5830!----------------------------------------------------------------------- 
     
    7345   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    7446                           !     (also = the frequency of sea-ice model call) 
    75    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    76    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     47   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    7748   nn_ice      = 0         !  =0 no ice boundary condition   , 
    7849   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
Note: See TracChangeset for help on using the changeset viewer.