Skip to content
Snippets Groups Projects
Commit fbf98dc8 authored by Vladimir Onoprienko's avatar Vladimir Onoprienko
Browse files

Fix bug

Add missing file
parent 1fd9ca28
Branches develop
No related tags found
No related merge requests found
function get_one ( )
begin
return(1)
end
function get_default_config (use_config)
begin
if(use_config.gt.0) then
config = 1
config@wmo_ids_list_txt = "../data/wmo_ids.txt"
config@wmo_ids_list_nc = "./netcdf/wmo_ids.nc"
config@wmo_ids = (/"23724", "01025", "71916"/)
config@years = (/"2004"/)
config@isd_dir = "../data/isd"
config@obs_nc_prefix = "./netcdf/obs_"
config@asr_dir = "~/workspace/data/asr30"
config@asr_basename = "asr30km.anl.2D."
config@model_obs_prefix = "./netcdf/asr30_"
else
config = -1
end if
return(config)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment