diff --git a/GEOMS-TE-POLLYNET-CLOUD-INFORMATION_001.csv b/GEOMS-TE-POLLYNET-CLOUD-INFORMATION_001.csv
index d7125e6bce01c427968ca41a9a658cbfb44a6752..2df63b5a7f05f5035860d263e56213b50465895c 100644
--- a/GEOMS-TE-POLLYNET-CLOUD-INFORMATION_001.csv
+++ b/GEOMS-TE-POLLYNET-CLOUD-INFORMATION_001.csv
@@ -2,8 +2,9 @@
 2,LATITUDE.INSTRUMENT,CONSTANT,deg,REAL,Inst. geolocation. Latitude north (decimal degrees) of the location of the instrument (+ for north; - for south),x
 2,LONGITUDE.INSTRUMENT,CONSTANT,deg,REAL,Inst. geolocation. Longitude east (decimal degrees) of the location of the instrument (+ for east; - for west),x
 2,ALTITUDE.INSTRUMENT,CONSTANT,m,REAL,Inst. geolocation. Altitude of the instrument relative to the location site,x
-2, [layer_index],DATETIME,1,REAL,Cloud layer index of ith cloud,x 
-2, [cloud_base_height]/CLOUD.BOTTOM.HEIGHT,DATETIME;[layer_index],m agl,REAL, Cloud base height for each classified cloud layer above ground level,x
-2, [cloud_top_height]/CLOUD.TOP.HEIGHT,DATETIME;[layer_index],m agl,REAL, Cloud top height for each classified cloud layer  above ground level,x
-2, [cloud_phase],DATETIME;[layer_index], 1,BYTE, Cloud phase for each classified cloud layer (0: unknow; 1: liquid; 2: ice; 3: mixed phase),x
-2, [cloud_phase_propability],DATETIME;[layer_index],%,REAL, Probability for the cloud phase
+2, CLOUD.LAYER.INDEX,DATETIME,1,REAL,Cloud layer index of ith cloud,x 
+2, CLOUD.BOTTOM.HEIGHT,DATETIME;CLOUD.LAYER.INDEX,m agl,REAL, Cloud base height for each classified cloud layer above ground level,x
+2, CLOUD.TOP.HEIGHT,DATETIME;CLOUD.LAYER.INDEX,m agl,REAL, Cloud top height for each classified cloud layer  above ground level,x
+2, CLOUD.PHASE,DATETIME;[layer_index], 1,BYTE, Cloud phase for each classified cloud layer (0: unknow; 1: liquid; 2: ice; 3: mixed phase),x
+2, CLOUD.PHASE_PROPABILITY,DATETIME;CLOUD.LAYER.INDEX,%,REAL, Probability for the cloud phase,x
+