ambhasGW: Ground Water Modelling

Description Usage Arguments Examples

Description

ambhasGW Computes the groundwater head for each time step in raster format

Usage

1
ambhasGW(input.file)

Arguments

input.file

yml file having input parameters information

Examples

1
2
3
4
5
6
7
8
# Create necessary input file to make dummy run
# Dummy directory to run
dummy.dir <- tempdir()

# Make dummy run
create_inputs(dummy.dir)
input.file <- file.path(dummy.dir , 'input/parameters.yml')
ambhasGW(input.file)

ambhasGW documentation built on May 2, 2019, 1:05 p.m.

Related to ambhasGW in ambhasGW...