Changes between Version 36 and Version 37 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2016-04-01T14:45:11+02:00 (8 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v36 v37  
    5050 
    5151== Spitfire == 
     52 
     53=== Problem with LIGHTNING_FILE (r3273 01/04/2016) === 
     54In constantes.f90,            
     55           CALL getin_p('FIRE_DISABLE', disable_fire) 
     56is done under 
     57        IF (ok_stomate) THEN 
     58 
     59Sarah is using MICT with no stomate (OOL_SEC configuration) and she has FIRE_DISABLE=y in her param run.def, but as it is not read (ok_stomate=f), in slowproc the program does 
     60        CALL getin_p('LIGHTNING_FILE',data_filename) 
     61and data_filename has no initial value 
     62 
     63so it crashes. 
    5264 
    5365=== Multiple floating point exceptions at reat_of_spread ===