Changeset 355 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Mar 25, 2002, 11:57:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/startvar.F
r324 r355 342 342 CALL grid_noro(iml_rel, jml_rel, lon_rad, lat_rad, relief_hi, 343 343 . 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) 345 345 phis = phis * 9.81 346 346 ! 347 masque(:,:) = FLOAT(tmp_int(:,:))347 ! masque(:,:) = FLOAT(tmp_int(:,:)) 348 348 ! 349 349 ! Compute surface roughness
Note: See TracChangeset
for help on using the changeset viewer.