Browse Source

corrected storm detection; TODO Radius

master
Florian Boergel 3 years ago
parent
commit
88e0ef3829
  1. 3
      01_derivatives.ipynb
  2. 611
      05_cci.ipynb
  3. BIN
      data/era5.nc
  4. BIN
      data/rca_unrot_data.nc

3
01_derivatives.ipynb

@ -98,7 +98,6 @@
"\n",
" anbn = self.harmonicRegression(data[mask], N)\n",
"\n",
"\n",
" Wi = 2 * np.pi / T\n",
"\n",
" dp = 0 \n",
@ -112,8 +111,6 @@
" else:\n",
" print(\"Your selection of order {} is not possible. Only 1th and 2nd derivative possible.\")\n",
"\n",
"\n",
"\n",
" tmp = data.copy()\n",
" tmp[mask] = dp\n",
"\n",

611
05_cci.ipynb

File diff suppressed because one or more lines are too long

BIN
data/era5.nc

Binary file not shown.

BIN
data/rca_unrot_data.nc

Binary file not shown.
Loading…
Cancel
Save