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 5313 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-05-29T11:46:03+02:00 (9 years ago)
Author:
timgraham
Message:

Merged head of trunk (r5302) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5312 r5313  
    1010!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    12 !!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
     12!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb) 
    1313!!             10 - miscellaneous    (namsol, nammpp, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
     
    7979                                       !  = 5 North fold F-point pivot 
    8080                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     81   ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present  
     82                                       !  in netcdf input files, as the start j-row for reading 
    8183/ 
    8284!----------------------------------------------------------------------- 
     
    8688   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    8789   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
    88    ln_isfcav   = .false.   !  ice shelf cavity 
     90   ln_isfcav   = .false.   !  ice shelf cavity               (T/F) 
    8991/ 
    9092!----------------------------------------------------------------------- 
     
    583585   ln_tide_ramp  = .false.  ! 
    584586   rdttideramp   =    0.    ! 
    585    clname(1)     =   'M2'   !  name of constituent 
    586    clname(2)     =   'S2' 
    587    clname(3)     =   'N2' 
    588    clname(4)     =   'K1' 
    589    clname(5)     =   'O1' 
    590    clname(6)     =   'Q1' 
    591    clname(7)     =   'M4' 
    592    clname(8)     =   'K2' 
    593    clname(9)     =   'P1' 
    594    clname(10)    =   'Mf' 
    595    clname(11)    =   'Mm' 
     587   clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
    596588/ 
    597589!----------------------------------------------------------------------- 
     
    847839   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    848840   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     841   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    849842   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    850843   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
     
    964957&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    965958!----------------------------------------------------------------------- 
    966    rn_emin       = 1.e-6   !  minimum value of e   [m2/s2] 
     959   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
    967960   rn_epsmin     = 1.e-12  !  minimum value of eps [m2/s3] 
    968961   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    969    rn_clim_galp  = 0.53    !  galperin limit 
    970    ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     962   rn_clim_galp  = 0.267   !  galperin limit 
    971963   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    972964   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    973965   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
    974    nn_tkebc_surf =   1     !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    975    nn_tkebc_bot  =   1     !  bottom tke condition (0/1=Dir/Neum) 
    976    nn_psibc_surf =   1     !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    977    nn_psibc_bot  =   1     !  bottom psi condition (0/1=Dir/Neum) 
    978    nn_stab_func  =   2     !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
    979    nn_clos       =   1     !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
     966   rn_hsro       =  0.02   !  Minimum surface roughness 
     967   rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met=2) 
     968   nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2) 
     969   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
     970   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
     971   nn_stab_func  =     2   !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     972   nn_clos       =     1   !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    980973/ 
    981974!----------------------------------------------------------------------- 
     
    10691062!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    10701063!!   namtrd       dynamics and/or tracer trends 
     1064!!   namptr       Poleward Transport Diagnostics 
    10711065!!   namflo       float parameters                                      ("key_float") 
    1072 !!   namptr       Poleward Transport Diagnostics 
    10731066!!   namhsb       Heat and salt budgets 
    10741067!!====================================================================== 
     
    11241117!----------------------------------------------------------------------- 
    11251118   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1126    ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    1127    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1128                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    1129    ln_ptrcomp = .true.     !  Add decomposition : overturning 
    1130    nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    1131    nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
     1119   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    11321120/ 
    11331121!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.