land surface recharge model
Project description
This git repository contains project code for the land surface recharge models (lsrm) developed at Environment Canterbury (ECan). The current lsrm available was originally developed by David Scott in 2013 in Fortran, but has been transcribed and improved by Mike Kittridge into this Python package.
ds module
The ds module contains the LSRM class for running the transcribed David Scott lsrm.
Initialisation does not require any parameters:
l1 = LSRM()
Then follow the sequence of methods: soils_import, input_processing, and lsrm.
irr1, psw1 = l1.soils_import()
mv, sites = self.input_processing(bound_shp, grid_res, buffer_dis, interp_fun, agg_ts_fun, time_agg)
results1 = self.lsrm()
Documentation on the David Scott’s lsrm methods can be found here
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lsrm-0.0.5.tar.gz
.
File metadata
- Download URL: lsrm-0.0.5.tar.gz
- Upload date:
- Size: 10.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be7aa56b707ea0d555603001202e469aeeafb08de1f3e1797147007947393e21 |
|
MD5 | 4de32baf3785b7f65eecfae65f1618f6 |
|
BLAKE2b-256 | 21889df4bd34ac5c532a48a0fbdb9b18ef8ed877cb0fe77fa3bff536ca817c84 |