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 2182 for branches/dev_r1821_mixed_ldfdyn/CONFIG – NEMO

Ignore:
Timestamp:
2010-10-07T17:01:49+02:00 (14 years ago)
Author:
edblockley
Message:

3rd commit for mixed_ldfdyn to include the remainder of the namelist changes and some other modifications

Location:
branches/dev_r1821_mixed_ldfdyn/CONFIG
Files:
5 edited

Legend:

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

    r1741 r2182  
    478478   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    479479                           !  Coefficient 
    480    rn_ahm_0    = 100000.        !  horizontal eddy viscosity   [m2/s] 
    481    rn_ahmb_0   =     0.         !  background eddy viscosity for ldf_iso [m2/s] 
     480   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     481   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
     482   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    482483/ 
    483484!!====================================================================== 
  • branches/dev_r1821_mixed_ldfdyn/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r1741 r2182  
    478478   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    479479                           !  Coefficient 
    480    rn_ahm_0    = 100000.        !  horizontal eddy viscosity   [m2/s] 
    481    rn_ahmb_0   =     0.         !  background eddy viscosity for ldf_iso [m2/s] 
     480   rn_ahm_0         = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     481   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
     482   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    482483/ 
    483484!!====================================================================== 
  • branches/dev_r1821_mixed_ldfdyn/CONFIG/ORCA2_LIM/EXP00/namelist

    r1840 r2182  
    505505   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    506506                           !  Coefficient 
    507    rn_ahm_0         = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
     507   rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    508508   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    509509   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]  
  • branches/dev_r1821_mixed_ldfdyn/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1759 r2182  
    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_lap     = 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/CONFIG/POMME/EXP00/namelist

    r1730 r2182  
    502502   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    503503                           !  Coefficient 
    504    rn_ahm_0    = -1.5e11        !  horizontal eddy viscosity   [m2/s] 
    505    rn_ahmb_0   =    500.        !  background eddy viscosity for ldf_iso [m2/s] 
     504   rn_ahm_0_lap     =     0.    !  horizontal laplacian eddy viscosity   [m2/s] 
     505   rn_ahmb_0        =    500.   !  background eddy viscosity for ldf_iso [m2/s] 
     506   rn_ahm_0_blp     = -1.5e11   !  horizontal bilaplacian eddy viscosity [m4/s] 
    506507/ 
    507508!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.