Closed nmaltsev closed 2 years ago
There is currently no live data download and pretreatment script for PAR (these take too long too run live as well). The 2020 dataset should point to '/media/global/PAR_ref_OC_2020.nc' and the 2021 dataset to another file that I have yet to create.
I will add the necessary switch option to the pretreatment for the 2020 dataset. The 2021 dataset will remain not to be used for now. This should also allow us to treat PAR as any other variable in dataread/start.py
Thank you for the clarification
This should be solved as of https://github.com/ARGANS/shellfish_and_algae-MODEL/commit/b1ecab77fcc3bd9aa163ade57903925759f689ed
However it is still not actually used for simulations, I need to adapt dataread/start.py for this.
After analyzing the results of the preprocessing scripts, I found that the output directory contains symlinks to non-existent files:
In both cases, the par directory was empty, so I suspect the dataimport scripts didn't load the data set for the par parameter. I cannot estimate the impact of this issue on the results of the dataread scripts.