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

List of all members.

Public Member Functions

def __init__
def initialize

Public Attributes

 input_file
 n_ens
 t
 run the model ########################
 ens
 theta_ens
 usm_par
 K
 cov_ee
 cov_XX
 e
 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
 a
 b
 meas_ssm
 thetar_max
 thetas_max
 alpha_max
 n_max
 Ks_max
 l_max
 shp_ens
 soil_par_ens
 soil_pert

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 536 of file richards.py.


Constructor & Destructor Documentation

def ambhas.richards.RICHARDS_1D_ENKF.__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 548 of file richards.py.


Member Function Documentation

this initializes all the required variables
and open the netcdf file for writting
also generates the initial ensemble of the soil hydraulic parameters

Reimplemented from ambhas.richards.RICHARDS_1D.

Definition at line 834 of file richards.py.


Member Data Documentation

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

Reimplemented from ambhas.richards.RICHARDS_1D.

Definition at line 553 of file richards.py.


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