Davide Fioriti

Results 219 comments of Davide Fioriti
trafficstars

> Davide, does your approach work? Would you be able to share the code? I'll release the complete package soon. However, the principle is as follows: - Import CPLEX package...

The code exactly is the follows; ``` julia try """ Add notations for CPLEX backend """ function add_notations!(model, ::Type{CPLEX.Optimizer}) variable_classification = get_annotations(model) num_variables = sum(length(it) for it in values(variable_classification)) if...

Please, close this PR; another PR has been opened automatically with registrator

I'm wondering whether atlite needs to download copernicus data as NC format; the nc extraction is also experimental in copernicus. A possible solution could be to use the raw grib...

@euronion Super! thank you very much. Currently, I am a bit busy with other stuff and I cannot run the machine with copernicus waiting long time for the analysis, unfortunately....

As discussed with @euronion, I'll wait for his latest updates by the end of the week (estimate), and I'll run the model for the entire world. As a comment, the...

@euronion the branch is running :) I'll track it and update you as I have news. Just as a comment, I had to to few tests that have been interrupted,...

I confirm that the first 1-month chunk has been downloaded. I'll be waiting for the entire procedure to end and let you know :)

@euronion The procedure for the world (+- 180° lat lon) completed in 5 to 12 hours (I run it twice) successfully and produced an output file of 380Gb (large but...

As discussed, for efficiency purposes, it may be interesting to decide the number of chunks to divide the output. Since at world scale worked, we could specify the number of...