CliRep configuration

27
Russian Federation CDMS 1 CliRep configuration

description

CliRep configuration. Main configuration File properties/DataProcessor.properties. # #debug = INFO debug = DEBUG #debug = ERROR # language = en country = EN # #language = fr #country = FR # climatDir = climat inputDir = obsdata # #. # CLIMAT data Reporting and Key-entry - PowerPoint PPT Presentation

Transcript of CliRep configuration

Page 1: CliRep configuration

Russian Federation CDMS 1

CliRep configuration

Page 2: CliRep configuration

Russian Federation CDMS 2

Main configuration File

properties/DataProcessor.properties

Page 3: CliRep configuration

Russian Federation CDMS 3

##debug = INFOdebug = DEBUG#debug = ERROR#language = encountry = EN##language = fr#country = FR#climatDir = climatinputDir = obsdata##

Page 4: CliRep configuration

Russian Federation CDMS 4

# CLIMAT data Reporting and Key-entrystationProp = properties/Station.propertiesfileDSConfig = properties/ConfigDs.properties#Data source#dsClass = in.wmo.wcp.climat.gts.impl.ds.PlainTextDataSource#dsClass = in.wmo.wcp.climat.gts.impl.ds.AccessDataSourcedsClass = in.wmo.wcp.climat.gts.impl.ds.ExcelDataSource#Data saver#dvClass = in.wmo.wcp.climat.gts.impl.ds.PlainTextDataSaver#dvClass = in.wmo.wcp.climat.gts.impl.ds.AccessDataSaverdvClass = in.wmo.wcp.climat.gts.impl.ds.ExcelDataSaver

Page 5: CliRep configuration

Russian Federation CDMS 5

# CLIMAT-TEMP data Reporting and Key-entrystationTProp = properties/StationT.propertiesfileDSTConfig = properties/ConfigDsT.properties#Data source#dsTClass = in.wmo.wcp.climat.gts.impl.ds.PlainTextTempDataSource#dsTClass = in.wmo.wcp.climat.gts.impl.ds.AccessTempDataSourcedsTClass = in.wmo.wcp.climat.gts.impl.ds.ExcelTempDataSource#Data saver#dvTClass = in.wmo.wcp.climat.gts.impl.ds.PlainTextTempDataSaver#dvTClass = in.wmo.wcp.climat.gts.impl.ds.AccessDataSaverdvTClass = in.wmo.wcp.climat.gts.impl.ds.ExcelTempDataSaver

Page 6: CliRep configuration

Russian Federation CDMS 6

# CLIMAT and CLIMAT-TEMP decoders configuration#Directory for Input DataclmInDir = gtsdata#Directory for Output DataclmOutDir = gtsoutdata#Permanent output date settingdatadate = 2003-12#Delay in days from date of processing to check date in

CLIMAT messagesdelay = 29#Message begin string#msgBegin = ZCZCmsgBegin = HEX:1#Message end string#msgEnd = NNNNmsgEnd = HEX:3

Page 7: CliRep configuration

Russian Federation CDMS 7

CLIMAT report and key-entry configuration

• Configure data source;

• Describe meteorological station;

• Enter station norms.

Page 8: CliRep configuration

Russian Federation CDMS 8

Data source configuration

Page 9: CliRep configuration

Russian Federation CDMS 9

The CLIMAT forming facility needs next meteorological parameters

• StI – WMO station index• Date – date of observation in format “yyyy-MM-dd HH:mm”• T – air temperature in time of observation in C;• Tmin – minimum temperature for last observation period with in C;• Tmax maximum temperature for last observation period in C;• PPPP – pressure on sea level with in hPa;• P0P0 – pressure on station level with in hPa;• EEE – vapor pressure in hPa;• RRR – sum of precipitation for last observation period in mm;• SUN – sunshine duration in hours for last observation period in

hours;• WMAX – maximum wind speed for last observation period in

m/sec;• VV – visibility in code;• SNOW – snow depth in sm• WW – weather in time of observation code• WWP – last weather. In code

Page 10: CliRep configuration

Russian Federation CDMS 10

Example of meteorological data of observation from flat text file:

• Station_ID;Date_Obs;T;QT;Tmin;QTmin;Tmax;QTmax;RRR;QRRR;EEE;DEEE;QEEE;PPPP;QPPPP;P0P0;QP0P0;SUN;QSUN;WMAX;QWMAX;VV;QVIS;SNOW;QSNOW;WW;QWW;WWP;QWWP

• 27612;2000-01-01 00:00;-4.3;0;-4.3;0;-3.8;0;;5;4.05;2;0;999.2;0;1019.2;0;;0;5;0;;5;;0;8;0;10;0

