|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Plots error graphs using pismv of vfnow.py report files.
More...
Functions | |
| def | plot_errors |
| def | plot_tests |
| def | print_help |
Variables | |
| tests_to_plot = None | |
| input = None | |
| tuple | nc = NC(input, 'r') |
| tuple | available_tests = unique(array(map(chr, nc.variables['test'][:]))) |
Plots error graphs using pismv of vfnow.py report files.
Has two command-line options: -i specifies a pismv report file to use, -t selects tests to plot. Use "-t all" to plot error graphs using all the error reports saved in a file given with -i.
For example:
vnreport.py -i r1084.nc -t G,B
will use r1084.nc and plot tests "G" and "B".
| def vnreport::plot_errors | ( | nc, | |
| x, | |||
| vars, | |||
| testname, | |||
| plot_title, | |||
filename = None |
|||
| ) |
Definition at line 27 of file vnreport.py.
| def vnreport::plot_tests | ( | nc, | |
| list_of_tests | |||
| ) |
Definition at line 110 of file vnreport.py.
| def vnreport::print_help | ( | ) |
Definition at line 166 of file vnreport.py.
| tuple available_tests = unique(array(map(chr, nc.variables['test'][:]))) |
Definition at line 189 of file vnreport.py.
| input = None |
Definition at line 176 of file vnreport.py.
Referenced by PSExternal::attach_atmosphere_model(), PSElevation::attach_atmosphere_model(), PSConstantPIK::attach_atmosphere_model(), PSConstant::attach_atmosphere_model(), PSDummy::attach_atmosphere_model(), PISMSurfaceModel::attach_atmosphere_model(), PSDirectForcing::attach_atmosphere_model(), and PDirectForcing< PISMSurfaceModel >::my_mod().
Definition at line 188 of file vnreport.py.
Referenced by IceModel::bootstrap_2d(), PBLingleClark::correct_topg(), IceModel::dumpToFile(), PISMComponent::find_pism_input(), IceModel::grid_setup(), PSForceThickness::init(), SSA::init(), PISMBedThermalUnit::init(), PLapseRates< PISMSurfaceModel, PSModifier >::init_internal(), IceModel::init_timeseries(), IceModel::initFromFile(), main(), IcePSTexModel::prepare_series(), IceCompModel::reportErrors(), IceModel::set_grid_defaults(), PDirectForcing< PISMSurfaceModel >::set_vec_parameters(), setupIceGridFromFile(), IceModel::write_backup(), PSExternal::write_coupling_fields(), IceModel::write_extras(), IceModel::write_snapshot(), IceModel::write_variables(), and writePCCStateAtTimes().
| tuple tests_to_plot = None |
Definition at line 175 of file vnreport.py.
1.7.3