Changes between Version 25 and Version 26 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation


Ignore:
Timestamp:
2016-04-01T16:39:25+02:00 (8 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation

    v25 v26  
    11= Solved Issues = 
    22 
     3 
     4== Spitfire: Problem with LIGHTNING_FILE (r3273 01/04/2016) == 
     5 
     6In constantes.f90,            
     7           CALL getin_p('FIRE_DISABLE', disable_fire) 
     8is done under 
     9        IF (ok_stomate) THEN 
     10 
     11Sarah 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 
     12        CALL getin_p('LIGHTNING_FILE',data_filename) 
     13and data_filename has no initial value 
     14 
     15so it crashes. 
     16 
     17Solved in revision [3334] 
    318 
    419== Diffuco ==