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 13024 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_cfg – NEMO

Ignore:
Timestamp:
2020-06-03T16:26:23+02:00 (4 years ago)
Author:
rblod
Message:

First version of new nesting tools merged with domaincfg, see ticket #2129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_cfg

    r12414 r13024  
    1515&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    1616!----------------------------------------------------------------------- 
     17   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
     18                           !  or compute (2) from external bathymetry 
     19   nn_interp   =    1                          ! type of interpolation (nn_bathy =2)                        
     20   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
     21   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     22   cn_lon      =  'nav_lon'                    ! lon  name in file  (nn_bathy =2) 
     23   cn_lat      =  'nav_lat'                    ! lat  name in file  (nn_bathy =2) 
     24   rn_scale    = 1 
     25   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     26   jphgr_msh   =       0               !  type of horizontal mesh 
     27   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     28   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     29   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
     30   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
     31   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
     32   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
     33   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
     34   ppa0        =     255.58049070440   ! (default coefficients) 
     35   ppa1        =     245.58132232490   ! 
     36   ppkth       =      21.43336197938   ! 
     37   ppacr       =       3.0             ! 
     38   ppdzmin     =  999999.              !  Minimum vertical spacing 
     39   pphmax      =  999999.              !  Maximum depth 
     40   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
     41   ppa2        =  999999.              !  Double tanh function parameters 
     42   ppkth2      =  999999.              ! 
     43   ppacr2      =  999999.              ! 
     44/ 
     45!----------------------------------------------------------------------- 
     46&namcrs        !   Grid coarsening for dynamics output and/or 
     47               !   passive tracer coarsened online simulations 
     48!----------------------------------------------------------------------- 
     49/ 
     50!----------------------------------------------------------------------- 
     51&namtsd    !   data : Temperature  & Salinity 
     52!----------------------------------------------------------------------- 
     53/ 
     54!----------------------------------------------------------------------- 
     55&namsbc        !   Surface Boundary Condition (surface module) 
     56!----------------------------------------------------------------------- 
     57/ 
     58!----------------------------------------------------------------------- 
     59&namsbc_core   !   namsbc_core  CORE bulk formulae 
     60!----------------------------------------------------------------------- 
     61/ 
     62!----------------------------------------------------------------------- 
     63&namtra_qsr    !   penetrative solar radiation 
     64!----------------------------------------------------------------------- 
     65/ 
     66!----------------------------------------------------------------------- 
     67&namsbc_rnf    !   runoffs namelist surface boundary condition 
     68!----------------------------------------------------------------------- 
     69/ 
     70!----------------------------------------------------------------------- 
     71&namsbc_ssr    !   surface boundary condition : sea surface restoring 
     72!----------------------------------------------------------------------- 
     73/ 
     74!----------------------------------------------------------------------- 
     75&namsbc_alb    !   albedo parameters 
     76!----------------------------------------------------------------------- 
     77/ 
     78!----------------------------------------------------------------------- 
     79&namberg       !   iceberg parameters 
     80!----------------------------------------------------------------------- 
     81/ 
     82!----------------------------------------------------------------------- 
     83&namlbc        !   lateral momentum boundary condition 
     84!----------------------------------------------------------------------- 
     85/ 
     86!----------------------------------------------------------------------- 
     87&nambfr        !   bottom friction 
     88!----------------------------------------------------------------------- 
     89/ 
     90!----------------------------------------------------------------------- 
     91&nambbc        !   bottom temperature boundary condition                (default: NO) 
     92!----------------------------------------------------------------------- 
     93   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     94/ 
     95!----------------------------------------------------------------------- 
     96&nambbl        !   bottom boundary layer scheme 
     97!----------------------------------------------------------------------- 
    1798/ 
    1899!----------------------------------------------------------------------- 
    19100&namcfg        !   parameters of the configuration 
    20101!----------------------------------------------------------------------- 
     102   ! 
     103   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens. 
     104   !                       !      ===>>> will become the only possibility in v4.0 
     105   !                       ! =F : e3 analytical derivative of depth function 
     106   !                       !      only there for backward compatibility test with v3.6 
     107   !                       ! 
     108   cp_cfg      =  "orca"   !  name of the configuration 
     109   jp_cfg      =       2   !  resolution of the configuration 
     110   jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
     111   jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     112   jpkdta      =      31   !  number of levels      ( >= jpk ) 
     113   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
     114   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     115   jperio      =       4   !  lateral cond. type (between 0 and 6) 
     116   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     117                           !  in netcdf input files, as the start j-row for reading 
     118   ln_domclo = .false.     ! computation of closed sea masks (see namclo) 
    21119/ 
    22120!----------------------------------------------------------------------- 
    23121&namzgr        !   vertical coordinate                                  (default: NO selection) 
    24122!----------------------------------------------------------------------- 
     123!----------------------------------------------------------------------- 
     124   ln_zco      = .false.   !  z-coordinate - full    steps 
     125   ln_zps      = .true.   !  z-coordinate - partial steps 
     126   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
     127   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
     128   ln_linssh   = .true.   !  linear free surface 
    25129/ 
    26130!----------------------------------------------------------------------- 
     
    39143&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    40144!----------------------------------------------------------------------- 
     145jpni = 0 
     146jpnj=0 
    41147/ 
    42148!----------------------------------------------------------------------- 
    43149&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     150ln_bry_south = .TRUE. 
    44151!----------------------------------------------------------------------- 
    45152/ 
Note: See TracChangeset for help on using the changeset viewer.