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.
user/ctlod/NewSurfaceModule (diff) – NEMO

Changes between Version 56 and Version 57 of user/ctlod/NewSurfaceModule


Ignore:
Timestamp:
2008-03-19T10:07:13+01:00 (16 years ago)
Author:
ctlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/ctlod/NewSurfaceModule

    v56 v57  
    1616'''* FULL_SDP10''':[[BR]] 
    1717Both for NEW_SBC & REF_CORE: follow SDP9 BUT with ln_limdyn=.FALSE.[[BR]] 
     18This time the SSS damping is active AND ust2s(:,:) below is set to ZERO in both experiment since is seems to have a non negligeble impact (a minimum value is used 5.e-3)[[BR]] 
    1819Modifications in the REF_CORE limdyn.F90 and ocesbc.F90:[[BR]] 
    1920limdyn.F90:[[BR]] 
     
    3435!CT SDP10               ust2s(ji,jj) = ( zustm / rau0 ) * ( rone + sdvt(ji,jj) ) * tms(ji,jj) 
    3536!CT end SDP10 
     37 
     38               ust2s(:,:) = 0.e0 
    3639}}} 
    3740ocesbc.F90: add the logical ln_limdyn to avoid modifications of the ocean stress tau[xy].[[BR]] 
    38 NOTICE: in the case ln_limdyn=FALSE, the friction velocity is computed (in limdyn.F90) in using the wind stress [[BR]] 
     41[[Color(white,red, NOTICE: in the case ln_limdyn=FALSE, the friction velocity is computed (in limdyn.F90) in using the wind stress [[BR]] 
    3942[uv]tau over the ocean, which are themselves computed in using the wind module zwind_speed_t(:,:) in sbcblk_core.F90 [[BR]] 
    40 which MUST NOT BE MASKED whit tmask(:,:,:) field else big differences will occur along the coast in polar regions. [[BR]] 
     43which MUST NOT BE MASKED whit tmask(:,:,:) field else big differences will occur along the coast in polar regions.)]] [[BR]] 
    4144 
    4245