Skip to content
Snippets Groups Projects
Commit 3acfdd78 authored by Bianca Wentzel's avatar Bianca Wentzel
Browse files

testrun

parent 0686d1e4
No related branches found
No related tags found
1 merge request!8Pvap calculation
Pipeline #94670 canceled
......@@ -62,17 +62,16 @@ func-test:
exit 1
fi
done
- cd $CI_PROJECT_DIR
- freva-plugin pet project=cmip6 product=cmip institute=awi model=awi-esm-1-recom experiment=esm-hist ensemble=r1i1p1f1 start_date=1900-01-01 end_date=1902-12-31 region=5,15,47,55 output_dir=$CI_PROJECT_DIR/output debug=True -vvv
- FREVA_JOB_ID=$(ls plugin_env/freva_output/freva/freva/output/pet/ | head -n 1)
- cd plugin_env/freva_output/freva/freva/output/pet/$FREVA_JOB_ID
- |
desired_out_files=("evspsblpot_1900010100-1901010100.ncz" "evspsblpot_1901010100-1902010100.ncz" "evspsblpot_1902010100-1903010100.ncz")
for file in ${desired_out_files[@]}; do
if [ ! -f evspsblpot/$file ]; then
exit 1
fi
done
# - freva-plugin pet project=cmip6 product=cmip institute=awi model=awi-esm-1-recom experiment=esm-hist ensemble=r1i1p1f1 start_date=1900-01-01 end_date=1902-12-31 region=5,15,47,55 output_dir=$CI_PROJECT_DIR/output debug=True -vvv
# - FREVA_JOB_ID=$(ls plugin_env/freva_output/freva/freva/output/pet/ | head -n 1)
# - cd plugin_env/freva_output/freva/freva/output/pet/$FREVA_JOB_ID
# - |
# desired_out_files=("evspsblpot_1900010100-1901010100.ncz" "evspsblpot_1901010100-1902010100.ncz" "evspsblpot_1902010100-1903010100.ncz")
# for file in ${desired_out_files[@]}; do
# if [ ! -f evspsblpot/$file ]; then
# exit 1
# fi
# done
- echo '<html><body>' >> index.html
- echo '<h1>PET plugin Results:</h1>' >> index.html
- echo '<a href="'$CI_PROJECT_URL'/-/jobs/'$CI_JOB_ID'/artifacts/browse/build/func_test/evspsblpot/" target="_blank">Link to data</a>' >> index.html
......
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