File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed
Expand file tree Collapse file tree 7 files changed +7
-1
lines changed 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.
You can’t perform that action at this time.
0 commit comments