Changeset 1544
- Timestamp:
- Apr 25, 2016, 8:58:05 AM (9 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1543 r1544 2277 2277 mod_interface_dyn_phys.F90 in dynphy_lonlat. 2278 2278 Added nrtype.F90 (contains math const. like PI, etc.) in "misc" 2279 2280 == 25/04/2016 == LS 2281 - Bug fix in read_dust_scenario.F90 to handle the limit case 2282 of identical realday and time() values at the end of the year. -
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.