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 441 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 441 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2006-04-19T16:54:21+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_046 : CT : - light modifications related to the way to make SST/SSS damping

  • add a flx_init subroutine to read the namflx namelist to get feedback coefficients for SST(dqdt0)/SSS(deds0) damping
  • replace the ztrp variable by the dqdt0 read in the namflx namelist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r435 r441  
    170170!  qsr0     uniform value used as default solar radiation flux 
    171171!  emp0     uniform value used as default surface freswater budget (E-P) 
     172!  dqdt0    feedback coefficient for SST damping (W/m2/K) 
     173!  deds0    feedback coefficient for SSS damping (mm/day) 
    172174&namflx 
    173175   q0      =      0.e0 
    174176   qsr0    =      0.e0 
    175177   emp0    =      0.e0 
     178   dqdt0   =      -40. 
     179   deds0   =        0. 
    176180/ 
    177181!----------------------------------------------------------------------- 
     
    438442!             of the distance-to-coast. Red and Med Seas as ndmp=-1) 
    439443!          (=-1 damping only in Med and Red Seas) 
    440 !          (=-2 SSS damping in Gyre) 
    441444!  ndmpf   =1 create a damping.coeff NetCDF file (the 3D damping array) 
    442445!  nmldmp  type of damping in the mixed layer 
     
    444447!     (=1 no damping in the mixed layer defined by avt >5cm2/s ) 
    445448!     (=2 no damping in the mixed layer defined rho<rho(surf)+.01 ) 
    446 !     (=3 SSS damping only) 
    447449!  sdmp    surface time scale for internal damping (days) 
    448450!  bdmp    bottom time scale for internal damping (days) 
Note: See TracChangeset for help on using the changeset viewer.