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 2190 for branches/DEV_r1924_nocs_latphys/CONFIG – NEMO

Ignore:
Timestamp:
2010-10-08T17:56:19+02:00 (14 years ago)
Author:
acc
Message:

NEMO branch DEV_r1924_nocs_latphys. Code changes to fix problems identified by NVTK. NVTK testing successful. Namelists updated and default setting for ln_traldf_grif now set to .false. (i.e. new code is inactive unless explicitly activated)

Location:
branches/DEV_r1924_nocs_latphys/CONFIG
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1924_nocs_latphys/CONFIG/GYRE/EXP00/namelist

    r1741 r2190  
    401401   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    402402   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     403   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    403404                           !  Coefficient 
    404405   rn_aht_0         =  1000.    !     horizontal eddy diffusivity for tracers [m2/s] 
  • branches/DEV_r1924_nocs_latphys/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r1741 r2190  
    401401   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    402402   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     403   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    403404                           !  Coefficient 
    404405   rn_aht_0         =  1000.    !     horizontal eddy diffusivity for tracers [m2/s] 
  • branches/DEV_r1924_nocs_latphys/CONFIG/ORCA2_LIM/EXP00/namelist

    r1759 r2190  
    428428   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    429429   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     430   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    430431                           !  Coefficient 
    431432   rn_aht_0         =  2000.    !     horizontal eddy diffusivity for tracers [m2/s] 
  • branches/DEV_r1924_nocs_latphys/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1759 r2190  
    428428   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    429429   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     430   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    430431                           !  Coefficient 
    431432   rn_aht_0         =  2000.    !     horizontal eddy diffusivity for tracers [m2/s] 
  • branches/DEV_r1924_nocs_latphys/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r1798 r2190  
    9191   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    9292   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     93   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    9394!                               !  Coefficient 
    9495   aht0        =  2000.         !     horizontal eddy diffusivity for tracers [m2/s] 
  • branches/DEV_r1924_nocs_latphys/CONFIG/POMME/EXP00/namelist

    r1875 r2190  
    425425   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    426426   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
     427   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
    427428                           !  Coefficient 
    428429   rn_aht_0         =   300.    !     horizontal eddy diffusivity for tracers [m2/s] 
Note: See TracChangeset for help on using the changeset viewer.