Examples ======== Below you can find examples of how Pastas models are used for the analysis of groundwater levels. Examples in the form of Python scripts can also be found on the `examples directory on GitHub `_. .. toctree:: :maxdepth: 4 :hidden: :caption: Basics prepare_timeseries basic_model fix_parameters calibration_options modeling_timestep .. toctree:: :maxdepth: 4 :hidden: :caption: Stressmodels adding_rivers adding_wells multiple_wells hantush_response adding_trends changing_responses threshold_non_linear non_linear_recharge recharge_estimation snowmodel .. toctree:: :maxdepth: 4 :hidden: :caption: Model Evaluation comparing_models diagnostic_checking timestep_analysis uncertainty uncertainty_emcee uncertainty_ls_mcmc .. toctree:: :maxdepth: 4 :hidden: :caption: Applications standardized_groundwater_index signatures ensemble_predictions .. toctree:: :maxdepth: 4 :hidden: :caption: Time Series Analysis Manual stowa_preprocessing stowa_model_structure stowa_calibration stowa_assessment stowa_cases_contribution_assessment stowa_cases_characteristics stowa_cases_system_analysis stowa_cases_forecasting .. toctree:: :maxdepth: 4 :hidden: :caption: Pastas Performance caching_for_performance .. toctree:: :maxdepth: 4 :hidden: :caption: Groundwater Article groundwater_paper/Ex1_simple_model/Example1 groundwater_paper/Ex2_monitoring_network/Example2 Basics ------ :doc:`Preprocessing user-provided time series ` :doc:`A basic model ` :doc:`Fixing parameters while fitting ` :doc:`Calibration ` :doc:`Modeling with different timesteps ` Stressmodels ------------ :doc:`Adding surface water levels ` :doc:`Adding pumping wells ` :doc:`Adding multiple wells ` :doc:`Adding trends ` :doc:`Changing response functions ` Non-linear (Recharge) Models ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :doc:`Threshold non-linearities ` :doc:`Non-linear recharge models ` :doc:`Estimating recharge ` :doc:`Modeling snow ` Model Evaluation ---------------- :doc:`Comparing models visually ` :doc:`Diagnostic checking ` :doc:`Reducing autocorrelation ` :doc:`Uncertainty quantification ` :doc:`MCMC uncertainty ` :doc:`MCMC vs. LS ` Applications ------------ :doc:`Standardized Groundwater Index ` :doc:`Groundwater signatures ` :doc:`Ensemble predictions ` Time Series Analysis Manual --------------------------- The `notebooks `_ from the Dutch Manual on Time Series Analysis, which use Pastas, have been translated into English and are available below. The full manual can be found here: Von Asmuth, J., Baggelaar, P., Bakker, M., Brakenhoff, D., Collenteur, R., Ebbens, O., Mondeel, H., Klop, S., & Schaars, F. (2021). Handleiding Tijdreeksanalyse (`STOWA rapport nr. 32 `_). Stichting Toegepast Onderzoek Waterbeheer, Amersfoort. :doc:`Preprocessing ` :doc:`Model structure ` :doc:`Model calibration ` :doc:`Model assessment ` :doc:`Case Study 1 Assessing contributions ` :doc:`Case Study 2 Determining characteristics ` :doc:`Case Study 3 System analysis ` :doc:`Case Study 4 Forecasting ` Pastas Performance ------------------ :doc:`Caching for performance ` Groundwater Article ------------------- These notebooks are supplementary material to the following article in Groundwater: Collenteur, R.A., Bakker, M., Caljé, R., Klop, S.A. and Schaars, F. (2019). Pastas: Open Source Software for the Analysis of Groundwater Time Series. Groundwater, 57: 877-885. `doi:10.1111/gwat.12925 `_ :doc:`Example 1 Modeling Groundwater Levels with Pastas <./groundwater_paper/Ex1_simple_model/Example1>` :doc:`Example 2 Analysis of groundwater monitoring networks using Pastas <./groundwater_paper/Ex2_monitoring_network/Example2>`