5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
download.py File Reference

Go to the source code of this file.

Namespaces

namespace  mhm
 Python bindings of mHM.
 
namespace  mhm.download
 Download routines to get test domains for mHM.
 

Functions

 mhm.download._dl (branch, format, folder, filename)
 
 mhm.download.download_test (branch=None, domain=1, path=None, verbose=False)
 Download a test domain for mHM.
 
 mhm.download.cli (argv=None)
 Command line interface to download test domains for mHM.
 

Variables

str mhm.download.MHM_URL = "https://git.ufz.de/mhm/mhm/-/archive/{branch}/mhm-{branch}.{format}{query}"
 
dict mhm.download.BRANCH_MAP = {"main": "develop", "develop": "main"}
 
list mhm.download.VALID_DOMAINS = [1, 2]