TPS-3100 Hotplate pluviometer

From gfi
Revision as of 11:22, 14 April 2020 by Hso039 (talk | contribs) (Created page with "Data for the TPS-3100 hotplate pluviometer from Yankee Inc, USA are located in <pre> /Data/gfi/scratch/metdata/hotplace/netcdf </pre> There are files at native resolution fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Data for the TPS-3100 hotplate pluviometer from Yankee Inc, USA are located in

/Data/gfi/scratch/metdata/hotplace/netcdf

There are files at native resolution for each year, and subfolders with daily data files, in the following netcdf format:

netcdf TPS_20180101 {
dimensions:
	time = UNLIMITED ; // (1439 currently)
variables:
	double time(time) ;
		time:units = "days since 1970-01-01 00:00:00.0" ;
		time:calendar = "standard" ;
	float PS(time) ;
		PS:_FillValue = 0.f ;
		PS:units = "hPa" ;
		PS:standard_name = "surface_air_pressure" ;
		PS:long_name = "surface_pressure" ;
	float TA(time) ;
		TA:_FillValue = -99.9f ;
		TA:units = "degree_C" ;
		TA:standard_name = "air_temperature" ;
		TA:long_name = "air_temperature" ;
	float T2(time) ;
		T2:_FillValue = -99.9f ;
		T2:units = "degree_C" ;
		T2:standard_name = "N/A" ;
		T2:long_name = "temperature_of_housing" ;
	float T3(time) ;
		T3:_FillValue = -99.9f ;
		T3:units = "degree_C" ;
		T3:standard_name = "N/A" ;
		T3:long_name = "temperature_of_rh_sensor" ;
	float UU(time) ;
		UU:_FillValue = -99.9f ;
		UU:units = "percent" ;
		UU:standard_name = "relative_humidity" ;
		UU:long_name = "relative_humidity" ;
	float FF(time) ;
		FF:_FillValue = -99.9f ;
		FF:units = "m s-1" ;
		FF:standard_name = "wind_speed" ;
		FF:long_name = "wind_speed" ;
	float RTOT(time) ;
		RTOT:_FillValue = -99.9f ;
		RTOT:standard_name = "accumulated_precipitation" ;
		RTOT:long_name = "accumulated_precipitation" ;
	float RR(time) ;
		RR:_FillValue = -99.9f ;
		RR:units = "kg m-2 hr-1" ;
		RR:standard_name = "precipitation_rate" ;
		RR:long_name = "precipitation_rate" ;
	float QSI(time) ;
		QSI:_FillValue = -99.9f ;
		QSI:units = "W m-2" ;
		QSI:standard_name = "surface_downwelling_shortwave_flux_in_air" ;
		QSI:long_name = "incoming_shortwave_irradiance_at_the_surface" ;
	float QNI(time) ;
		QNI:_FillValue = -99.9f ;
		QNI:units = "W m-2" ;
		QNI:standard_name = "surface_net_longwave_flux_in_air" ;
		QNI:long_name = "net_longwave_irradiance_at_the_surface" ;

// global attributes:
		:title = "TPS-3100 data file" ;
		:conventions = "NetCDF-CF" ;
		:institution = "Geophysical Institute, University of Bergen, Norway" ;
		:file_creator = "Harald.Sodemann" ;
		:data_contact = "Anak.Bhandari" ;
		:location_name = "GFI tower, Bergen, Norway" ;
		:latitude = "60.3831N" ;
		:longitude = "5.3326E" ;
		:altitude = "38.0m asl" ;
		:description = "" ;
		:serial_number = 2LL ;
		:version = "1.0" ;
		:instrument = "Total Precipitation Sensor (TPS-3100)" ;
		:manufacturer = "Yankee Inc., USA" ;
		:creation_date = "2019-07-27 21:51:39 UTC" ;