Skip to content

Commit

Permalink
Merge pull request NCAR#314 from justin-richling/fix-derived-variables
Browse files Browse the repository at this point in the history
Update arguments for derive_variables
  • Loading branch information
justin-richling authored Jul 1, 2024
2 parents 903789b + 67ad4b1 commit 7afffa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/adf_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,8 @@ def call_ncrcat(cmd):

if vars_to_derive:
self.derive_variables(
res=res, vars_to_derive=vars_to_derive, ts_dir=ts_dir[case_idx]
res=res, hist_str=hist_str, vars_to_derive=vars_to_derive,
constit_dict=constit_dict, ts_dir=ts_dir[case_idx]
)
# End with
# End for hist_str
Expand Down

0 comments on commit 7afffa7

Please sign in to comment.