#########################################################################################################
#= COST.PROBE																							#
#= IPSL.SIRTA [https://sirta.ipsl.fr/] <=> SLOVENIA.ARSO [https://www.arso.gov.si/]						#
#= FOG nowcasting																						#
#= PARAFOG algorithm evaluation																			#
#= AMP and ceilometer CL51 data for PARAFOG evaluation with classical observations for Ljubljana		#
#== data_range: january 2022																			#
#== interval: 1 minute																					#
#= contact: luka.ravnik@gov.si																			#
#= date: 19.3.2022																						#
#########################################################################################################

#---------------------#
# Data description
#---------------------#

(1) #AMP data#
* file "Slovenia_ARSO_AMP_1min_data_jan2022_sorted.txt
=> time is UTC
=> 1 minute AMP data records for meteorological parameters: 
date,time,
rel_humidity,temp_air,temp_dewpoint,temp_dewpointfreeze,mixing_ratio,temp_wetbulb,
cl31_cloudiness_1stlev,cl31_height_1stlev,cl31_cloudiness_2ndlev,cl31_height_2ndlev,
snow_detph,
MOR,total_EXCO,
wind_dir,wind_speed
=> each parameter has 3 fields in the file:
"validity","value","unit"

(2) #CL51 data#
* folder CL51_1min
* files of type "CEILOMETER_1_LEVEL_2_01.his"
=> daily files of Vaisala's BLView software, filtered to 1 min data
=> time is UTC
=> the file for the first day "CEILOMETER_1_LEVEL_2_01.his" has the header inside

(3) #Manualy observed fog occurences in Ljubljana for January 2022 with some additional fields from manual observations#
* file "Slovenia_ARSO_Ljubljana_fog_occurences_jan2022.xls" 

