forked from respec/HSPsquared
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Debug a Model Object Loader #61
Comments
rburghol
changed the title
How to Get Your Debug a Model Object Loader
How to Debug a Model Object Loader
May 24, 2023
New object loader:
|
35 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
el_pid = 7113514
to the PID of the facility entity (or river entity) in questionmodel_loader_recursive()
)mjson = model_data['RCHRES_R001']['ARWA Chesdin Withdrawal']['historic_monthly_pct']
state_paths
and hit entermobj = model_object_cache['/STATE/RCHRES_R001/ARWA Chesdin Withdrawal/historic_monthly_pct']
mobj.handle_prop(mjson,'valuetype')
step_model()
function from the command prompt (need to load libraries, not shown below but an example is here ):step_model(model_exec_list, op_tokens, state_ix, dict_ix, ts_ix, 1)
test_model(model_exec_list, op_tokens, state_ix, dict_ix, ts_ix, step)
debug_tbl_eval(op_tokens, op_tokens[18], state_ix, dict_ix)
The text was updated successfully, but these errors were encountered: