pub fn read_process_parameters(
model_dir: &Path,
process_ids: &HashSet<Rc<str>>,
year_range: &RangeInclusive<u32>,
) -> Result<HashMap<Rc<str>, ProcessParameter>>
Expand description
Read process parameters from the specified model directory