Changes between Version 25 and Version 26 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2015-12-15T10:52:00+01:00 (9 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v25 v26  
    44 
    55== Spitfire == 
    6  
    7 === There are regative values at fuel_XXhr variables === 
    8  
    9 Supposedly solved at r3021 and r3022. It seems that it is not the case. 
    10  
    11 There are negative values at diff_frac in stomate_litter. 
    12  
    13 It only fails when DGVM is active. 
    14  
    15 I disscussed it with Chao, he thinks it comes from somewhere else. I also disscussed with Dan about DGVM. She did not find anything. 
    16  
    17 It remains to check if this is a problem related only to precission. Due to the use of min_stomate. 
    18  
    19  
    206 
    217=== Multiple floating point exceptions at reat_of_spread === 
     
    5743ENDWHERE 
    5844}}} 
     45 
     46This is not the root of the problem here. It comes from somewhere else but it triggers at this point. Proposal not applied. 
    5947 
    6048Attention: the use of WHERE statement with min_stomate is a bad practice which leads to potential bugs. What if the value is negative? In this case it would be ignored.