phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Download prediction file from command line #237

Open EMVGaron opened 1 month ago

EMVGaron commented 1 month ago

I am trying to automatize a set of predictions, but every time I execute Flame on command line, the predictions are overwritten since they are called by default "temp", thus not allowing for several predictions in a row to be automatized. It would be interesting to either have an option of downloading the predictions directly from command line and choosing an output name or assigning a name to the prediction in the command line so one can execute a bash file containing several predict commands with different names in each one.