Skip to content

Commit

Permalink
Changed GT4Py basic tutorial to use Quantity instead of gt_storage. R…
Browse files Browse the repository at this point in the history
…enamed directories.
  • Loading branch information
gmao-ckung committed May 9, 2024
1 parent 09284f7 commit 6b2c877
Show file tree
Hide file tree
Showing 6 changed files with 1,288 additions and 498 deletions.
File renamed without changes.
File renamed without changes.
1,287 changes: 1,287 additions & 0 deletions examples/NDSL/01_basics.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"source": [
"### **Example demonstrating error when writing to offset outputs**\n",
"\n",
"While offsets can be applied to all input `gt_storage` variables in `gt4py`, output `gt_storage` varaibles cannot have such offsets. When an offset is applied to an output stencil calcuation, the error `GTScriptSyntaxError: Assignment to non-zero offsets is not supported.` will be displayed."
"While offsets can be applied to all input `gt_storage` variables in `gt4py`, output `gt_storage` variables cannot have such offsets. When an offset is applied to an output stencil calcuation, the error `GTScriptSyntaxError: Assignment to non-zero offsets is not supported.` will be displayed."
]
},
{
Expand Down
File renamed without changes.
Loading

0 comments on commit 6b2c877

Please sign in to comment.