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 11628 for NEMO/branches/2019/ENHANCE-03_domcfg/namelist_cfg – NEMO

Ignore:
Timestamp:
2019-10-01T18:12:05+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-03_domcfg: add cpp_ENHANCE-03_domcfg.fcm and remove make_closea_masks.py (as now managed in the F90 code and remove compilation file (ticket #2143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_domcfg/namelist_cfg

    r10727 r11628  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OCE :   Reference namelist_ref                                !! 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
     4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco ) 
     5!!              2 - diagnostics      (namnc4) 
     6!!              3 - miscellaneous    (nammpp, namctl) 
     7!! 
     8!! namelist skeleton : egrep -E '(^/ *$|^! *$|^ *$|&nam.*|!---.*|!! .*|!!==.*|!!>>>.*)' namelist_ref > namelist_skl 
     9!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    510!----------------------------------------------------------------------- 
    611&namrun        !   parameters of the run 
    712!----------------------------------------------------------------------- 
    8    nn_no       =       0   !  job number (no more used...) 
    9    cn_exp      =  "domaincfg"  !  experience name 
    10    nn_it000    =       1   !  first time step 
    11    nn_itend    =      75   !  last  time step (std 5475) 
     13/ 
     14!----------------------------------------------------------------------- 
     15&namdom        !   space and time domain (bathymetry, mesh, timestep) 
     16!----------------------------------------------------------------------- 
    1217/ 
    1318!----------------------------------------------------------------------- 
    1419&namcfg        !   parameters of the configuration 
    1520!----------------------------------------------------------------------- 
    16    ! 
    17    ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.  
    18    !                       !      ===>>> will become the only possibility in v4.0 
    19    !                       ! =F : e3 analytical derivative of depth function 
    20    !                       !      only there for backward compatibility test with v3.6 
    21    !                       !       
    22    cp_cfg      =  "orca"   !  name of the configuration 
    23    jp_cfg      =       2   !  resolution of the configuration 
    24    jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
    25    jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
    26    jpkdta      =      31   !  number of levels      ( >= jpk ) 
    27    jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
    28    jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
    29    jpizoom     =       1   !  left bottom (i,j) indices of the zoom 
    30    jpjzoom     =       1   !  in data domain indices 
    31    jperio      =       4   !  lateral cond. type (between 0 and 6) 
    3221/ 
    3322!----------------------------------------------------------------------- 
    34 &namzgr        !   vertical coordinate 
    35 !----------------------------------------------------------------------- 
    36    ln_zps      = .true.    !  z-coordinate - partial steps 
    37    ln_linssh   = .true.    !  linear free surface 
    38 / 
    39 &namzgr_sco 
    40 / 
    41 &namlbc 
    42 / 
    43 &namagrif 
    44 / 
    45 &nambdy 
    46 / 
    47 &nam_vvl 
    48 / 
    49  
    50 !----------------------------------------------------------------------- 
    51 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    52 !----------------------------------------------------------------------- 
    53    jphgr_msh   =       0               !  type of horizontal mesh 
    54    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    55    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    56    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    57    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    58    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    59    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    60    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    61    ppa0        =     255.58049070440   ! (default coefficients) 
    62    ppa1        =     245.58132232490   ! 
    63    ppkth       =      21.43336197938   ! 
    64    ppacr       =       3.0             ! 
    65    ppdzmin     =  999999.              !  Minimum vertical spacing 
    66    pphmax      =  999999.              !  Maximum depth 
    67    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    68    ppa2        =  999999.              !  Double tanh function parameters 
    69    ppkth2      =  999999.              ! 
    70    ppacr2      =  999999.              ! 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     23&namzgr        !   vertical coordinate                                  (default: NO selection) 
    7424!----------------------------------------------------------------------- 
    7525/ 
    7626!----------------------------------------------------------------------- 
    77 &namctl        !   Control prints & Benchmark 
     27&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F) 
     28!----------------------------------------------------------------------- 
     29                        !!!!!!!  Envelop bathymetry 
     30                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
     31                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
     32                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
     33/ 
     34!----------------------------------------------------------------------- 
     35&namclo ! (closed sea : need ln_domclo = .true. in namcfg) 
    7836!----------------------------------------------------------------------- 
    7937/ 
     38!----------------------------------------------------------------------- 
     39&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     40!----------------------------------------------------------------------- 
     41/ 
     42!----------------------------------------------------------------------- 
     43&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     44!----------------------------------------------------------------------- 
     45/ 
     46!----------------------------------------------------------------------- 
     47&nambdy        !  unstructured open boundaries                          (default: OFF) 
     48!----------------------------------------------------------------------- 
     49/ 
     50!----------------------------------------------------------------------- 
     51&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     52!----------------------------------------------------------------------- 
     53/ 
     54!----------------------------------------------------------------------- 
     55&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     56!----------------------------------------------------------------------- 
     57/ 
     58!----------------------------------------------------------------------- 
     59&namctl        !   Control prints                                       (default: OFF) 
     60!----------------------------------------------------------------------- 
     61/ 
Note: See TracChangeset for help on using the changeset viewer.