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 3839 for branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2013-03-14T19:00:38+01:00 (11 years ago)
Author:
gm
Message:

dev_r2739_LOCEAN8_ZTC (z-tilde): #863 correct bugs and rename some variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r2905 r3839  
    5858&namzgr        !   vertical coordinate 
    5959!----------------------------------------------------------------------- 
    60    ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    61    ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
     60   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
     61   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    6262   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
    6363/ 
     
    252252   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    253253   ln_qsr_bio  = .false.   !  bio-model light penetration 
    254    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     254   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    255255   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    256256   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    511511&nam_vvl    !   vertical coordinate options 
    512512!----------------------------------------------------------------------- 
    513 &nam_vvl 
    514    ln_vvl_zstar  = .true.  !  zstar vertical coordinate                     
    515    ln_vvl_ztilde = .false. !  hybrid verticalcoordinate: only high frequency variations 
     513   ln_vvl_zstar  = .false. !  zstar vertical coordinate                     
     514   ln_vvl_ztilde = .true.  !  hybrid verticalcoordinate: only high frequency variations 
    516515   ln_vvl_layer  = .false. !  full layer vertical coordinate 
    517    ahe3          = 0.e0    !  thickness diffusion coefficient  
     516   rn_ahe3       = 0.e0    !  thickness diffusion coefficient  
     517   ln_vvl_dbg    = .true.  !  debug prints    (T/F) 
    518518/ 
    519519!----------------------------------------------------------------------- 
    520520&namdyn_adv    !   formulation of the momentum advection 
    521521!----------------------------------------------------------------------- 
    522    ln_dynadv_vec = .true. !  vector form (T) or flux form (F)   
    523    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     522   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)   
     523   ln_dynadv_cen2= .true. !  flux form - 2nd order centered scheme 
    524524   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme  
    525525 
     
    536536!----------------------------------------------------------------------- 
    537537   ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
    538    ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    539    ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     538   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     539   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    540540   ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
    541541   ln_hpg_wdj  = .false.   !  s-coordinate (weighted density jacobian) 
     
    781781&namhsb       !  Heat and salt budgets  
    782782!----------------------------------------------------------------------- 
    783    ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     783   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F) 
    784784/ 
    785785 
Note: See TracChangeset for help on using the changeset viewer.