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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5930 r7351  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   nn_no       =       0   !  job number (no more used...) 
     9   cn_exp      =  "ORCA2"  !  experience name 
     10   nn_it000    =       1   !  first time step 
     11   nn_itend    =     300   !  last  time step (std 5475) 
    812/ 
    913!----------------------------------------------------------------------- 
     
    2428&namzgr        !   vertical coordinate 
    2529!----------------------------------------------------------------------- 
     30   ln_zps      = .true.    !  z-coordinate - partial steps 
    2631/ 
    2732!----------------------------------------------------------------------- 
     
    9398/ 
    9499!----------------------------------------------------------------------- 
    95 &nambbc        !   bottom temperature boundary condition 
    96 !----------------------------------------------------------------------- 
     100&nambbc        !   bottom temperature boundary condition                (default: NO) 
     101!----------------------------------------------------------------------- 
     102   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    97103/ 
    98104!----------------------------------------------------------------------- 
     
    103109&nameos        !   ocean physical parameters 
    104110!----------------------------------------------------------------------- 
     111   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    105112/ 
    106113!----------------------------------------------------------------------- 
     
    161168   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    162169   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    163 /!----------------------------------------------------------------------- 
     170/ 
     171!----------------------------------------------------------------------- 
    164172&namtra_dmp    !   tracer: T & S newtonian damping 
    165173!----------------------------------------------------------------------- 
     
    181189&namdyn_hpg    !   Hydrostatic pressure gradient option 
    182190!----------------------------------------------------------------------- 
    183    ln_hpg_zco  = .false.   !  z-coordinate - full steps 
     191   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    184192   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    185    ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    186    ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    187    ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme) 
    188193/ 
    189194!----------------------------------------------------------------------- 
     
    247252/ 
    248253!----------------------------------------------------------------------- 
    249 &namhsb       !  Heat and salt budgets 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    254 !----------------------------------------------------------------------- 
     254&namhsb       !  Heat and salt budgets                                  (default F) 
     255!----------------------------------------------------------------------- 
     256   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F) 
    255257/ 
    256258!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.