pub struct Template5_53 {
pub simple: SimplePacking,
pub bi_fourier_subtrunc_type: u8,
pub bi_fourier_pack_mode: u8,
pub p: i32,
pub ns: u16,
pub ms: u16,
pub ts: u32,
pub precision: u8,
}
Expand description
Data representation template 5.53 - Spectral data for limited area models - complex packing.
Fields§
§simple: SimplePacking
§bi_fourier_subtrunc_type: u8
Bi-Fourier sub-truncation type (see Code table 5.25).
bi_fourier_pack_mode: u8
Packing mode for axes (see Code table 5.26).
p: i32
P - Laplacian scaling factor (expressed in 10-6 units).
ns: u16
NS - bi-Fourier resolution parameter of the unpacked subset (see Note 1).
ms: u16
MS - bi-Fourier resolution parameter of the unpacked subset (see Note 1).
ts: u32
TS - total number of values in the unpacked subset (see Note 1).
precision: u8
Precision of the unpacked subset (see Code table 5.7).
Trait Implementations§
Source§impl Debug for Template5_53
impl Debug for Template5_53
Source§impl Dump for Template5_53
impl Dump for Template5_53
Source§impl PartialEq for Template5_53
impl PartialEq for Template5_53
Source§impl TryFromSlice for Template5_53
impl TryFromSlice for Template5_53
impl StructuralPartialEq for Template5_53
Auto Trait Implementations§
impl Freeze for Template5_53
impl RefUnwindSafe for Template5_53
impl Send for Template5_53
impl Sync for Template5_53
impl Unpin for Template5_53
impl UnwindSafe for Template5_53
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