Skip to content

Commit

Permalink
Updates to account for new station_id argument by calc_ctp function i…
Browse files Browse the repository at this point in the history
…n METcalcpy.
  • Loading branch information
DanielAdriaansen committed Dec 23, 2024
1 parent 165c166 commit fc07382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
ctp = np.append(ctp,-9999.)
else:
# Append the CTP value
thisctp = land_surface.calc_ctp(prssub,tmpsub)
thisctp = land_surface.calc_ctp(prssub,tmpsub,-1)
ctp = np.append(ctp,thisctp.m)

# After each station is processed, add in the missing 11-column data
Expand Down

0 comments on commit fc07382

Please sign in to comment.