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 9551 for branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/COMODO_IW/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-05-04T16:52:08+02:00 (6 years ago)
Author:
jchanut
Message:

Remove tracer horizontal diffusion in test case + correct interfaces interpolation after understanding it is related to ORCA2 edited scale factors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/COMODO_IW/EXP00/namelist_cfg

    r9530 r9551  
    337337!---------------------------------------------------------------------------------- 
    338338   !                       !  Operator type: 
    339    ln_traldf_lap    =  .true.   !  laplacian operator 
     339   ln_traldf_lap    =  .false.  !  laplacian operator 
    340340   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    341341   !                       !  Direction of action: 
    342342   ln_traldf_level  =  .false.  !  iso-level 
    343    ln_traldf_hor    =  .true.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
     343   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    344344   ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    345345   ln_traldf_grif   =  .false.  !  use griffies triads 
Note: See TracChangeset for help on using the changeset viewer.