read_obs_nc_type Subroutine

public subroutine read_obs_nc_type(current_observation_filename, current_observation_type, dim_obs_g, obs_g, lon_obs_g, lat_obs_g, layer_obs_g, dr_obs_g, obserr_g, obscov_g)

Uses

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

Arguments

Type IntentOptional 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(:,:)