Changeset 355 for LMDZ.3.3/branches


Ignore:
Timestamp:
Mar 25, 2002, 11:57:58 AM (22 years ago)
Author:
lmdzadmin
Message:

On passe un entier a grid_noro alors qu'on attend un reel apres les modifs
pour les surfaces fractionnaires
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/startvar.F

    r324 r355  
    342342      CALL grid_noro(iml_rel, jml_rel, lon_rad, lat_rad, relief_hi,
    343343     . iml-1, jml, lon_in, lat_in,
    344      . phis, relief, zstd, zsig, zgam, zthe, zpic, zval, tmp_int)
     344     . phis, relief, zstd, zsig, zgam, zthe, zpic, zval, masque)
    345345      phis = phis * 9.81
    346346    !
    347       masque(:,:) = FLOAT(tmp_int(:,:))
     347!      masque(:,:) = FLOAT(tmp_int(:,:))
    348348    !
    349349    !  Compute surface roughness
Note: See TracChangeset for help on using the changeset viewer.