RHESSysWorkflows  1.33
Variables
RunLAIReadMultiple Namespace Reference

Command line driver program to run lairead utility to initializes vegetation carbon stores. More...

Variables

tuple parser
 
string help = 'The configuration file. Must define section "GRASS" and option "GISBASE"'
 
tuple args = parser.parse_args()
 
 configFile = None
 
tuple command = LAIReadMultiple(args.projectDir, configFile)
 
 exitCode = os.EX_OK
 

Detailed Description

Command line driver program to run lairead utility to initializes vegetation carbon stores.

Will, for each worldfile in the project: (1) run lairead to produce a redefine worldfile; (2) run RHESSys simulation for 3-days to generate base worldfile.

This software is provided free of charge under the New BSD License. Please see the following license information:

Copyright (c) 2015, University of North Carolina at Chapel Hill All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author
Brian Miles brian.nosp@m._mil.nosp@m.es@un.nosp@m.c.ed.nosp@m.u

Variable Documentation

tuple RunLAIReadMultiple.args = parser.parse_args()
tuple RunLAIReadMultiple.command = LAIReadMultiple(args.projectDir, configFile)
RunLAIReadMultiple.configFile = None
RunLAIReadMultiple.exitCode = os.EX_OK
string RunLAIReadMultiple.help = 'The configuration file. Must define section "GRASS" and option "GISBASE"'
tuple RunLAIReadMultiple.parser
Initial value:
1 = argparse.ArgumentParser(description='Run lairead utility to initializes vegetation carbon stores. ' +
2  'Will, for each worldfile in the project: (1) run lairead to ' +
3  'produce a redefine worldfile; (2) run RHESSys simulation for 3-days to generate base worldfile')