Changeset 1544


Ignore:
Timestamp:
Apr 25, 2016, 8:58:05 AM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Bug fix in read_dust_scenario.F90 to handle the limit case of identical realday and time() values at the end of the year.

LS

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1543 r1544  
    22772277  mod_interface_dyn_phys.F90 in dynphy_lonlat.
    22782278  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  
    274274      timeflag=.false.
    275275      do iloop=2,timelen
    276          if (realday<time(iloop)) then
     276         if (realday<=time(iloop)) then
    277277            tinf=iloop-1
    278278            tsup=iloop
Note: See TracChangeset for help on using the changeset viewer.