|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_StationSampler.H>

Public Attributes | |
| bool | use_latlon = false |
| amrex::Real | req_lat = amrex::Real(0.0) |
| amrex::Real | req_lon = amrex::Real(0.0) |
| amrex::Real | x = amrex::Real(0.0) |
| amrex::Real | y = amrex::Real(0.0) |
| amrex::Real | got_lat = amrex::Real(0.0) |
| amrex::Real | got_lon = amrex::Real(0.0) |
| int | lev = 0 |
| int | ic = 0 |
| int | jc = 0 |
| int | i0 = 0 |
| int | j0 = 0 |
| int | i1 = 0 |
| int | j1 = 0 |
| amrex::Real | wx = amrex::Real(0.0) |
| amrex::Real | wy = amrex::Real(0.0) |
| int | ktop = 0 |
| int | col_begin = 0 |
| int StationLoc::col_begin = 0 |
Referenced by ERF::sample_stations().
| amrex::Real StationLoc::got_lat = amrex::Real(0.0) |
Referenced by StationSampler::writeHeader().
| amrex::Real StationLoc::got_lon = amrex::Real(0.0) |
Referenced by StationSampler::writeHeader().
| int StationLoc::i0 = 0 |
Referenced by ERF::sample_stations().
| int StationLoc::i1 = 0 |
Referenced by ERF::sample_stations().
| int StationLoc::ic = 0 |
Referenced by ERF::resolve_station_stencils().
| int StationLoc::j0 = 0 |
Referenced by ERF::sample_stations().
| int StationLoc::j1 = 0 |
Referenced by ERF::sample_stations().
| int StationLoc::jc = 0 |
Referenced by ERF::resolve_station_stencils().
| int StationLoc::ktop = 0 |
Referenced by ERF::resolve_station_stencils(), and ERF::sample_stations().
| int StationLoc::lev = 0 |
Referenced by ERF::resolve_station_stencils().
| amrex::Real StationLoc::req_lat = amrex::Real(0.0) |
Referenced by StationSampler::StationSampler(), and StationSampler::writeHeader().
| amrex::Real StationLoc::req_lon = amrex::Real(0.0) |
Referenced by StationSampler::StationSampler(), and StationSampler::writeHeader().
| bool StationLoc::use_latlon = false |
Referenced by StationSampler::StationSampler(), and StationSampler::writeHeader().
| amrex::Real StationLoc::wx = amrex::Real(0.0) |
Referenced by ERF::sample_stations().
| amrex::Real StationLoc::wy = amrex::Real(0.0) |
Referenced by ERF::sample_stations().
| amrex::Real StationLoc::x = amrex::Real(0.0) |
Referenced by ERF::resolve_station_stencils(), StationSampler::StationSampler(), and StationSampler::writeHeader().
| amrex::Real StationLoc::y = amrex::Real(0.0) |
Referenced by ERF::resolve_station_stencils(), StationSampler::StationSampler(), and StationSampler::writeHeader().