Ignore:
Timestamp:
Dec 6, 2016, 11:45:04 AM (8 years ago)
Author:
slebonnois
Message:

SL: corrections for Venus newstart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/startvar.F90

    r1523 r1638  
    428428  IF(check) WRITE(lunout,*)'Compute surface roughness induced by the orography'
    429429  ALLOCATE(rugo   (iml  ,jml))
    430   ALLOCATE(tmp_var(iml-1,jml))
    431430  CALL rugsoro(lon_rad, lat_rad, relief_hi,      &
    432        lon_in, lat_in, tmp_var)
    433   rugo(1:iml-1,:)=tmp_var; rugo(iml,:)=tmp_var(1,:)
    434   DEALLOCATE(relief_hi,tmp_var,lon_rad,lat_rad)
     431       lon_in, lat_in, rugo)
     432  DEALLOCATE(relief_hi,lon_rad,lat_rad)
    435433  RETURN
    436434
Note: See TracChangeset for help on using the changeset viewer.