From c8ba3d8ded03617e0f83a0f1acd968e5dc72fbe2 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Mon, 30 Mar 2020 08:39:46 +0000
Subject: [PATCH] Update structure_name_convention.md

---
 docs/structure_name_convention.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/structure_name_convention.md b/docs/structure_name_convention.md
index a1f55f50..eaf5985c 100644
--- a/docs/structure_name_convention.md
+++ b/docs/structure_name_convention.md
@@ -36,7 +36,9 @@ This is the output folder structure and name convention
 `Y[yyyy]to[yyyy]M[mm]to[mm]-[nx]_[ny]-[nn.nn]N[ee.ee]E-[var1]_[var2]_[var3]`
 
 
-`Y[yyyy]to[yyyy]M[mm]to[mm]`
+
+### `Y[yyyy]to[yyyy]M[mm]to[mm]`
+
 | Examples	| Name abbrevation 	|
 |---	|---	|
 |all data from March to June of the years 2005-2015	| Y2005toY2015M03to06 |   
@@ -46,10 +48,18 @@ This is the output folder structure and name convention
 |add new whole year data of 2017 on the operational data base |Y2016to2017M01to12 |  
 | Note: Y2016to2017M01to12 = Y2016M01to12_Y2017M01to12|  
 
+### varialbe abbrevaition and the corresponding full names
 
-### Example
+| var	| full  names 	|
+|---	|---	|
+|T|2m temperature|   
+|gph|500 hPa geopotential|   
+|msl|meansealevelpressure|   
 
 
+
+### Example
+
 ```
 ├── ExtractedData
 │   ├── 2016
-- 
GitLab