RHESSysCalibrator  2.1.0
Classes | Functions | Variables
rhessyscalibrator.calibrator Namespace Reference

A system for managing calibration sessions and run of RHESSys. More...

Classes

class  RHESSysCalibrator
 
class  RHESSysCalibratorRestart
 

Functions

def num_jobs_type (x)
 
def polling_delay_type (x)
 

Variables

string PARALLEL_MODE_LSF = 'lsf'
 
string PARALLEL_MODE_PBS = 'pbs'
 
string PARALLEL_MODE_PROCESS = 'process'
 
list PARALLEL_MODES
 
 DEFAULT_PARALLEL_MODE = PARALLEL_MODE_LSF
 
int MAX_ITERATIONS = 10000
 
int MAX_PROCESSORS = 1024
 
int MAX_POLLING_DELAY_MULT = 60
 
int FILE_READ_BUFF_SIZE = 4096
 
string DEFAULT_FLOWTABLE_SUFFIX = '_flow_table.dat'
 
string SURFACE_FLOWTABLE_SUFFIX = '_surface_flow_table.dat'
 
string PARALLEL_MODE_SLURM = 'slurm'
 

Detailed Description

A system for managing calibration sessions and run of RHESSys.

Can by run on laptop/workstation using multiple processors or on a cluster that runs LSF (by Platform Computing, Inc.) for job management.

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

Copyright (c) 2013-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

Can by run on laptop/workstation using multiple processors or on a cluster that runs LSF (by Platform Computing, Inc.), PBS/TORQUE, or SLURM for job management.

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

Copyright (c) 2013-2016, 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

Function Documentation

def rhessyscalibrator.calibrator.num_jobs_type (   x)
def rhessyscalibrator.calibrator.polling_delay_type (   x)

Variable Documentation

string rhessyscalibrator.calibrator.DEFAULT_FLOWTABLE_SUFFIX = '_flow_table.dat'
rhessyscalibrator.calibrator.DEFAULT_PARALLEL_MODE = PARALLEL_MODE_LSF
int rhessyscalibrator.calibrator.FILE_READ_BUFF_SIZE = 4096
int rhessyscalibrator.calibrator.MAX_ITERATIONS = 10000
int rhessyscalibrator.calibrator.MAX_POLLING_DELAY_MULT = 60
int rhessyscalibrator.calibrator.MAX_PROCESSORS = 1024
string rhessyscalibrator.calibrator.PARALLEL_MODE_LSF = 'lsf'
string rhessyscalibrator.calibrator.PARALLEL_MODE_PBS = 'pbs'
string rhessyscalibrator.calibrator.PARALLEL_MODE_PROCESS = 'process'
string rhessyscalibrator.calibrator.PARALLEL_MODE_SLURM = 'slurm'
list rhessyscalibrator.calibrator.PARALLEL_MODES
Initial value:
1 = [PARALLEL_MODE_LSF,
2  PARALLEL_MODE_PBS,
3  PARALLEL_MODE_PROCESS]
string rhessyscalibrator.calibrator.SURFACE_FLOWTABLE_SUFFIX = '_surface_flow_table.dat'