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

Ignore:
Timestamp:
2009-01-12T16:35:22+01:00 (15 years ago)
Author:
smasson
Message:

coupling interface, bugfix regarding changeset:1248, see ticket:155

File:
1 edited

Legend:

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

    r1248 r1249  
    497497      !!                        qns , qsr    non solar and solar ocean heat fluxes   ('ocean only case) 
    498498      !!                        emp = emps   evap. - precip. (- runoffs) (- calving) ('ocean only case) 
    499       !!                        wind10m      10m wind speed  !!!!gm  to be checked 
     499      !!                        wndm         10m wind speed  !!!!gm  to be checked 
    500500      !!---------------------------------------------------------------------- 
    501501      INTEGER, INTENT(in) ::   kt       ! ocean model time step index 
     
    836836      !!       ===>> CAUTION here this changes the net heat flux received from 
    837837      !!             the atmosphere 
    838       !!              * 10m wind module (wind10m)    
     838      !!              * 10m wind module (wndm)    
    839839      !! 
    840840      !!             N.B. - fields over sea-ice are passed in argument so that 
     
    856856      !!                   pdqns_ice           d(non-solar heat flux)/d(Temperature) over the ice 
    857857      !!                   sprecip             solid precipitation over the ocean   
    858       !!                   wind10m             10m wind module 
     858      !!                   wndm                10m wind module 
    859859      !!---------------------------------------------------------------------- 
    860860      REAL(wp), INTENT(in   ), DIMENSION(jpi,jpj) ::   p_frld     ! lead fraction                [0 to 1] 
     
    968968 
    969969      !                                                      ! ========================= ! 
    970       !                                                      !      10 m wind speed      !   (wind10m) 
     970      !                                                      !      10 m wind speed      !   (wndm) 
    971971      !                                                      ! ========================= ! 
    972972      ! 
    973       IF( srcv(jpr_w10m  )%laction )   wind10m(:,:) = frcv(:,:,jpr_w10m) 
     973      IF( srcv(jpr_w10m  )%laction )   wndm(:,:) = frcv(:,:,jpr_w10m) 
    974974      ! 
    975975   END SUBROUTINE sbc_cpl_ice_flx 
Note: See TracChangeset for help on using the changeset viewer.