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_LIM_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/ORCA2_LIM_PISCES
Files:
2 edited

Legend:

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

    r5866 r6004  
    5050/ 
    5151!----------------------------------------------------------------------- 
    52 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    53 !----------------------------------------------------------------------- 
    54 / 
    55 !----------------------------------------------------------------------- 
    5652&namcrs        !   Grid coarsening for dynamics output and/or 
    5753               !   passive tracer coarsened online simulations 
     
    9995/ 
    10096!----------------------------------------------------------------------- 
    101 &nambbc        !   bottom temperature boundary condition 
    102 !----------------------------------------------------------------------- 
     97&nambbc        !   bottom temperature boundary condition                (default: NO) 
     98!----------------------------------------------------------------------- 
     99   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    103100/ 
    104101!----------------------------------------------------------------------- 
     
    190187/ 
    191188!----------------------------------------------------------------------- 
     189&namdyn_spg    !   surface pressure gradient 
     190!----------------------------------------------------------------------- 
     191   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     192/ 
     193!----------------------------------------------------------------------- 
    192194&namdyn_ldf    !   lateral diffusion on momentum 
    193195!----------------------------------------------------------------------- 
     
    230232/ 
    231233!----------------------------------------------------------------------- 
    232 &namsol        !   elliptic solver / island / free surface 
    233 !----------------------------------------------------------------------- 
    234 / 
    235 !----------------------------------------------------------------------- 
    236234&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    237235!----------------------------------------------------------------------- 
     
    249247!----------------------------------------------------------------------- 
    250248/ 
    251 !----------------------------------------------------------------------- 
    252 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    253 !----------------------------------------------------------------------- 
    254 / 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/cpp_ORCA2_LIM_PISCES.fcm

    r5836 r6004  
    1 bld::tool::fppkeys key_trabbl key_lim2 key_dynspg_flt key_zdftke key_zdfddm key_zdftmx key_top key_pisces key_mpp_mpi key_iomput 
     1bld::tool::fppkeys key_trabbl key_lim2 key_zdftke key_zdfddm key_zdftmx key_top key_pisces key_mpp_mpi key_iomput 
Note: See TracChangeset for help on using the changeset viewer.