- Timestamp:
- 01/18/12 00:32:41 (4 months ago)
- Location:
- simo/trunk
- Files:
-
- 3 edited
-
simulator/xml/prediction_models/Initialization_models.xml (modified) (1 diff)
-
src/models/Finland/c/InitmodelLibrary.c (modified) (1 diff)
-
src/models/Finland/c/InitmodelLibrary.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simo/trunk/simulator/xml/prediction_models/Initialization_models.xml
r2693 r2696 672 672 <name>Carb_flux_nat_rem_nrg</name> 673 673 </variable> 674 <variable>675 <name>BA_measured</name>676 </variable>677 674 </variables> 678 675 </result> -
simo/trunk/src/models/Finland/c/InitmodelLibrary.c
r2692 r2696 434 434 values[0].Carbon_flux_natural_removal=0; 435 435 values[0].Carbon_flux_natural_removal_energy=0; 436 values[0].BA_measured=0;437 436 438 437 *nres = 1; -
simo/trunk/src/models/Finland/c/InitmodelLibrary.h
r2692 r2696 58 58 double Carbon_flux_natural_removal; 59 59 double Carbon_flux_natural_removal_energy; 60 double BA_measured;61 60 }; 62 61
Note: See TracChangeset
for help on using the changeset viewer.
