From 47653b84eb80d86a729adc62e70e7ffe3002298c Mon Sep 17 00:00:00 2001 From: Lauri Tuppi Date: Fri, 24 May 2024 10:29:55 +0300 Subject: [PATCH] Lauri's test 3 update of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d9c6f331..f1e72b8a6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The OBSALL application is currently being developed as a set of scripts (written 3. for extracting and interpolating (using `cdo` operators - for synop; & expecting/using `polytope` - for radiosounding and satellite) modeled data for the same time-slices for same selected meteorological variables into corresponding locations/points of (synop, radiosounding, satellite) observations, and adding (using `import` with `odb_api`) such data to ODB; 3. for calculating/ producing relevant statistics such as quantile rank histogram statistics and plots (t-test and others to be added) -# Part SYNOP (ground-based/surface observations) +# Part SYNOP SYNOP (ground-based/surface observations) 1. `main_synop.sh` - main bash-script to run Apps for observational data for synoptical stations. 2. `gsv_mod_data.sh` - bash-script to run pre-processing (using `cdo` operators) of modelled data extracted with gsv interface over global domain for selected meteorological variables (measured at synoptical station) into hourly time-slices and saving (temporary) to separate hourly nc-files. 3. `synop_obs.sh` - bash-script to run reading and extraction (using `sql` with `odb_api` software) of selected meteorological variables at hourly time-slices for observations from ground-based synoptical stations at fixed at the surface geographical (latitude, longitude) locations over selected geographical domain (or over the globe) and saving (temporary) to dat-file. Note, that list of available meteorological variables in open multi-year data ODB includes: 91 - total amount of clouds; 108 - sea level pressure; 80 - 1-hour precipitation; 58 - relative humidity; 999 - 10-minute precipitation intensity; 71 - snow depth; 39 - 2m temperature; 40 - dew point temperature; 62 - visibility; 111 - wind direction; 261 - maximum wind gust in last 10 minutes; 221 -surface wind speed. -- GitLab