Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
soutobias committed Dec 8, 2023
1 parent 7664019 commit f7a0896
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,27 @@
" ).dataset"
]
},
{
"cell_type": "markdown",
"id": "47184783",
"metadata": {},
"source": [
"Use Corsen on the data for illustrative and better performance purposes only.\n",
"`We advise running the code with the complete dataset.`"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1b45bcb1",
"metadata": {},
"outputs": [],
"source": [
"nemo_data_t = nemo_data_t.coarsen(y_dim=12, x_dim=12).mean()\n",
"nemo_data_u = nemo_data_u.coarsen(y_dim=12, x_dim=12).mean()\n",
"nemo_data_v = nemo_data_v.coarsen(y_dim=12, x_dim=12).mean()"
]
},
{
"cell_type": "markdown",
"id": "8b130ea3",
Expand Down

0 comments on commit f7a0896

Please sign in to comment.