Closed rchan26 closed 1 year ago
For some examples:
./run_prediction.sh -m "binacc,sie,sic,mae" -l -v MAY_2018 dh23 north MAY_2018 current
MAY_2018_start
and MAY_2018_end
for model dh23
in hemisphere north
which used current
dataset-l
) will generate leadtime averaged plots (averaged over all, averaged over monthly, and averaged over daily - will plot them for the initialisation day and target day)
-v
) these plots will be stitched together using ffmpeg
plot/MAY_2018_north
by default./run_forecast_plots.sh -m "binacc,sie" -t 0.9 -g 20 -e -v -o plot/MAY_2018 MAY_2018 north
-t
) uses threshold = 0.9-g
) uses grid area size of 20km^2-e
) will compare with ECMWF-v
) will stitch together the plots using ffmpeg
-o
) will store the plots in plot/MAY_2018
(note, usually will save in MAY_2018_north
by default)./run_validation.sh -r "125,190,170,235" -t 0.2,0.9 MAY_2018 north
-r
) will focus on the region that is passed in-t
) will produce plots for thresholds = 0.2, 0.9plot/validation/MAY_2018_north
and in plot/validation/MAY_2018_north/ECMWF_comp
for ECMWF comparisons./run_validation.sh -m "binacc,mae" -o plot/validation/MAY_2018 MAY_2018 north
-o
) will save plots in plot/validation/MAY_2018
and in plot/validation/MAY_2018/ECMWF_comp
for ECMWF comparisons (usually will save in plot/validation/MAY_2018_north
by default)Awesome, these are really easy changes to review too @rchan26. Let's merge this as soon as 0.2.4 is rolled out, if that's cool?
Working towards #20.