8000 GitHub - lleoiu/flash_drought: Example python scripts to detect flash drought events from gridded soil moisture data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Example python scripts to detect flash drought events from gridded soil moisture data

Notifications You must be signed in to change notification settings

lleoiu/flash_drought

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Flash Drought

Example python scripts to detect flash drought events from gridded soil moisture data

under /prep

  • soilm_weighted.sh: to create soil moisture data at a specific depth (cdo)
  • pentad.sh: to convert daily soil moisture data to pentad (cdo)
  • compute_qval.py: to compute n-quantile of soil moisture over a given period (e.g. 20th or 40th percentile to define FD onset and termination)
  • prep_quan.py: to compute soil moisture quantiles at every time steps

under /main

  • main_drought.py: to detect drought events at each pixel (e.g. soil moisture decreases from 40th to 20th percentiles)
  • fd_detect.py: to select only FD (e.g. soil moisture 40th->20th percentile within n-pentads)

The scripts are used in

About

Example python scripts to detect flash drought events from gridded soil moisture data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.7%
  • Shell 34.3%
0