ripgrib/src/grib/parm_tables/mod.rs
2023-01-19 19:18:17 +08:00

44 lines
891 B
Rust

pub mod nceptable_mdl;
pub mod nceptable_opn;
pub mod nceptable_reanal;
pub mod nceptab_128;
pub mod nceptab_129;
pub mod nceptab_130;
pub mod nceptab_131;
pub mod nceptab_133;
pub mod nceptab_140;
pub mod nceptab_141;
pub mod ectable_128;
pub mod ectable_129;
pub mod ectable_130;
pub mod ectable_131;
pub mod ectable_132;
pub mod ectable_133;
pub mod ectable_140;
pub mod ectable_150;
pub mod ectable_151;
pub mod ectable_160;
pub mod ectable_162;
pub mod ectable_170;
pub mod ectable_171;
pub mod ectable_172;
pub mod ectable_173;
pub mod ectable_174;
pub mod ectable_180;
pub mod ectable_190;
pub mod ectable_200;
pub mod ectable_210;
pub mod ectable_211;
pub mod ectable_228;
pub mod dwdtable_002;
pub mod dwdtable_201;
pub mod dwdtable_202;
pub mod dwdtable_203;
pub mod dwdtable_204;
pub mod dwdtable_205;
#[derive(Clone, Copy, Debug)]
pub struct Parm(&'static str, &'static str);