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 3108 for branches/2011/dev_NOC_UKMO_MERGE/NEMOGCM/CONFIG/POMME/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-11-15T12:55:23+01:00 (13 years ago)
Author:
acc
Message:

Branch dev_NOC_UKMO_MERGE #890. Changes to AMM reference configuration and suppression of unwanted pressure gradient options in dynhpg.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NOC_UKMO_MERGE/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r3101 r3108  
    408408   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    409409   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    410    ln_bfrimp   = .false.   !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     410   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
    411411/ 
    412412!----------------------------------------------------------------------- 
     
    522522   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    523523   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    524    ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
    525    ln_hpg_wdj  = .false.   !  s-coordinate (weighted density jacobian) 
    526524   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    527    ln_hpg_rot  = .false.   !  s-coordinate (ROTated axes scheme) 
    528525   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    529    rn_gamma    = 0.e0      !  weighting coefficient (wdj scheme) 
    530526   ln_dynhpg_imp = .true.  !  time stepping: semi-implicit time scheme  (T) 
    531527                                 !           centered      time scheme  (F) 
Note: See TracChangeset for help on using the changeset viewer.