AMBHAS
ambhas.richards.RICHARDS_1D_GLUE Class Reference
Inheritance diagram for ambhas.richards.RICHARDS_1D_GLUE:
Collaboration diagram for ambhas.richards.RICHARDS_1D_GLUE:

List of all members.

Public Member Functions

def __init__
def initialize

Public Attributes

 input_file
 n_ens
 ens
 run the GLUE ###########################
 t
 run the model ########################
 shp_ens
 soil_par
 max_t
 iter_dt
 nc_year
 nc_doy
 nc_sm
 nc_aet
 nc_recharge
 nc_thetar
 nc_thetas
 nc_alpha
 nc_n
 nc_Ks
 nc_l
 nc_file
 theta

Detailed Description

This is the main class of the Ensemble Kalman Filter (EnKF)
coupled with the one dimensional unsaturated model based on the 
RICHARDS equation. The model is given in the class RICHARDS_1D.
    
This will read the input data,
do the processing
and then write the output files

Definition at line 1250 of file richards.py.


Constructor & Destructor Documentation

def ambhas.richards.RICHARDS_1D_GLUE.__init__ (   self,
  input_file 
)
Input:
    input_file: the file which contains all the information
    including forcing and parameters.

Reimplemented from ambhas.richards.RICHARDS_1D.

Definition at line 1262 of file richards.py.


Member Function Documentation

this initializes all the required variables
and open the netcdf file for writting

Reimplemented from ambhas.richards.RICHARDS_1D.

Definition at line 1407 of file richards.py.


Member Data Documentation

run the GLUE ###########################

Definition at line 1267 of file richards.py.

run the model ########################

Reimplemented from ambhas.richards.RICHARDS_1D.

Definition at line 1268 of file richards.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables