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 4604 for trunk – NEMO

Changeset 4604 for trunk


Ignore:
Timestamp:
2014-03-28T11:40:34+01:00 (10 years ago)
Author:
gm
Message:

#1264 hups... minor correction to trunk: correct an incompatibility ln_ana & ln_ssr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcana.F90

    r4603 r4604  
    119119            vtau(:,:) = zty 
    120120            taum(:,:) = zmod 
    121             wndm(:,:) = SQRT( zmod * zcoef ) 
     121            zmod = SQRT( zmod * zcoef ) 
     122            wndm(:,:) = zmod 
    122123         ENDIF 
    123124         !                                ! update heat and fresh water fluxes 
Note: See TracChangeset for help on using the changeset viewer.