-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensitivity tests #299
Comments
You may be interested in this pull request (still in review): #297. That pull request also updates the current documentation at https://imi.readthedocs.io/en/latest/advanced/inversion-ensemble.html. It also simplifies the case of changing gamma but still requires manually swapping out emissions if that's desired. It's difficult to diagnose exactly what is going on without seeing your configuration and log files. If you would like us to have a closer look, please upload those here (you may need to change the file extension to .txt). |
I have already followed the instructions mentioned at this link (https://imi.readthedocs.io/en/latest/advanced/inversion-ensemble.html). I believe that the reason that I got the same values from all my 3 sensitivity tests (that were the same with the values from inversion) is because when I changed the 'Gamma' or 'PriorError' then the DOFs value changed and was very low. |
inversion_config.txt I have attached the configuration files from the inversion and the sensitivity test as well as the imi_outpout.log from the preview, the inversion and sensitivity test. The problem with the sensitivity is that it seems like it runs but it gives these commends: So the result is I get the same values as those I already had inside the "gridded_posterior.nc" and "inversion_result.nc" files. Which means that they were never overwritten. What I can't understand is why it asks for the file "...imi_output_dir/gamma0.5/inversion" to be there when the file "...imi_output_dir/gamma0.5" was created by the process automatically? Maybe is because it cannot open the file "run_inversion.sh"? |
Name: Keneuoe Maliehe Dear IMI team, I am posting my issue here because I believe it is related, if not similar. And thanks, @elenagjyli, for uploading your files; your output logs look a lot like mine. I will provide a bit of context about mine and what I have tried so far, highlighting some of the differences. I also used the IMI 2.0 to complete an initial inversion and have been trying to run sensitivity/ensemble inversions without success.
When you have time, I will be grateful for some guidance on carrying out these sensitivity inversions. Thank you in advance for your time. |
Name: Elena Gjyli
Institution: University of Aarhus
Hello everyone :),
I used IMI version 2.0 to run an inversion over a northern part of Europe (lat:50->58, log:2->15) for 2 months (March and April of 2019).
After the inversion I run 3 sensitivity tests changing the prior emissions and gamma.
When the sensitivity tests were done I ploted all my results and the values were the same in all 3 cases and the same with the main inversion.
I changed the 'RunName' in the config file.
My path was correctly pointing to the directory where "integrated_inversion" was.
I also changed the names of ''gridded_posterior.nc" and "inversion_result.nc" files to ''gridded_posterior_prior0.5.nc" and "inversion_result_prior0.5.nc" ect.
In the IMI Quick guide (https://imi.readthedocs.io/en/latest/other/common-configurations.html) it says this:
<<Note that the final results of the original inversion (inversion_result.nc and gridded_posterior.nc) will be overwritten if not archived before running the sensitivity inversion>>.
So they should be overwriten with the new values (if the files still had the same name) or created (in the case I changed the name in each sensitivity test).
I tried another aproach in which I deleted the "imi_output.log" of the inversion in each sensitivity test.
Although the sensitivity tests were completed in 2-3 minutes, these comments appear in the imi_output.log' file:
"unable to find run_inversion.sh" and "home/ubuntu/imi_output.dir/prior0.5/inversion: no such file".
What is the exact process during sensitivity tests?
In which directories and which files are used and how?
Thank you in advance for your time :)
The text was updated successfully, but these errors were encountered: