Measurement operator matrix saying 1 if there is observation data available, 0 otherwise
1 | get_obs_id_matrix(n_states, n_params_obs, n_params_est, n_step, obs)
|
n_states |
number of states we're updating in data assimilation routine |
n_params_est |
number of parameters we're calibrating |
n_step |
number of model timesteps |
obs |
observation matrix created with get_obs_matrix function |
n_param_obs |
number of parameters for which we have observations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.