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/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-16T10:25:22+01:00 (9 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/AMM12/EXP00/namelist_cfg

    r5930 r6060  
    3434&namzgr        !   vertical coordinate 
    3535!----------------------------------------------------------------------- 
    36    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    37    ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
     36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    3837/ 
    3938!----------------------------------------------------------------------- 
     
    9392   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    9493   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     94   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    9595 
    9696/ 
     
    130130&namtra_qsr    !   penetrative solar radiation 
    131131!----------------------------------------------------------------------- 
    132    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    133132   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    134133/ 
     
    250249/ 
    251250!----------------------------------------------------------------------- 
    252 &nambbc        !   bottom temperature boundary condition 
    253 !----------------------------------------------------------------------- 
    254    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     251&nambbc        !   bottom temperature boundary condition                (default: NO) 
     252!----------------------------------------------------------------------- 
    255253/ 
    256254!----------------------------------------------------------------------- 
     
    339337&namdyn_spg    !   surface pressure gradient  
    340338!----------------------------------------------------------------------- 
    341    ln_dynspg_ts   = .true.    ! split-explicit free surface 
    342       ln_bt_auto    = .false.   ! Number of sub-step defined from: 
    343          nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     339   ln_dynspg_ts = .true.    ! split-explicit free surface 
     340      ln_bt_auto    = .false.  ! Number of sub-step defined from: 
     341         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds 
    344342/ 
    345343!----------------------------------------------------------------------- 
     
    448446!----------------------------------------------------------------------- 
    449447/ 
    450 !----------------------------------------------------------------------- 
    451 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    452 !----------------------------------------------------------------------- 
    453 / 
Note: See TracChangeset for help on using the changeset viewer.