SCALE-RM
|
module Parameter Estimation More...
Functions/Subroutines | |
subroutine, public | da_param_estimation_setup |
Setup. More... | |
subroutine, public | da_param_estimation_finalize |
finalize More... | |
subroutine, public | da_param_estimation_update |
Data Assimilation. More... | |
module Parameter Estimation
name | type | default value | comment |
---|---|---|---|
ESTIMATION_TARGET | character(len=H_SHORT), dimension(MAXNUM_PARAM_ESTIMATION) | ||
PEST_TRANSLATION | logical, dimension(MAXNUM_PARAM_ESTIMATION) | ||
PEST_ULIMIT | real(RP), dimension(MAXNUM_PARAM_ESTIMATION) | ||
PEST_LLIMIT | real(RP), dimension(MAXNUM_PARAM_ESTIMATION) |
subroutine, public mod_da_param_estimation::da_param_estimation_setup |
Setup.
Definition at line 70 of file mod_da_param_estimation.F90.
References scale_comm_ensemble::comm_ensemble_myrank, scale_comm_ensemble::comm_ensemble_nprocs, scale_precision::dp, scale_io::io_fid_conf, scale_prc::prc_abort(), and scale_precision::sp.
Referenced by mod_da_driver::da_driver_setup().
subroutine, public mod_da_param_estimation::da_param_estimation_finalize |
finalize
Definition at line 147 of file mod_da_param_estimation.F90.
Referenced by mod_da_driver::da_driver_finalize().
subroutine, public mod_da_param_estimation::da_param_estimation_update |
Data Assimilation.
Definition at line 158 of file mod_da_param_estimation.F90.
References scale_atmos_phy_cp_kf::atmos_phy_cp_kf_getvar(), scale_atmos_phy_cp_kf::atmos_phy_cp_kf_putvar(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_getvar(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_putvar(), scale_comm_ensemble::comm_ensemble_myrank, scale_comm_ensemble::comm_ensemble_nprocs, scale_comm_ensemble::comm_ensemble_world, scale_const::const_undef, scale_letkf::letkf_param_estimation_system(), scale_prc::prc_abort(), and scale_time::time_nowdate.
Referenced by mod_da_driver::da_driver_update().