• 27612;2000-01-01 03:00;-4.3;0;-4.5;0;-4.3;0;;5;3.94;2;0;999.9;0;1019.9;0;;0;4;0;;5;;0;2;0;10;0

• 27612;2000-01-01 06:00;-4.9;0;-4.9;0;-4.3;0;0.4;0;3.74;2;0;1001.2;0;1021.3;0;;0;4;0;96;0;;0;7;0;70;0

• 27612;2000-01-01 09:00;-4.5;0;-4.9;0;-3.6;0;;5;3.46;2;0;1002.1;0;1022.1;0;;0;4;0;97;0;;0;7;0;1;0

Page 11: CliRep configuration

Russian Federation CDMS 11

Quality control flag values:The name of quality control flag must be created as “Q”+parameter_name. For instance parameter

RRR – quality control flag QRRR.

• 0 – value not validated;

• 1 – valid value;

• 2 – warning;

• 3 – error;

• 4 – double entered.

Page 12: CliRep configuration

Russian Federation CDMS 12

Additional determinant must be named as “D”+parameter_name. For instance parameter RRR –

additional determinant DRRR. The values of additional determinant depend from parameter. For

precipitation RRR the value “t” means trace of

precipitation.

• Fragment of data line: 0;1;t

• It is meaning valid value for trace of precipitation.

Page 13: CliRep configuration

Russian Federation CDMS 13

#Data source configuration file for CLIMAT coding and meteorological data key-entry# Path to data files with observationsPath = obsdata# Station code nameStI = StI# Date code nameDate = date# Temporary names of elements - do not edit this lineBaseElem = StI ;Date ;T;Tmin;Tmax;PPPP;P0P0;EEE;RRR;SUN;WMAX;VV;SNOW;WW;WWP#Flat text configuration# Corresponded names of parameters in data setDataElem =

Station_ID;Date_Obs;T;Tmin;Tmax;PPPP;P0P0;EEE;RRR;SUN;WMAX;VV;SNOW;WW;WWP#Data base configuration# Corresponded names of parameters in databasedbDataElem = StI;Date;T;Tmin;Tmax;PPPP;P0P0;EEE;RRR;SUN;WMAX;VV;SNOW;WW;WWPdbName = CLIMATuser = Operpassword = tableName = Observation#Excel configuration# Corresponded names of parameters in databaseexDataElem = StI;Date;T;Tmin;Tmax;PPPP;P0P0;EEE;RRR;SUN;WMAX;VV;SNOW;WW;WWP

Page 14: CliRep configuration

Russian Federation CDMS 14

• # Start year of menu• StartYear = 2000• # Station list definition• StIList = 27612,• # Quality control flags and additional determinate definition• ElLs = StI,Date,

T,Tmin,Tmax,PPPP,P0P0,EEE,RRR,SUN,WMAX,VV,SNOW,WW,WWP• Q = n, n, y, y, y, y, y, y, y, y, y, y, y, y, y• D = n, n, n, n, n, n, n, n, y, n, y, y, y, n, n• # Global limits for quality control• Max = , , 40, 40, 40,1100,1100, 10, 100, 18, 50,99, 200,99, 99• Min = , , -50, -50, -50, 800, 800, 0.5, 0, 0, 0, 0, 0, 0, 0• # Multipliers of monthly norms for station limits for quality control• Err = , , 4, 4, 4, 4, 4, 4, , 4, 4, 4, 4, , ,• Var = , , 3, 3, 3, 3, 3, 3, , 3, 3, 3, 3, , ,• # Multipliers for key-entry form to do not entry dots• Mult = , , 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1• # Formats of data presentation• Form = 00000,Date,#0.0,#0.0,#0.0,#0.0,#0.0,#0.00,#0.0, #0, #0,#0, #0,#0, #0

Page 15: CliRep configuration

Russian Federation CDMS 15

#Station description27612_Name = Moscow#Offset from GMT time for the first observation of the meteorological day27612_Offset = -3#List of observation for station. Start from the first observation of the meteorological day27612_Obs = 21,00,03,06,09,12,15,18#List of observation for precipitation27612_RRR = 00,06,12,18#List of observation for snow27612_SNOW = 15#List of observation for visibility27612_VV = 06,09,12,15,18#List of observation for sun duration27612_SUN = 06,09,12,15,18#List of observation for minimum temperature27612_T_Tmin = 03#List of observation for maximum temperature27612_T_Tmax = 15#This line protect editing station index in key-entry form27612_StI =#This line protect editing date in key-entry form27612_Date =27612_T_Type = 127612_W_Type = 1

Page 16: CliRep configuration

Russian Federation CDMS 16

