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 1840 – NEMO

Changeset 1840


Ignore:
Timestamp:
2010-04-14T15:57:41+02:00 (14 years ago)
Author:
edblockley
Message:

2nd commit for mixed_ldfdyn to include premlinary namelist and documentation changes
relating to ticket:659

Location:
branches/dev_r1821_mixed_ldfdyn
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r1821_mixed_ldfdyn/CONFIG/ORCA2_LIM/EXP00/namelist

    r1759 r1840  
    505505   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    506506                           !  Coefficient 
    507    rn_ahm_0    = 40000.         !  horizontal eddy viscosity   [m2/s] 
    508    rn_ahmb_0   =     0.         !  background eddy viscosity for ldf_iso [m2/s] 
     507   rn_ahm_0         = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
     508   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
     509   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]  
    509510/ 
    510511!!====================================================================== 
  • branches/dev_r1821_mixed_ldfdyn/DOC/TexFiles/Chapters/Chap_LDF.tex

    r1224 r1840  
    147147 
    148148(5) the eddy coefficient associated with a biharmonic operator must be set to a \emph{negative} value. 
     149 
     150(6) it is possible to use both the laplacian and biharmonic operators concurrently. 
     151 
     152(7) for testing purposes it is possible to run without lateral diffusion on momentum. 
    149153 
    150154 
  • branches/dev_r1821_mixed_ldfdyn/DOC/TexFiles/Namelist/nam_dynldf

    r1225 r1840  
    1010   ln_dynldf_iso    =  .false.  !     iso-neutral                      (require "key_ldfslp") 
    1111                                !  Coefficient 
    12    ahm0    = 40000.             !     horizontal eddy viscosity   [m2/s] 
    13    ahmb0   =     0.             !     background eddy viscosity for ldf_iso [m2/s] 
     12   rn_ahm_0         = 40000.    !     horizontal laplacian eddy viscosity   [m2/s] 
     13   rn_ahmb_0        =     0.    !     background eddy viscosity for ldf_iso [m2/s] 
     14   rn_ahm_0_blp     =     0.    !     horizontal bilaplacian eddy viscosity [m4/s]  
    1415/ 
Note: See TracChangeset for help on using the changeset viewer.