From 21e1caec6ab649cc4f2919b58f08b2d0907e81a1 Mon Sep 17 00:00:00 2001 From: sophiegif Date: Tue, 26 Jun 2018 11:25:33 +0200 Subject: [PATCH] Refs (#7) * added ERA-interm ref --- storm_forecast_starting_kit.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/storm_forecast_starting_kit.ipynb b/storm_forecast_starting_kit.ipynb index e334947..89174ec 100644 --- a/storm_forecast_starting_kit.ipynb +++ b/storm_forecast_starting_kit.ipynb @@ -54,7 +54,7 @@ "\n", "
Goal of the challenge: estimating the 24h-forecast intensity of all tropical storms.
\n", "\n", - "This challenge proposes to design the best algorithm to predict for a large number of storms the 24h-forecast intensity every 6 hours. The (real) database is composed of more than 3000 extra-tropical and tropical storm tracks, and it also provides the intensity and some local physical information at each timestep (2). Moreover, we also provide the 700-hPa altitudes of the neighborhood of the storm, that can be viewed as an image centered on the current storm location.\n", + "This challenge proposes to design the best algorithm to predict for a large number of storms the 24h-forecast intensity every 6 hours. The (real) database is composed of more than 3000 extra-tropical and tropical storm tracks, and it also provides the intensity and some local physical information at each timestep (2). Moreover, we also provide the 700-hPa altitudes of the neighborhood of the storm (from ERA-interm reanalysis database), that can be viewed as an image centered on the current storm location (3).\n", "\n", "The goal is to provide for each time step of each storm (total number of instants =90 000), the predicted 24h-forecast intensity, so 4 time steps in the future. \n", "\n" @@ -68,7 +68,9 @@ "\n", "1. National Hurricane Center Forecast Verification website, https://www.nhc.noaa.gov/verification/, updated 04 April 2017.\n", "\n", - "2. Knapp, K. R., M. C. Kruk, D. H. Levinson, H. J. Diamond, and C. J. Neumann, 2010: The International Best Track Archive for Climate Stewardship (IBTrACS): Unifying tropical cyclone best track data. Bulletin of the American Meteorological Society, 91, 363-376 https://www.ncdc.noaa.gov/ibtracs/index.php?name=wmo-data\n" + "2. Knapp, K. R., M. C. Kruk, D. H. Levinson, H. J. Diamond, and C. J. Neumann, 2010: The International Best Track Archive for Climate Stewardship (IBTrACS): Unifying tropical cyclone best track data. Bulletin of the American Meteorological Society, 91, 363-376 https://www.ncdc.noaa.gov/ibtracs/index.php?name=wmo-data\n", + "\n", + "3. Dee, D. P. et al.(2011), The ERA-Interim reanalysis: configuration and performance of the data assimilation system. Q.J.R. Meteorol. Soc., 137: 553–597. https://rmets.onlinelibrary.wiley.com/doi/abs/10.1002/qj.828\n" ] }, {