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 6004 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default, step III: Merge with the trunk (free surface simplification) (see wiki)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5883 r6004  
    5353/ 
    5454!----------------------------------------------------------------------- 
    55 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    56 !----------------------------------------------------------------------- 
    57 / 
    58 !----------------------------------------------------------------------- 
    5955&namcrs        !   Grid coarsening for dynamics output and/or 
    6056               !   passive tracer coarsened online simulations 
     
    10298/ 
    10399!----------------------------------------------------------------------- 
    104 &nambbc        !   bottom temperature boundary condition 
    105 !----------------------------------------------------------------------- 
     100&nambbc        !   bottom temperature boundary condition                (default: NO) 
     101!----------------------------------------------------------------------- 
     102   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    106103/ 
    107104!----------------------------------------------------------------------- 
     
    190187&namdyn_hpg    !   Hydrostatic pressure gradient option 
    191188!----------------------------------------------------------------------- 
    192    ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    193    ln_hpg_zps  = .false.    !  z-coordinate - partial steps (interpolation) 
    194    ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    195    ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    196    ln_hpg_prj  = .true.   !  s-coordinate (Pressure Jacobian scheme) 
    197    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    198                                  !           centered      time scheme  (F) 
     189   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     190/ 
     191!----------------------------------------------------------------------- 
     192&namdyn_spg    !   surface pressure gradient 
     193!----------------------------------------------------------------------- 
     194   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    199195/ 
    200196!----------------------------------------------------------------------- 
     
    241237/ 
    242238!----------------------------------------------------------------------- 
    243 &namsol        !   elliptic solver / island / free surface 
    244 !----------------------------------------------------------------------- 
    245 / 
    246 !----------------------------------------------------------------------- 
    247239&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    248240!----------------------------------------------------------------------- 
     
    262254/ 
    263255!----------------------------------------------------------------------- 
    264 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    265 !----------------------------------------------------------------------- 
    266 / 
    267 !----------------------------------------------------------------------- 
    268256&namobs       !  observation usage                                      ('key_diaobs') 
    269257!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.