Skip to content

Instantly share code, notes, and snippets.

@FrancescAlted
Created January 28, 2022 11:08
Show Gist options
  • Save FrancescAlted/204598d53cb335c584635705258e7635 to your computer and use it in GitHub Desktop.
Save FrancescAlted/204598d53cb335c584635705258e7635 to your computer and use it in GitHub Desktop.
precip_trans_expr = ia.tan(precip1) * (ia.sin(precip1) * ia.sin(precip2) + ia.cos(precip2)) + ia.sqrt(precip3) * 2
precip_trans = precip_trans_expr.eval(urlpath="trans-3m.iarr", mode="w")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment