Skip to content

Commit

Permalink
typo in precip evaluator type
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoon committed Aug 8, 2024
1 parent ad36dbb commit ec8ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Coweeta/coweeta_ats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6409,7 +6409,7 @@
"\n",
" # set precip to 0.6 * the mean precip value\n",
" precip = main['state']['evaluators'].append_empty('surface-precipitation')\n",
" precip.set_type('independent evaluator constant', ats_input_spec.public.known_specs['independent-variable-constant-evaluator-spec'])\n",
" precip.set_type('independent variable constant', ats_input_spec.public.known_specs['independent-variable-constant-evaluator-spec'])\n",
" precip['value'] = float(precip_mean * .6)\n",
"\n",
" \n",
Expand Down

0 comments on commit ec8ddb9

Please sign in to comment.