diff --git a/docs/Tutorial/cases/MBL.rst b/docs/Tutorial/cases/MBL.rst index ca1d7bc..3d06bbc 100644 --- a/docs/Tutorial/cases/MBL.rst +++ b/docs/Tutorial/cases/MBL.rst @@ -31,7 +31,7 @@ Input parameters Execute FastEddy ---------------- -Run FastEddy using the input parameters file /examples/Example04_BOMEX.in. Note that the BOMEX case requires an initial condition provided in /datasets/BOMEX_IC/FE_BOMEX.0. To execute FastEddy, follow the instructions here: https://github.com/NCAR/FastEddy-model/blob/main/README.md. +Note that this example moist dynamics validation case example requires an additional dataset available as a gzip compressed tape archive file at https://doi.org/10.5281/zenodo.10982246. The contents of the archive incude an initial conditions file BOMEX_IC/FE_BOMEX.0 which is needed to run FastEddy for this case. The archive dataset also contains results from the 11 models that participated in the original Siebesma et al. 2003 model intercomparison as NetCDF files under BOMEX_Siebesma2003_models/\*.nc. Run FastEddy using the input parameters file /tutorials/examples/Example04_BOMEX.in. Be sure to copy the extracted initial conditions file from the archived dataset into the initial subdirectory of your case run directory. Visualize the output -------------------- diff --git a/tutorials/notebooks/FE_Postrocessing_Example04_BOMEX.ipynb b/tutorials/notebooks/FE_Postrocessing_Example04_BOMEX.ipynb index aaea2d4..667b792 100644 --- a/tutorials/notebooks/FE_Postrocessing_Example04_BOMEX.ipynb +++ b/tutorials/notebooks/FE_Postrocessing_Example04_BOMEX.ipynb @@ -80,7 +80,7 @@ "path_root = 'INSERT_PATH_TO_YOUR_RUN_DIRECTORY'\n", "path_out_1 = path_root + 'output/'\n", "path_ini = path_root + 'initial/'\n", - "path_sieb = '../datasets/BOMEX_Siebesma2003_models/' \n", + "path_sieb = 'INSERT_PATH_TO_YOUR_BOMEX_Siebesma2003_models_DIRECTORY' \n", "save_plot_opt = 1\n", "folder_figs_name = 'Figures_BOMEX'\n", "###\n",