Ignore:
Timestamp:
Aug 1, 2011, 12:27:23 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: corrected a problem of passing an integer as a real between module_lmd_driver and inifis. it was apparently not a problem but it is better to avoid this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/inifis.F

    r235 r250  
    8787      INTEGER ig,ierr
    8888
    89       INTEGER wecri_phys, wappel_phys
     89      INTEGER wecri_phys
     90      REAL wappel_phys
    9091 
    9192      EXTERNAL iniorbit,orbite
     
    526527c Opportunity is taken to fill ecri_phys as well
    527528c*****************************************************
    528         dtphys=wdt*float(wappel_phys)
     529        dtphys=wdt*wappel_phys
    529530        print*,'Physical timestep (s) ',dtphys
    530531        ecri_phys=8.e18  !! a dummy low frequency
Note: See TracChangeset for help on using the changeset viewer.