Skip to main content

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

lsrm-0.0.5.tar.gz (10.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page