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 2371 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/POMME/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-11-10T16:38:27+01:00 (13 years ago)
Author:
acc
Message:

nemo_v3_3_beta. Improvement of the Griffies operator code (#680). Some aspects are still undergoing scientific assessment but the code structure is ready for release. Dynamical allocation of the large triad arrays has been introduced to reduce memory when the new operator is not in use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r2364 r2371  
    467467   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    468468   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    469    ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp") 
     469   ln_traldf_grif   =  .false.  !     griffies skew flux formulation    (require "key_ldfslp")   ! UNDER TEST, DO NOT USE 
     470   ln_traldf_gdia   =  .false.  !     griffies operator strfn diagnostics (require "key_ldfslp") ! UNDER TEST, DO NOT USE 
    470471                           !  Coefficient 
    471472   rn_aht_0         =   300.    !     horizontal eddy diffusivity for tracers [m2/s] 
Note: See TracChangeset for help on using the changeset viewer.