to read only those observations that should be read in for the specified type @details This subroutine reads the observation file and return the data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | current_observation_filename | |||
| character(len=*), | intent(in) | :: | current_observation_type | |||
| integer, | intent(inout) | :: | dim_obs_g | |||
| real, | intent(inout), | allocatable | :: | obs_g(:) | ||
| real, | intent(inout), | allocatable | :: | lon_obs_g(:) | ||
| real, | intent(inout), | allocatable | :: | lat_obs_g(:) | ||
| integer, | intent(inout), | allocatable | :: | layer_obs_g(:) | ||
| real, | intent(inout), | allocatable | :: | dr_obs_g(:) | ||
| real, | intent(inout), | allocatable | :: | obserr_g(:) | ||
| real, | intent(inout), | allocatable | :: | obscov_g(:,:) |