get_obs Function

public function get_obs(fname)

Reads 2 or 3 ascii columns of observations from file fname. Returns structure obs storing them. Number of columns is set basing on first line containing 2 or 3 float numbers. Lines inconsistent with the first one are skipped.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: fname

Input file name

Return Value type(OBS_T)

result obs structure


Contents

None