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_PISCES – 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)

Location:
branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/GYRE_PISCES
Files:
2 edited

Legend:

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

    r5866 r6004  
    5959/ 
    6060!----------------------------------------------------------------------- 
    61 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    6561&namcrs        !   Grid coarsening for dynamics output and/or 
    6662               !   passive tracer coarsened online simulations 
     
    109105/ 
    110106!----------------------------------------------------------------------- 
    111 &nambbc        !   bottom temperature boundary condition 
    112 !----------------------------------------------------------------------- 
    113    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    114    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     107&nambbc        !   bottom temperature boundary condition                (default: NO) 
     108!----------------------------------------------------------------------- 
    115109/ 
    116110!----------------------------------------------------------------------- 
     
    206200/ 
    207201!----------------------------------------------------------------------- 
     202&namdyn_spg    !   surface pressure gradient 
     203!----------------------------------------------------------------------- 
     204   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     205/ 
     206!----------------------------------------------------------------------- 
    208207&namdyn_ldf    !   lateral diffusion on momentum 
    209208!----------------------------------------------------------------------- 
     
    244243/ 
    245244!----------------------------------------------------------------------- 
    246 &namsol        !   elliptic solver / island / free surface 
    247 !----------------------------------------------------------------------- 
    248    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    249    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    250    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    251 / 
    252 !----------------------------------------------------------------------- 
    253245&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    254246!----------------------------------------------------------------------- 
     
    266258!----------------------------------------------------------------------- 
    267259/ 
    268 !----------------------------------------------------------------------- 
    269 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    270 !----------------------------------------------------------------------- 
    271    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    272 / 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/GYRE_PISCES/cpp_GYRE_PISCES.fcm

    r5836 r6004  
    1 bld::tool::fppkeys  key_dynspg_flt key_zdftke key_top key_pisces_reduced key_mpp_mpi 
     1bld::tool::fppkeys key_zdftke key_top key_pisces_reduced key_mpp_mpi 
Note: See TracChangeset for help on using the changeset viewer.