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_XIOS – 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_XIOS
Files:
2 edited

Legend:

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

    r5866 r6004  
    4141   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    4242   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    43 !   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts") 
    4443   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    4544   rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     
    175174/ 
    176175!----------------------------------------------------------------------- 
    177 &nambbc        !   bottom temperature boundary condition 
    178 !----------------------------------------------------------------------- 
    179    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    180    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     176&nambbc        !   bottom temperature boundary condition                (default: NO) 
     177!----------------------------------------------------------------------- 
    181178/ 
    182179!----------------------------------------------------------------------- 
     
    261258/ 
    262259!----------------------------------------------------------------------- 
    263 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    264 !----------------------------------------------------------------------- 
     260&namdyn_spg    !   surface pressure gradient 
     261!----------------------------------------------------------------------- 
     262   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     263/ 
    265264!----------------------------------------------------------------------- 
    266265&namdyn_ldf    !   lateral diffusion on momentum 
     
    300299/ 
    301300!----------------------------------------------------------------------- 
    302 &namsol        !   elliptic solver / island / free surface 
    303 !----------------------------------------------------------------------- 
    304    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    305    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    306    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    307 / 
    308 !----------------------------------------------------------------------- 
    309301&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    310302!----------------------------------------------------------------------- 
     
    354346!----------------------------------------------------------------------- 
    355347/ 
    356 !----------------------------------------------------------------------- 
    357 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    358 !----------------------------------------------------------------------- 
    359    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    360 / 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/GYRE_XIOS/cpp_GYRE_XIOS.fcm

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