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 6141 for branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-21T12:38:26+01:00 (8 years ago)
Author:
acc
Message:

Branch 2015/dev_r5803_NOC_WAD. Merge in dev_merge_2015 changes up to 6136. Conflicts all resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r6138 r6141  
    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 
     31   ln_linssh   = .true.    !  linear free surface 
    2632/ 
    2733!----------------------------------------------------------------------- 
     
    9399/ 
    94100!----------------------------------------------------------------------- 
    95 &nambbc        !   bottom temperature boundary condition 
    96 !----------------------------------------------------------------------- 
     101&nambbc        !   bottom temperature boundary condition                (default: NO) 
     102!----------------------------------------------------------------------- 
     103   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    97104/ 
    98105!----------------------------------------------------------------------- 
     
    177184   ln_dynvor_mix = .false. !  mixed scheme 
    178185   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    179       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     186      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    180187/ 
    181188!----------------------------------------------------------------------- 
     
    184191/ 
    185192!----------------------------------------------------------------------- 
    186 &namdyn_spg    !   surface pressure gradient 
    187 !----------------------------------------------------------------------- 
    188    ln_dynspg_ts  = .true.  !  split-explicit free surface 
     193&namdyn_spg    !   Surface pressure gradient 
     194!----------------------------------------------------------------------- 
     195   ln_dynspg_ts = .true.   !  Split-explicit free surface 
    189196/ 
    190197!----------------------------------------------------------------------- 
     
    245252/ 
    246253!----------------------------------------------------------------------- 
    247 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    248 !----------------------------------------------------------------------- 
    249 / 
    250 !----------------------------------------------------------------------- 
    251 &namobs       !  observation usage                                      ('key_diaobs') 
     254&namobs       !  observation usage 
    252255!----------------------------------------------------------------------- 
    253256/ 
Note: See TracChangeset for help on using the changeset viewer.