Because the user no longer specifies the grid by full names, results are then presented with param names that are unfamiliar and which will vary with
The user needs help dereferencing the parameters. What is a good API for this?
global_to_local(gscv, double_underscored_name) -> (local_est, local_param)
local_to_global(gscv, local_est) -> global_param
Because the user no longer specifies the grid by full names, results are then presented with param names that are unfamiliar and which will vary with
The user needs help dereferencing the parameters. What is a good API for this?