HPSCTerrSys / TSMP

Terrestrial Systems Modelling Platform (TSMP or TerrSysMP)
https://www.terrsysmp.org/
Other
23 stars 16 forks source link

PDAF: change `dim_obs_p` to `dim_obs` in `add_obs_error_pdaf` (LEnKF) #246

Closed jjokella closed 4 weeks ago

jjokella commented 4 weeks ago

Former dim_obs_p in add_obs_error_pdaf was actually the size of the full observation vector and is therefore better called dim_obs.

The suffix _p is used in TSMP-PDAF for PE-local variables.