Changeset 1775 for trunk/LMDZ.MARS/libf/phymars/read_dust_scenario.F90
- Timestamp:
- Aug 27, 2017, 8:58:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/read_dust_scenario.F90
r1544 r1775 118 118 119 119 120 allocate(tautes(lonlen,latlen,timelen))121 allocate(lat(latlen), lon(lonlen), time(timelen))120 if (.not.allocated(tautes)) allocate(tautes(lonlen,latlen,timelen)) 121 if (.not.allocated(lat)) allocate(lat(latlen), lon(lonlen), time(timelen)) 122 122 123 123 ! "dustop" if loading visible extinction opacity
Note: See TracChangeset
for help on using the changeset viewer.