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

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r5930 r7351  
    2929&namzgr        !   vertical coordinate 
    3030!----------------------------------------------------------------------- 
     31   ln_zps      = .true.    !  z-coordinate - partial steps 
     32   ln_linssh   = .true.    !  linear free surface 
    3133/ 
    3234!----------------------------------------------------------------------- 
     
    5254   ppacr2      =  999999.              ! 
    5355   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    54    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    55    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
    5656/ 
    5757!----------------------------------------------------------------------- 
     
    121121/ 
    122122!----------------------------------------------------------------------- 
    123 &nambbc        !   bottom temperature boundary condition 
    124 !----------------------------------------------------------------------- 
     123&nambbc        !   bottom temperature boundary condition                (default: NO) 
     124!----------------------------------------------------------------------- 
     125   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    125126/ 
    126127!----------------------------------------------------------------------- 
     
    131132&nameos        !   ocean physical parameters 
    132133!----------------------------------------------------------------------- 
     134   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    133135/ 
    134136!----------------------------------------------------------------------- 
     
    200202/ 
    201203!----------------------------------------------------------------------- 
    202 &namdyn_spg    !   surface pressure gradient 
    203 !----------------------------------------------------------------------- 
    204    ln_dynspg_ts  = .true.  !  split-explicit free surface 
     204&namdyn_spg    !   Surface pressure gradient 
     205!----------------------------------------------------------------------- 
     206   ln_dynspg_ts = .true.   !  Split-explicit free surface 
    205207/ 
    206208!----------------------------------------------------------------------- 
     
    266268/ 
    267269!----------------------------------------------------------------------- 
    268 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    269 !----------------------------------------------------------------------- 
    270 / 
    271 !----------------------------------------------------------------------- 
    272270&namobs       !  observation usage                                      ('key_diaobs') 
    273271!----------------------------------------------------------------------- 
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r5930 r7351  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   nn_no       =       0   !  job number (no more used...) 
     9   cn_exp      =  "ORCA2"  !  experience name 
     10   nn_it000    =       1   !  first time step 
     11   nn_itend    =     300   !  last  time step (std 5475) 
    812/ 
    913!----------------------------------------------------------------------- 
     
    2428&namzgr        !   vertical coordinate 
    2529!----------------------------------------------------------------------- 
     30   ln_zps      = .true.    !  z-coordinate - partial steps 
     31   ln_linssh   = .true.    !  linear free surface 
    2632/ 
    2733!----------------------------------------------------------------------- 
     
    9399/ 
    94100!----------------------------------------------------------------------- 
    95 &nambbc        !   bottom temperature boundary condition 
    96 !----------------------------------------------------------------------- 
     101&nambbc        !   bottom temperature boundary condition                (default: NO) 
     102!----------------------------------------------------------------------- 
     103   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    97104/ 
    98105!----------------------------------------------------------------------- 
     
    103110&nameos        !   ocean physical parameters 
    104111!----------------------------------------------------------------------- 
     112   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    105113/ 
    106114!----------------------------------------------------------------------- 
     
    177185   ln_dynvor_mix = .false. !  mixed scheme 
    178186   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    179       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     187      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    180188/ 
    181189!----------------------------------------------------------------------- 
     
    184192/ 
    185193!----------------------------------------------------------------------- 
    186 &namdyn_spg    !   surface pressure gradient 
    187 !----------------------------------------------------------------------- 
    188    ln_dynspg_ts  = .true.  !  split-explicit free surface 
     194&namdyn_spg    !   Surface pressure gradient 
     195!----------------------------------------------------------------------- 
     196   ln_dynspg_ts = .true.   !  Split-explicit free surface 
    189197/ 
    190198!----------------------------------------------------------------------- 
     
    245253/ 
    246254!----------------------------------------------------------------------- 
    247 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    248 !----------------------------------------------------------------------- 
    249 / 
    250 !----------------------------------------------------------------------- 
    251 &namobs       !  observation usage                                      ('key_diaobs') 
     255&namobs       !  observation usage 
    252256!----------------------------------------------------------------------- 
    253257/ 
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm

    r5930 r7351  
    1 bld::tool::fppkeys key_trabbl key_lim2 key_zdftke key_zdfddm key_zdftmx  key_mpp_mpi key_iomput 
     1bld::tool::fppkeys key_trabbl key_lim2 key_zdftke key_zdfddm key_zdftmx  key_mpp_mpi key_iomput key_nosignedzero 
Note: See TracChangeset for help on using the changeset viewer.