Ignore:
Timestamp:
Jul 29, 2011, 3:39:25 PM (13 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.

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 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
  • trunk/LMDZ.MARS/libf/phymars/testphys1d.F

    r224 r246  
    431431
    432432!Mars possible matter with dtphys in input and include!!!
    433 #ifdef MESOSCALE
    434       CALL meso_inifis(1,llm,day0,daysec,dtphys,
    435 #else
    436433      CALL inifis(1,llm,day0,daysec,dtphys,
    437 #endif
    438434     .            lati,long,area,rad,g,r,cpp)
    439435c   Initialisation pour prendre en compte les vents en 1-D
     
    618614c       appel de la physique
    619615c       --------------------
    620 #ifdef MESOSCALE
    621       CALL meso_physiq (1,llm,nqmx,
    622 #else
    623616      CALL physiq (1,llm,nqmx,
    624 #endif
    625617     ,     firstcall,lastcall,
    626618     ,     day,time,dtphys,
Note: See TracChangeset for help on using the changeset viewer.