Ignore:
Timestamp:
Jul 29, 2011, 3:39:25 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: ifort is picky when using float() on real numbers (corrected in meso_inc_inifisini.F). also changes in r234 not impacted in testphys1d.F for newphys, now corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_inifisini.F

    r234 r246  
    8888c It must be set now, because it is used afterwards
    8989c*****************************************************
    90         dtphys=wdt*float(ptimestep)
    91         print*,'Physical timestep (s) ',dtphys
     90        dtphys=wdt*ptimestep
     91        print*,'Physical timestep (s) ',dtphys, ptimestep
Note: See TracChangeset for help on using the changeset viewer.