pub struct Forcing {
pub p_mm: f64,
pub pet_mm: f64,
pub t_c: f64,
}Expand description
Per-timestep meteorological forcing for a sub-basin or grid cell.
Fields§
§p_mm: f64Precipitation (mm) for this time-step.
pet_mm: f64Potential evapotranspiration (mm).
t_c: f64Air temperature (°C).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Forcing
impl<'de> Deserialize<'de> for Forcing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Forcing
impl RefUnwindSafe for Forcing
impl Send for Forcing
impl Sync for Forcing
impl Unpin for Forcing
impl UnsafeUnpin for Forcing
impl UnwindSafe for Forcing
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more