FAQ | This is a LIVE service | Changelog

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

more SouthAsia config work

parent befb41b0
No related branches found
No related tags found
No related merge requests found
{ {
"ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/", "ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/",
"InputFileTemplate" : "WR_EnvSuit_Met_Ethiopia_${StartString}_fc", "InputFileTemplate" : "WR_EnvSuit_Met_Ethiopia_${StartString}_an",
"TimeExpectedAvailable" : "0800",
"ProcessPreJob" : "process_pre_job_server_download", "ProcessPreJob" : "process_pre_job_server_download",
"ProcessInJob" : "process_in_job_env2_0", "ProcessInJob" : "process_in_job_env2_0",
"ProcessEWSPlotting" : "process_EWS_plotting_env2_0", "ProcessEWSPlotting" : "process_EWS_plotting_env2_0",
......
{ {
"ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/SouthAsia/fromMO/daily_name/", "ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/SouthAsia/fromMO/daily_name/",
"InputFileTemplate" : "WR_EnvSuit_Met_SouthAsia_${StartString}_an", "InputFileTemplate" : "WR_EnvSuit_Met_SouthAsia_${StartString}_an",
"TimeExpectedAvailable" : "1400",
"ProcessPreJob" : "process_pre_job_server_download", "ProcessPreJob" : "process_pre_job_server_download",
"ProcessInJob" : "process_in_job_env2_0", "ProcessInJob" : "process_in_job_env2_0",
"ProcessEWSPlotting" : "process_EWS_plotting_env2_0", "ProcessEWSPlotting" : "process_EWS_plotting_env2_0",
"RESOURCES_PATH": "/storage/app/EWS_prod/regions/SouthAsia/resources/met_extractor/", "CONFIGS_PATH": "${ConfigsPath}",
"WORK_PATH" : "/storage/app/EWS_prod/regions/SouthAsia/workspace_analysis/", "ASSETS_PATH": "${AssetsPath}",
"INPUT_PATH" : "/storage/app/EWS_prod/regions/SouthAsia/workspace_analysis/", "WORK_PATH" : "${WorkspacePath}",
"OUTPUT_PATH" : "/storage/app/EWS_prod/regions/SouthAsia/workspace_analysis/", "INPUT_PATH" : "${WorkspacePath}",
"SYS_CONFIG" : "/storage/app/EWS_prod/regions/SouthAsia/resources/met_extractor/configs/SYS_CONFIG_PINE.json", "OUTPUT_PATH" : "${WorkspacePath}",
"FIELD_NAME_CONSTANTS" : "/storage/app/EWS_prod/regions/SouthAsia/resources/met_extractor/configs/FIELD_NAME_CONSTANTS.csv", "SYS_CONFIG" : "${ConfigsPath}/met_extractor/SYS_CONFIG_PINE.json",
"FIELD_NAME_CONSTANTS" : "${ConfigsPath}/met_extractor/FIELD_NAME_CONSTANTS.csv",
"RUN_TYPE" : "operational", "RUN_TYPE" : "operational",
"EXTRACTION_DAYS": 7, "EXTRACTION_DAYS": 7,
"FORECAST_DAYS": 6, "FORECAST_DAYS": 6,
...@@ -78,26 +78,26 @@ ...@@ -78,26 +78,26 @@
} }
}, },
"EWS-Plotting" : { "EWS-Plotting" : {
"SysConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/sys/SYS_CONFIG_PINE.json", "SysConfig" : "${ConfigsPath}/coordinator/an/sys_config_EastAfrica_an_live.json",
"RunConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/env_suit/RUN_CONFIG_ENV.json", "RunConfig" : "${ConfigsPath}/plotting/env_suit/RUN_CONFIG_ENV.json",
"SouthAsia" : { "SouthAsia" : {
"ChartConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/chart/CHART_CONFIG_ASIA_PINE.json", "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_ASIA_PINE.json",
"FilterForCountry" : "False" "FilterForCountry" : "False"
}, },
"Bangladesh" : { "Bangladesh" : {
"ChartConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/chart/CHART_CONFIG_BANGLADESH_PINE.json", "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_BANGLADESH_PINE.json",
"FilterForCountry" : "True" "FilterForCountry" : "True"
}, },
"Nepal" : { "Nepal" : {
"ChartConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/chart/CHART_CONFIG_NEPAL_PINE.json", "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_NEPAL_PINE.json",
"FilterForCountry" : "True" "FilterForCountry" : "True"
}, },
"Pakistan" : { "Pakistan" : {
"ChartConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/chart/CHART_CONFIG_PAKISTAN_PINE.json", "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_PAKISTAN_PINE.json",
"FilterForCountry" : "False" "FilterForCountry" : "False"
}, },
"Bhutan" : { "Bhutan" : {
"ChartConfig" : "/storage/app/EWS_prod/regions/SouthAsia/resources/plotting/configs/chart/CHART_CONFIG_BHUTAN_PINE.json", "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_BHUTAN_PINE.json",
"FilterForCountry" : "True" "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