System for numerical prediction of water table using continuously collected meteorological and soil mosture profile data.
Use docker image: martinspetlik/kalman_parflow:v1.0.0
docker run --rm -it -v HLAVO_repository:/HLAVO martinspetlik/kalman_parflow:v1.0.0 python3.10 /HLAVO/soil_model/kalman.py work_dir /HLAVO/soil_model/configs/case_parameter_inv_synth.yamlFirst singularity image has to be created:
export SINGULARITY_CACHEDIR="user home dir"
export SINGULARITY_LOCALCACHEDIR="user scratch dir"
export SINGULARITY_TMPDIR=$SCRATCHDIR
singularity build kalman_parflow.sif docker://martinspetlik/kalman_parflow:v1.0.0Run Kalman on a directory that contains a configuration file
./charon_run_kalman.sh directoryDo not upload large binary files (over few MB) to the git repository, there are tight limits of the git technology and GitHub hosting to 500MB for the whole repository including all history. Binary files are not stored as diffs so they bite large chunks of the available space. Use DVC instaed to automate upload of large files to Google Drive. See detailed instructions.
Model of surface infiltration layer. Composed of Richards model and Kalman filter for assimilation of the soil moisture profile measurement.
#- code #- run configurations
subfolder GIS is for various GIS resources.