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/GYRE_BFM/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/GYRE_BFM/EXP00/namelist_cfg

    r5866 r6004  
    6969/ 
    7070!----------------------------------------------------------------------- 
    71 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    72 !----------------------------------------------------------------------- 
    73 / 
    74 !----------------------------------------------------------------------- 
    7571&namcrs        !   Grid coarsening for dynamics output and/or 
    7672               !   passive tracer coarsened online simulations 
     
    186182/ 
    187183!----------------------------------------------------------------------- 
    188 &nambbc        !   bottom temperature boundary condition 
    189 !----------------------------------------------------------------------- 
    190    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    191    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     184&nambbc        !   bottom temperature boundary condition                (default: NO) 
     185!----------------------------------------------------------------------- 
    192186/ 
    193187!----------------------------------------------------------------------- 
     
    287281/ 
    288282!----------------------------------------------------------------------- 
    289 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    290 !----------------------------------------------------------------------- 
     283&namdyn_spg    !   surface pressure gradient 
     284!----------------------------------------------------------------------- 
     285   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     286/ 
    291287!----------------------------------------------------------------------- 
    292288&namdyn_ldf    !   lateral diffusion on momentum 
     
    345341/ 
    346342!----------------------------------------------------------------------- 
    347 &namsol        !   elliptic solver / island / free surface 
    348 !----------------------------------------------------------------------- 
    349    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    350    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    351    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    352 / 
    353 !----------------------------------------------------------------------- 
    354343&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    355344!----------------------------------------------------------------------- 
     
    399388!----------------------------------------------------------------------- 
    400389/ 
    401 !----------------------------------------------------------------------- 
    402 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    403 !----------------------------------------------------------------------- 
    404    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    405 / 
Note: See TracChangeset for help on using the changeset viewer.