FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 823a44e5 authored by L. Bower's avatar L. Bower
Browse files

adding analysis configs

parent 05ec687d
No related branches found
No related tags found
Loading
{
"ServerPathTemplate": "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/",
"InputFileTemplate" : "WR_NAME_Ethiopia_${StartString}_an",
"DataFileTemplate" : "deposition_srcs_allregions_${StartString}.nc",
"TimeExpectedAvailable" : "1500",
"ProcessPreJob" : "process_pre_job_server_download",
"ProcessInJob" : "process_in_job_dep",
"ProcessEWSPlotting" : "process_EWS_plotting_dep",
"EWS-Plotting" : {
"SysConfig": "${ConfigsPath}/coordinator/sys_config_EastAfrica.json",
"NameExtractionConfig": "${ConfigsPath}/plotting///name_extraction/NAME_EXTRACTION_CONFIG.json",
"RunConfig": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO.json",
"RunConfigNorm": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO_NORMALIZED.json",
"EastAfrica" : {
"ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
"Normalize" : "False"
},
"Ethiopia" : {
"ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_ETHIOPIA_PINE.json",
"Normalize" : "False"
},
"Kenya" : {
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
"Normalize": "False"
},
"Zambia": {
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
"Normalize": "False"
},
"Tanzania": {
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_TANZANIA_EPI.json",
"Normalize": "False"
}
}
}
......@@ -20,15 +20,15 @@
"Normalize": "False"
},
"Kenya": {
"ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_KENYA_PINE.json",
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
"Normalize": "False"
},
"Zambia": {
"ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_ZAMBIA_PINE.json",
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
"Normalize": "False"
},
"Tanzania": {
"ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_TANZANIA_EPI.json",
"ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_TANZANIA_EPI.json",
"Normalize": "False"
}
}
......
{
"ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/",
"InputFileTemplate" : "WR_EnvSuit_Met_Ethiopia_${StartString}_fc",
"TimeExpectedAvailable" : "0800",
"ProcessPreJob" : "process_pre_job_server_download",
"ProcessInJob" : "process_in_job_env2_0",
"ProcessEWSPlotting" : "process_EWS_plotting_env2_0",
"CONFIGS_PATH": "${ConfigsPath}",
"ASSETS_PATH": "${AssetsPath}",
"WORK_PATH" : "${WorkspacePath}",
"INPUT_PATH" : "${WorkspacePath}",
"OUTPUT_PATH" : "${WorkspacePath}",
"SYS_CONFIG" : "${ConfigsPath}/met_extractor/SYS_CONFIG_PINE.json",
"FIELD_NAME_CONSTANTS" : "${ConfigsPath}/met_extractor/FIELD_NAME_CONSTANTS.csv",
"RUN_TYPE" : "operational",
"EXTRACTION_DAYS": 7,
"FORECAST_DAYS": 6,
"STRAINS": ["LeafRust","StemRust","StripeRust","LeafRust_TempOnly","StemRust_TempOnly","StripeRust_TempOnly"],
"PARAMS": {
"LeafRust": {
"suitability_modules": ["semibool_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2,15,20,30],
"precipitation": 0,
"relative_humidity": 90
}
},
"StemRust": {
"suitability_modules": ["semibool_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2,15,24,30],
"precipitation": 0,
"relative_humidity": 90
}
},
"StripeRust": {
"suitability_modules": ["v1_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2.37,19.8],
"precipitation": 0,
"relative_humidity": 90
}
},
"LeafRust_TempOnly": {
"suitability_modules": ["semibool_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2,15,20,30],
"precipitation": -1,
"relative_humidity": 90
}
},
"StemRust_TempOnly": {
"suitability_modules": ["semibool_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2,15,24,30],
"precipitation": -1,
"relative_humidity": 90
}
},
"StripeRust_TempOnly": {
"suitability_modules": ["v1_dewperiod"],
"past_steps": 0,
"future_steps": 7,
"thresholds": {
"temperature": [2.37,19.8],
"precipitation": -1,
"relative_humidity": 90
}
}
},
"EWS-Plotting" : {
"SysConfig" : "${ConfigsPath}/coordinator/sys_config_EastAfrica.json",
"RunConfig" : "${ConfigsPath}/plotting/env_suit/RUN_CONFIG_ENV.json",
"EastAfrica" : {
"ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
"FilterForCountry" : "False"
},
"Ethiopia" : {
"ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_ETHIOPIA_PINE.json",
"FilterForCountry" : "True"
},
"Kenya" : {
"ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
"FilterForCountry" : "True"
},
"Zambia" : {
"ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
"FilterForCountry" : "True"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment