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 6060 for branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-16T10:25:22+01:00 (8 years ago)
Author:
timgraham
Message:

Merged dev_r5836_noc2_VVL_BY_DEFAULT into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5930 r6060  
    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!----------------------------------------------------------------------- 
     
    181187&namdyn_hpg    !   Hydrostatic pressure gradient option 
    182188!----------------------------------------------------------------------- 
    183    ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    184    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) 
     189   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    188190/ 
    189191!----------------------------------------------------------------------- 
     
    247249/ 
    248250!----------------------------------------------------------------------- 
    249 &namhsb       !  Heat and salt budgets 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    254 !----------------------------------------------------------------------- 
     251&namhsb       !  Heat and salt budgets                                  (default F) 
     252!----------------------------------------------------------------------- 
     253   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F) 
    255254/ 
    256255!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.