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 |
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.
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.
def ambhas.richards.RICHARDS_1D_GLUE.initialize | ( | self | ) |
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.
run the GLUE ###########################
Definition at line 1267 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1266 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Definition at line 1266 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Definition at line 1410 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1410 of file richards.py.
Definition at line 1351 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1379 of file richards.py.
run the model ########################
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1268 of file richards.py.
Reimplemented from ambhas.richards.RICHARDS_1D.
Definition at line 1463 of file richards.py.