Changeset 2696 for simo


Ignore:
Timestamp:
01/18/12 00:32:41 (4 months ago)
Author:
jouni
Message:

fix: variable BA_measured removed from initialization after natural regeneration

Location:
simo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simo/trunk/simulator/xml/prediction_models/Initialization_models.xml

    r2693 r2696  
    672672                                                <name>Carb_flux_nat_rem_nrg</name> 
    673673                                        </variable> 
    674                                         <variable> 
    675                                                 <name>BA_measured</name> 
    676                                         </variable> 
    677674                                </variables> 
    678675                        </result> 
  • simo/trunk/src/models/Finland/c/InitmodelLibrary.c

    r2692 r2696  
    434434        values[0].Carbon_flux_natural_removal=0; 
    435435        values[0].Carbon_flux_natural_removal_energy=0; 
    436         values[0].BA_measured=0; 
    437436         
    438437        *nres = 1; 
  • simo/trunk/src/models/Finland/c/InitmodelLibrary.h

    r2692 r2696  
    5858        double Carbon_flux_natural_removal; 
    5959        double Carbon_flux_natural_removal_energy; 
    60         double BA_measured; 
    6160}; 
    6261 
Note: See TracChangeset for help on using the changeset viewer.