Skip to content

Commit c4b3447

Browse files
committed
all realizations
1 parent 0c9f760 commit c4b3447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/wp3/seasonal_forecast_vs_oras5.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"leadtimes = [0, 1, 2, 3, 4]\n",
5555
"\n",
5656
"# Select realizations for ensemble\n",
57-
"realizations = slice(None, 25)\n",
57+
"realizations = slice(None, None)\n",
5858
"\n",
5959
"# Whether to detrend anomalies or not\n",
60-
"detrend = False"
60+
"detrend = True"
6161
]
6262
},
6363
{

0 commit comments

Comments
 (0)