- Mar 17, 2025
-
-
Philipp Griewank authored
-
- Feb 05, 2025
-
-
Philipp Griewank authored
The 25-getting-started notebook should be a good starting point.
-
- Feb 04, 2025
-
-
Philipp Griewank authored
Add .gitignore file to ignore Jupyter Notebook checkpoints, pycache, figures, pkl files, and specific directories
-
Philipp Griewank authored
-
- Feb 09, 2024
-
-
Philipp Griewank authored
To be honest, I have made a mess by using far too few git commits. Will try to tidy things up before the next paper is submitted. EFSOI stuff is now reaching usable status for the LETKF paper. Also found that when mirroring the gaspari cohn I had one index wrong.
-
- Dec 07, 2023
-
-
Philipp Griewank authored
The weight matrix where no obs are present was set to zero instead of to a diagonal.
-
- Aug 11, 2023
-
-
Philipp Griewank authored
as slow as it use to be.
-
- Mar 07, 2023
-
-
Philipp Griewank authored
Adding the necessary data so that the notebook for the revision plots can be executed quickly.
-
Philipp Griewank authored
Also some changes to da_functions. Will need to add the data in the next commit.
-
- Aug 02, 2022
-
-
Philipp Griewank authored
In preperation to make the code public for the (hopefully) upcoming paper publication. To many changes to explain easily. The getting started segment has to be revised. And there are lots of semi-redundant functions with _22 and _paper endings. No cleaning up of the inner workings happened. But it is still nice that all the paper plots are not reproducable with one notebook.
-
- Feb 21, 2022
-
-
Philipp Griewank authored
Now I am more confused than I was at the beginning
-
Philipp Griewank authored
Trying to figure out exactly when things are the same or not
-
- Feb 18, 2022
-
-
Philipp Griewank authored
A result of Theresa's visit, this is my first attempt at understanding how the partial analysis increments of Theresa and Martin work using the toymodel. It seems there is still at least one major bug in my code.
-
Philipp Griewank authored
This is a very big change, that now allows having both point and satellite observations. A other very big change is how things are randomized. Now there are specific seed values for all aspects that can contain randomization.Things are still very preliminary, and instead of updating the old functions I created new ones labelled _22. Importantly, the new functions are not backwards compatible! Variance reduction code is also still only preliminary. I also dropped support of the modified shallow water model for now.
-
Philipp Griewank authored
The idea is to avoid to stuffing the da_functions file with lots of stuff that doesn't really belong there.
-
- Oct 28, 2021
-
-
Philipp Griewank authored
The functions now included are the backbone of version used for the initial paper draft. This was unceremoniasly dumped here before I begin trying to localize the implicit sensitivity approach.
-
- Jul 12, 2021
-
-
Philipp Griewank authored
This dramatically helps when localization is applied, but comes with a not well constrained tuning parameter. Will definitely be used as the default method moving forward.
-
Philipp Griewank authored
Referred to as quads because the function returns a background, analysis, forecast, and blind/free forecast.
-
- Jun 15, 2021
-
-
Philipp Griewank authored
Added the new option to use a LETKF. It is currently much more expensive, but could be made more efficient if needed later on. Getting started now also includes a LETKF example.
-
- May 25, 2021
-
-
Philipp Griewank authored
Also fixed a bug where the truth was one time step out of sync.
-
- May 17, 2021
-
-
Philipp Griewank authored
Keep in mind that in comparison to the gaussian the gaspari cohn is slimmer than the gaussian with the same loc_length, so they shouldn't be compared directly against each other.
-
- May 11, 2021
-
-
Philipp Griewank authored
Now has a little localization section
-
Philipp Griewank authored
Changed the various functions needed to include localization in the EnKF. Examples need to be added to the getting started notebook still. And so far only a guassian localization is available.
-
- Mar 31, 2021
-
-
Philipp Griewank authored
This is a cleaned up and slightly modified version of the linear advection model I have been playing around with.
-