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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (8 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

Location:
branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r5930 r7351  
    2424&namzgr        !   vertical coordinate 
    2525!----------------------------------------------------------------------- 
     26   ln_zps      = .true.    !  z-coordinate - partial steps 
     27   ln_linssh   = .true.    !  linear free surface 
    2628/ 
    2729!----------------------------------------------------------------------- 
     
    9395/ 
    9496!----------------------------------------------------------------------- 
    95 &nambbc        !   bottom temperature boundary condition 
    96 !----------------------------------------------------------------------- 
     97&nambbc        !   bottom temperature boundary condition                (default: NO) 
     98!----------------------------------------------------------------------- 
     99   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    97100/ 
    98101!----------------------------------------------------------------------- 
     
    103106&nameos        !   ocean physical parameters 
    104107!----------------------------------------------------------------------- 
     108   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    105109/ 
    106110!----------------------------------------------------------------------- 
     
    244248!----------------------------------------------------------------------- 
    245249/ 
    246 !----------------------------------------------------------------------- 
    247 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    248 !----------------------------------------------------------------------- 
    249 / 
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r5836 r7351  
    6262&namtrc_adv    !   advection scheme for passive tracer  
    6363!----------------------------------------------------------------------- 
    64    ln_trcadv_mus  =  .true.  !  MUSCL scheme 
    65       ln_mus_ups  =  .false.         !  use upstream scheme near river mouths 
     64   ln_trcadv_mus =  .true.  !  MUSCL scheme 
     65      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    6666/ 
    6767!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.