Skip to content

Commit

Permalink
Merge pull request #12 from NCAR/feature_10_MoistInstructionsUpdates
Browse files Browse the repository at this point in the history
Feature 10 moist instructions updates
  • Loading branch information
jprestop authored Apr 17, 2024
2 parents c1ccdf4 + bfced39 commit eff5e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Tutorial/cases/MBL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorials/notebooks/FE_Postrocessing_Example04_BOMEX.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eff5e41

Please sign in to comment.