List = P0,P,T,Tmax,Tmin,EEE,RRR,RDays,Sun, \ P0_Div,P_Div,T_Div,Tmax_Div,Tmin_Div,EEE_Div,RRR_Div, \ P0_m,T_m,Tx_m,EEE_m,RRR_m,Sun_m,QuinR## CLIMAT message NORM#Period of norms27612_Years = 6190#Normal value of air pressure at station level by months.27612_P0 = 1001.1,1002.2,1003.3,1004.4,1005.5,1006.6,1007.7,1008.8,1009.9,1010.0,1011.1,1012.2#Normal standard deviation of air pressure at station level by months.27612_P0_Div = 10,10,10,10,10,10,10,10,10,10,10,10#Number of years missing from the records for monthly mean pressures at station level.27612_P0_m = 10,0,0,0,1,2,3,0,0,0,0,0#Normal value of air pressure at sea level by months.27612_P = 901.1,902.2,903.3,904.4,905.5,906.6,907.7,908.8,909.9,910.0,911.1,912.2#Normal standard deviation of air pressure at sea level by months.27612_P_Div = 10,10,10,10,10,10,10,10,10,10,10,10##Normal value of monthlymean temperatures at station level.27612_T = -10.2,-12.5,-3.2,0.5,10.1,15.0,17.2,20.0,9.5,-0.4,-2.0,-5.2#Number of years missing from the records for monthly mean air temperature.27612_T_m = 10,0,0,0,1,2,3,0,0,0,0,0#Normal standard deviation of monthlymean temperatures at station level.27612_T_Div = 3,3,3,3,3,3,3,3,3,3,3,3##Normal value of monthly mean maximal temperature.27612_Tmax = -5.2,-12.5,-3.2,0.5,10.1,15.0,17.2,20.0,9.5,-0.4,-2.0,-5.2#Normal standard deviation of mean maximal temperature.27612_Tmax_Div = 3,3,3,3,3,3,3,3,3,3,3,3#

Page 17: CliRep configuration

Russian Federation CDMS 17

#Normal value of monthly mean maximal temperature.27612_Tmin = -15.2,-12.5,-3.2,0.5,10.1,15.0,17.2,20.0,9.5,-0.4,-2.0,-5.2#Normal standard deviation of monthly mean maximal temperature.27612_Tmin_Div = 3,3,3,3,3,3,3,3,3,3,3,3#Number of years missing from the record for monthly mean extreme air temperatures.27612_Tx_m = 10,0,0,0,1,2,3,0,0,0,0,0##Normal value of mean vapor pressures at station level.27612_EEE = 1.2,48.1,1.2,48.1,1.2,48.1,1.2,48.1,1.2,48.1,1.2,48.1#Normal standard deviation of mean vapor pressures at station level.27612_EEE_Div = 3,3,3,3,3,3,3,3,3,3,3,3#Number of years missing from the records for monthly mean vapour pressures.27612_EEE_m = 11,0,0,0,1,2,3,0,0,0,0,0##Normal value of total precipitation or water equivalent for the month.27612_RRR = 45,50,60,70,80,90,100,150,200,100,70,60#Normal standard deviation of total precipitation or water equivalent for the month.27612_RRR_Div = 20,20,20,20,20,20,20,20,20,20,20,20#Number of years missing from the records for monthly precipitation amount.27612_RRR_m = 22,0,0,0,1,2,3,0,0,0,0,0##Normal number of days of the month with precipitation equal to or greater than 1.0 mm.27612_RDays = 5,6,7,8,9,10,11,12,13,14,15,16##Normal monthly sunshine duration.27612_Sun = 60,90,120,300,400,500,700,700,600,300,100,70#Number of years missing from the records for monthly sunshine duration.27612_Sun_m = 33,0,0,0,1,2,3,0,0,0,0,0

Page 18: CliRep configuration

Russian Federation CDMS 18

27612_QuinR = 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0, \ 4.9;62.5;121.5;213.5;255.5;411.0;99999.0

Page 19: CliRep configuration

Russian Federation CDMS 19

CLIMAT-TEMP report and key-entry configuration

• Configure data source;

• Describe upper air station;

Page 20: CliRep configuration

Russian Federation CDMS 20

The CLIMAT TEMP forming facility needs next upper air parameters:

• StI – WMO station index• Date – date of observation in format “yyyy-MM-dd HH:mm”• LevType – type of level (1 – station level, 10 – standard level)• PPP – pressure on station level• TTT – temperature on station level• DD – dew point on station level• PPP – pressure on standards levels• Hhh – geopotential height on standard levels• TTT – temperature on standards levels• DD – dew point on standards levels• D – wind direction on standards levels• f – wind speed on standards levels

Page 21: CliRep configuration

Russian Federation CDMS 21

