File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ notebooks/jupyternb-scenario-series-example/
1919
2020** /utility_functions.ipynb
2121** /scripts /* .data
22- scripts /
2322dry_creek
2423** /dry_creek /
2524prms_python.egg-info
Original file line number Diff line number Diff line change 1212
1313"""
1414
15- __name__ = 'prms-python '
15+ __name__ = 'prms_python '
1616__author__ = 'John Volk and Matthew Turner'
1717__version__ = '1.0.0'
1818
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12'''
23data.py -- holds ``Data`` class for standard PRMS climate input data.
34'''
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12'''
23optimizer.py -- holds ``Optimizer`` and ``OptimizationResult`` classes for
34optimization routines and management conducted on PRMS parameters.
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12'''
23parameters.py -- holds ``Parameter`` class with multiple functionality for
34the standard PRMS parameters input file.
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12'''
23scenario.py -- holds ``Scenario`` and ``ScenarioSeries`` classes for PRMS
34managing parameter-based model scenarios that may be used for hypotheses
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12"""
23simulation.py -- Contains ``Simulation`` and ``SimulationSeries`` classes and
34associated functions for managing PRMS simulations at a low level.
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
12"""
23util.py -- Utilities for working with PRMS data or other functionality that aren't
34appropriate to put elsewhere at this time.
Original file line number Diff line number Diff line change 1313classifiers = [
1414 'License :: OSI Approved :: BSD License' ,
1515 'Programming Language :: Python :: 2.7' ,
16- 'Programming Language :: Python :: 3.4' ,
17- 'Programming Language :: Python :: 3.5' ,
18- 'Programming Language :: Python :: 3.6' ,
19- 'Programming Language :: Python :: 3.7' ,
16+ 'Programming Language :: Python :: 3.4' ,
17+ 'Programming Language :: Python :: 3.5' ,
18+ 'Programming Language :: Python :: 3.6' ,
19+ 'Programming Language :: Python :: 3.7' ,
2020 'Environment :: Console' ,
2121 'Development Status :: 4 - Beta' ,
2222 'Topic :: Scientific/Engineering' ,
You can’t perform that action at this time.
0 commit comments