Changeset 1544 for trunk/LMDZ.MARS/libf
- Timestamp:
- Apr 25, 2016, 8:58:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/read_dust_scenario.F90
r1543 r1544 274 274 timeflag=.false. 275 275 do iloop=2,timelen 276 if (realday< time(iloop)) then276 if (realday<=time(iloop)) then 277 277 tinf=iloop-1 278 278 tsup=iloop
Note: See TracChangeset
for help on using the changeset viewer.