StI;Date;LevType;PPP;QPPP;hhh;Qhhh;TTT;QTTT;DD;QDD;d;Qd;f;Qf27612;2003-12-02 00:00;1;1011;1;187;0;-3.3;1;0.7;1;225;1;2;127612;2003-12-02 00:00;10;1000;1;280;0;-3.9;1;1.4;1;225;1;3;127612;2003-12-02 00:00;10;925;1;911;0;7;1;21;1;255;1;5;127612;2003-12-02 00:00;10;850;1;1599;0;4.6;1;29;1;250;1;11;127612;2003-12-02 00:00;10;700;1;3163;0;-1.9;1;32;1;245;1;12;127612;2003-12-02 00:00;10;500;1;5740;0;-20.9;1;19;1;250;1;10;127612;2003-12-02 00:00;10;400;1;7340;0;-33.7;1;13;1;245;1;8;127612;2003-12-02 00:00;10;300;1;9300;0;-48.7;1;13;1;220;1;6;127612;2003-12-02 00:00;10;250;1;10470;0;-57.7;1;10;1;245;1;5;127612;2003-12-02 00:00;10;200;1;11840;0;-66.9;1;9;1;250;1;6;127612;2003-12-02 00:00;10;150;1;13590;0;-62.5;1;10;1;310;1;7;127612;2003-12-02 00:00;10;100;1;16080;0;-64.1;1;10;1;310;1;8;1

Page 22: CliRep configuration

Russian Federation CDMS 22

Quality control flag values:First (head) line must contain abbreviated manes of parameters in the same order as data. Each parameter can contain or not additional quality control flag as char(1). The name of quality control flag must be created as “Q”+parameter_name. For instance parameter RRR – quality control flag QRRR. 0 – value not controlled;1 – valid value;2 – warning;3 – error;4 – double entered.Example for pressure PPP: Fragment of first line: PPP;QPPPFragment of data line: 925;1

Page 23: CliRep configuration

Russian Federation CDMS 23

Upper air data source configuration # Path to data filesPath = obsdata# Temporary names of elements - do not edit this lineBaseElem = StI;Date;LevType;PPP;hhh;TTT;DD;d;f# Station field nameStI = StI# Date field nameDate = Date# Level Type field nameLevType = LevType# Corresponded names of parameters in data setDataElem = StI;Date;LevType;PPP;hhh;TTT;DD;d;f#Data base configurationdbDataElem = StI;Date;LevType;PPP;hhh;TTT;DD;d;fdbName = CLIMATuser = Operpassword = tableName = Air_Observation#Excel configuration# Corresponded names of parameters in databaseexDataElem = StI;Date;LevType;PPP;hhh;TTT;DD;d;f

Page 24: CliRep configuration

Russian Federation CDMS 24

Upper air station description# Station list definition# Start year of menuStartYear = 2000# Station list definitionStIList = 27612,# Quality control flags and additional determinate definitionElLs = StI,Date,LevType, PPP, hhh, TTT, DD, d, fQ = n, n, n, y, y, y, y, y, yD = n, n, n, n, n, n, n, n, n# Global limits for quality controlMax = , , 14,1200,30000, 50, 50, 359,150Min = , , 1, 10, -100, -80, 0, 0, 0# Multipliers of monthly norms for station limits for quality controlErr = , , , , , , , , ,Var = , , , , , , , , ,# Multipliers for key-entry form to do not entry dotsMult = , , 1, 1, 1, 1, 1, 1, 1# Formats of data presentationForm = 00000,Date, #0, #0, #0, #0.0,#0.0, #0, #0

Page 25: CliRep configuration

Russian Federation CDMS 25

Upper air station description#Station description27612_Name = Moscow#Offset from GMT time for the first observation of the meteorological day (must

be 0)27612_Offset = 0#List of observation for station (Format HH:MM).27612_Obs = 00:00# Code of main standard times of the observations used to compute mean values

of CLIMAT TEMP27612_O_Type = 1#27612_S_Type = 0#This line protect editing station index in key-entry form27612_StI =#This line protect editing Date in key-entry form27612_Date =#This line protect editing Level type in key-entry form27612_LevType =

Page 26: CliRep configuration

Russian Federation CDMS 26

How to

– Add station to the system

• To add station to the system for CLIMAT reporting edit file Station.properties or StationT.properties for CLIMAT TEMP reporting.

• Add station index on StIList line.• To define station see sections 4.1.3 and 4.3.3• To add norms see section 4.1.4

– Change head lines of CLIMAT and CLIMAT TEMP reports

• To change head lines of CLIMAT report edit in Climat.properties file properties: line1 = line2 =, line3 =, and last = or in ClimatTemp.properties file for CLIMAT TEMP report.

– Change data source

• To change data source comment and uncomment corresponding lines in DataProcessor.properties file in sections Data source and Saver.

Page 27: CliRep configuration

Russian Federation CDMS 27

Thank you