Ignore:
Timestamp:
May 7, 2010, 9:15:50 AM (14 years ago)
Author:
Laurent Fairhead
Message:

Correction of bug in wind component transformation at the poles


Correction d'un bug dans la transformation du vent aux pôles

OM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/atm2geo.F90

    r1146 r1385  
    3434! Value at North Pole 
    3535  IF (is_north_pole) THEN
    36      pxx(:, 1) = pxx(1,1)
    37      pyy(:, 1) = pyy(1,1)
     36     pxx(:, 1) = - pte (1, 1)
     37     pyy(:, 1) = - ptn (1, 1)
    3838     pzz(:, 1) = pzz(1,1)
    3939  ENDIF
Note: See TracChangeset for help on using the changeset viewer.