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/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (9 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/AMM12/EXP00/namelist_cfg

    r5904 r6004  
    7171/ 
    7272!----------------------------------------------------------------------- 
    73 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    74 !----------------------------------------------------------------------- 
    75    ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    76                                        !  a user defined maximum courant number (rn_bt_cmax) 
    77    nn_baro       =    30               !  Number of iterations of barotropic mode 
    78 / 
    79 !----------------------------------------------------------------------- 
    8073&namcrs        !   Grid coarsening for dynamics output and/or 
    8174               !   passive tracer coarsened online simulations 
     
    9992   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    10093   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    101    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    10294 
    10395/ 
     
    137129&namtra_qsr    !   penetrative solar radiation 
    138130!----------------------------------------------------------------------- 
     131   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    139132   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    140133/ 
     
    256249/ 
    257250!----------------------------------------------------------------------- 
    258 &nambbc        !   bottom temperature boundary condition 
    259 !----------------------------------------------------------------------- 
    260    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     251&nambbc        !   bottom temperature boundary condition                (default: NO) 
     252!----------------------------------------------------------------------- 
    261253/ 
    262254!----------------------------------------------------------------------- 
     
    343335/ 
    344336!----------------------------------------------------------------------- 
    345 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    346 !----------------------------------------------------------------------- 
    347 !                          !  explicit free surface                     ("key_dynspg_exp") 
    348 !                          !  filtered free surface                     ("key_dynspg_flt") 
    349 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    350  
     337&namdyn_spg    !   surface pressure gradient  
     338!----------------------------------------------------------------------- 
     339   ln_dynspg_ts = .true.    ! split-explicit free surface 
     340      ln_bt_auto    = .false.  ! Number of sub-step defined from: 
     341         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds 
     342/ 
    351343!----------------------------------------------------------------------- 
    352344&namdyn_ldf    !   lateral diffusion on momentum 
     
    407399/ 
    408400!----------------------------------------------------------------------- 
    409 &namsol        !   elliptic solver / island / free surface 
    410 !----------------------------------------------------------------------- 
    411 / 
    412 !----------------------------------------------------------------------- 
    413401&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    414402!----------------------------------------------------------------------- 
     
    458446!----------------------------------------------------------------------- 
    459447/ 
    460 !----------------------------------------------------------------------- 
    461 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    462 !----------------------------------------------------------------------- 
    463 / 
Note: See TracChangeset for help on using the changeset viewer.