Changes between Version 3 and Version 4 of U_init_obsvars
- Timestamp:
- Mar 25, 2025, 7:49:10 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_obsvars
v3 v4 4 4 5 5 The routine `U_init_obsvars` is a call-back routine that has to be provided by the user. The typical name in user code is `init_obsvars_pdaf`, but the user can choose the name. 6 The routine is used only with the ENSRF/EAKF. The routine is called by PDAF during the analysis step and has to provide the filter with a vector of observation error variances. 6 The routine is used only with the ENSRF/EAKF. 7 8 The routine is called by PDAF during the analysis step and has to provide the filter with a vector of observation error variances. 7 9 8 10 The interface is the following: 9 11 {{{ 10 12 SUBROUTINE U_init_obsvars(step, dim_obs_f, var_f) 11 }}} 12 with arguments: 13 {{{ 13 14 14 INTEGER, INTENT(in) :: step ! Current time step 15 15 INTEGER, INTENT(in) :: dim_obs_f ! Dimension of full observation vector