Changes between Version 1 and Version 2 of PDAFomi_obs_op_gridavg
- Timestamp:
- Dec 18, 2021, 1:52:57 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_obs_op_gridavg
v1 v2 13 13 TYPE(obs_f), INTENT(inout) :: thisobs ! Data type with full observation 14 14 INTEGER, INTENT(in) :: nrows ! Number of values to be averaged 15 REAL, INTENT(in) :: state_p(:) ! Process-local model state provided by PDAF15 REAL, INTENT(in) :: state_p(:) ! Process-local model state (provided by PDAF) 16 16 REAL, INTENT(inout) :: obs_f_all(:) ! Full observed state for all observation types (array provided by PDAF) 17 17 }}}