Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obs-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir Onoprienko
obs-project
Commits
fbf98dc8
Commit
fbf98dc8
authored
6 years ago
by
Vladimir Onoprienko
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug
Add missing file
parent
1fd9ca28
Branches
develop
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workspace/config.ncl
+37
-0
37 additions, 0 deletions
workspace/config.ncl
with
37 additions
and
0 deletions
workspace/config.ncl
0 → 100644
+
37
−
0
View file @
fbf98dc8
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment