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 1000 for trunk/NEMO/OPA_SRC/SBC/sbcblk_clio.F90 – NEMO

Ignore:
Timestamp:
2008-05-30T11:22:27+02:00 (16 years ago)
Author:
cetlod
Message:

computation of wind speed module, see ticket:164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcblk_clio.F90

    r921 r1000  
    294294      END DO 
    295295 
     296      !------------------------------------! 
     297      !   store the wind speed  (wndm )    ! 
     298      !------------------------------------! 
     299!CDIR COLLAPSE 
     300      DO jj = 1 , jpj 
     301         DO ji = 1, jpi 
     302            wndm(ji,jj) = sf(jp_wndm)%fnow(ji,jj) 
     303         END DO 
     304      END DO 
     305 
     306 
    296307      !------------------------------------------------! 
    297308      !   Shortwave radiation for ocean and snow/ice   ! 
Note: See TracChangeset for help on using the changeset viewer.