Enum bufkit_data::Model [−][src]
pub enum Model {
GFS,
NAM,
NAM4KM,
}Expand description
Models potentially stored in the archive.
Variants
The U.S. Global Forecast System
The U.S. North American Model
The high resolution nest of the NAM
Implementations
Get the number of hours between runs.
Get the base hour of a model run.
Most model run times are 0Z, 6Z, 12Z, 18Z. The base hour along with hours between runs allows you to reconstruct these times. Note that SREF starts at 03Z and runs every 6 hours, so it is different.
pub fn all_runs(
self,
start: &NaiveDateTime,
end: &NaiveDateTime
) -> impl Iterator<Item = NaiveDateTime>
pub fn all_runs(
self,
start: &NaiveDateTime,
end: &NaiveDateTime
) -> impl Iterator<Item = NaiveDateTime>Create an iterator of all the model runs between two times
Get a static str representation
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Modelimpl UnwindSafe for ModelBlanket Implementations
Mutably borrows from an owned value. Read more