|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <cctype>#include <istream>#include <ostream>#include <string>#include <AMReX_PlotFileUtil.H>#include <AMReX_Utility.H>

Go to the source code of this file.
Namespaces | |
| erf_checkpoint_surface_temperature | |
Functions | |
| void | erf_checkpoint_surface_temperature::write_contract_version (std::ostream &output) |
| int | erf_checkpoint_surface_temperature::first_legacy_surface_temperature_level (const std::string &checkpointname, const int finest_level) |
| LegacyInitType | erf_checkpoint_surface_temperature::parse_legacy_init_type_value (std::string value) |
| ContractReadStatus | erf_checkpoint_surface_temperature::read_contract_version (std::istream &input, int &version) |
| LegacyInitType | erf_checkpoint_surface_temperature::parse_legacy_init_type_from_job_info (std::istream &input) |
| LegacySurfaceTemperatureCompatibility | erf_checkpoint_surface_temperature::classify_legacy_surface_temperature_checkpoint (const bool marker_present, const bool has_surface_arrays, const LegacyInitType legacy_init_type) |
Variables | |
| constexpr int | erf_checkpoint_surface_temperature::contract_version = 1 |