Skip to content
Snippets Groups Projects
Commit 4a347cf0 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

Quickstart: Improve quickstart tests.

parent 7fc05075
Branches feature-ccrs
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ echo "************************************************************"
path_data=`cat path_data.txt`
../tools/pyic_fig.py ${path_data}/outdata/nib2501_oce_P1M_2d_22000101.nc HeatFlux_Total --fpath_fig=${path_data}/pyicon_output/pyic_fig_example.pdf --dontshow
../scripts/pyic_fig.py ${path_data}/outdata/nib2501_oce_P1M_2d_22000101.nc HeatFlux_Total --fpath_fig=${path_data}/pyicon_output/pyic_fig_example.pdf --dontshow
../tools/pyic_sec.py ${path_data}/outdata/nib2501_oce_P1M_3d_22000101.nc to --section="170W" --fpath_fig=${path_data}/pyicon_output/pyic_sec_example.pdf --dontshow
../scripts/pyic_sec.py ${path_data}/outdata/nib2501_oce_P1M_3d_22000101.nc to --section="170W" --fpath_fig=${path_data}/pyicon_output/pyic_sec_example.pdf --dontshow
......@@ -15,4 +15,5 @@ cp notebook_plotting.ipynb ${path_data}/pyicon_output/notebook_plotting.ipynb
echo "--- Executing notebook."
jupyter nbconvert --execute --to html ${path_data}/pyicon_output/notebook_plotting.ipynb \
--output-dir ${path_data}/pyicon_output
--output-dir ${path_data}/pyicon_output \
--ExecutePreprocessor.kernel_name=python3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment