Change-Id: I1a37fafbb9c2846749a33dd85772f53ccfb514df Former-commit-id:2c388bd379
[formerly 7d9cf7bfb3f513314608b6269f437061fc36d090] Former-commit-id:af00fd8a98
This commit is contained in:
parent
4bdfe38866
commit
dd4a60d370
5 changed files with 48 additions and 40 deletions
|
@ -4,13 +4,15 @@
|
|||
# support, and with no warranty, express or implied, as to its usefulness for
|
||||
# any purpose.
|
||||
#
|
||||
# MFLFloodingRainThreat
|
||||
# XXXFloodingRainThreat
|
||||
#
|
||||
# Author: M. Volkmer/P. Santos
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -47,19 +49,19 @@ FloodingRainThreat_defaultColorTable='GFE/gHLS_new'
|
|||
# FloodThreat_minColorTableValue = 0.0
|
||||
ImageLegend_color = 'black'
|
||||
bgColor = 'white'
|
||||
Counties_MFL_graphicColor = 'black'
|
||||
Zones_MFL_graphicColor = 'black'
|
||||
Marine_Zones_MFL_graphicColor = 'black'
|
||||
Counties_XXX_graphicColor = 'black'
|
||||
Zones_XXX_graphicColor = 'black'
|
||||
Marine_Zones_XXX_graphicColor = 'black'
|
||||
Interstates_graphicColor = 'blue'
|
||||
States_graphicColor = 'gray'
|
||||
Lakes_graphicColor = 'blue'
|
||||
|
||||
# MAP BACKGROUNDS
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_MFL','Interstates']
|
||||
MapBackgrounds_default = ['Zones_MFL','Marine_Zones_MFL','Interstates','States','Lakes']
|
||||
MFL_mask = "MFL_NO_LAKE"
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_XXX','Interstates']
|
||||
MapBackgrounds_default = ['Zones_XXX','Marine_Zones_XXX','Interstates','States','Lakes']
|
||||
XXX_mask = "XXX"
|
||||
|
||||
DefaultSamples = ['MFLFloodingRainThreat']
|
||||
DefaultSamples = ['XXXFloodingRainThreat']
|
||||
# Customize FONT SIZES here.
|
||||
#TextFont0 = "Bitstream Vera Sans Mono-bold-10"
|
||||
#TextFont1 = "Bitstream Vera Sans Mono-bold-10"
|
||||
|
@ -72,7 +74,7 @@ SELegend_font = 2
|
|||
SEColorBar_fgTextColor = "black"
|
||||
|
||||
#CONFIGURATION FILE SETTINGS
|
||||
Png_filenamePrefix = 'MFLFloodingRainThreat'
|
||||
Png_filenamePrefix = 'XXXFloodingRainThreat'
|
||||
Png_baseTimeFormat = ''
|
||||
|
||||
#LEGENDS
|
|
@ -3,13 +3,15 @@
|
|||
# support, and with no warranty, express or implied, as to its usefulness for
|
||||
# any purpose.
|
||||
#
|
||||
# MFLStormSurgeThreat
|
||||
# XXXStormSurgeThreat
|
||||
#
|
||||
# Author: M. Volkmer/P. Santos
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
from gfeConfig import *
|
||||
#HideConfigFile = 1
|
||||
|
||||
HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -42,20 +44,20 @@ StormSurgeThreat_defaultColorTable='GFE/gHLS_new'
|
|||
ImageLegend_color = 'black'
|
||||
bgColor = 'white'
|
||||
# Counties_graphicColor = 'grey'
|
||||
Counties_MFL_graphicColor = 'black'
|
||||
Zones_MFL_graphicColor = 'black'
|
||||
Marine_Zones_MFL_graphicColor = 'black'
|
||||
Counties_XXX_graphicColor = 'black'
|
||||
Zones_XXX_graphicColor = 'black'
|
||||
Marine_Zones_XXX_graphicColor = 'black'
|
||||
Interstates_graphicColor = 'blue'
|
||||
States_graphicColor = 'gray'
|
||||
Lakes_graphicColor = 'blue'
|
||||
|
||||
|
||||
# MAP BACKGROUNDS
|
||||
# MapBackgrounds_default = ['Counties','Marine_Zones_MFL','Interstates']
|
||||
MapBackgrounds_default = ['Zones_MFL','Marine_Zones_MFL','Interstates','States','Lakes']
|
||||
MFL_mask = "StormSurgeWW_EditArea"
|
||||
# MapBackgrounds_default = ['Counties','Marine_Zones_XXX','Interstates']
|
||||
MapBackgrounds_default = ['Zones_XXX','Marine_Zones_XXX','Interstates','States','Lakes']
|
||||
XXX_mask = "StormSurgeWW_EditArea"
|
||||
|
||||
DefaultSamples = ['MFLStormSurgeThreat']
|
||||
DefaultSamples = ['XXXStormSurgeThreat']
|
||||
# Customize FONT SIZES here
|
||||
#TextFont0 = "Bitstream Vera Sans Mono-bold-10"
|
||||
#TextFont1 = "Bitstream Vera Sans Mono-bold-10"
|
||||
|
@ -68,7 +70,7 @@ SELegend_font = 2
|
|||
SEColorBar_fgTextColor = "black"
|
||||
|
||||
#CONFIGURATION FILE SETTINGS
|
||||
Png_filenamePrefix = 'MFLStormSurgeThreat'
|
||||
Png_filenamePrefix = 'XXXStormSurgeThreat'
|
||||
Png_baseTimeFormat = ''
|
||||
|
||||
#LEGENDS
|
|
@ -4,13 +4,15 @@
|
|||
# support, and with no warranty, express or implied, as to its usefulness for
|
||||
# any purpose.
|
||||
#
|
||||
# gHLSMFLTornadoThreat
|
||||
# XXXTornadoThreat
|
||||
#
|
||||
# Author: M. Volkmer/P. Santos
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -37,23 +39,23 @@ Png_omitColorBar = 0
|
|||
|
||||
# COLOR TABLES
|
||||
TornadoThreat_defaultColorTable='GFE/gHLS_new'
|
||||
#MFLTornadoThreat_maxColorTableValue = 6.0
|
||||
#MFLTornadoThreat_minColorTableValue = 0.0
|
||||
#XXXTornadoThreat_maxColorTableValue = 6.0
|
||||
#XXXTornadoThreat_minColorTableValue = 0.0
|
||||
ImageLegend_color = 'black'
|
||||
bgColor = 'white'
|
||||
Counties_MFL_graphicColor = 'black'
|
||||
Zones_MFL_graphicColor = 'black'
|
||||
Marine_Zones_MFL_graphicColor = 'black'
|
||||
Counties_XXX_graphicColor = 'black'
|
||||
Zones_XXX_graphicColor = 'black'
|
||||
Marine_Zones_XXX_graphicColor = 'black'
|
||||
Interstates_graphicColor = 'blue'
|
||||
States_graphicColor = 'gray'
|
||||
Lakes_graphicColor = 'blue'
|
||||
|
||||
# MAP BACKGROUNDS
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_MFL','Interstates']
|
||||
MapBackgrounds_default = ['Zones_MFL','Marine_Zones_MFL','Interstates','States','Lakes']
|
||||
MFL_mask = "MFL_CWA"
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_XXX','Interstates']
|
||||
MapBackgrounds_default = ['Zones_XXX','Marine_Zones_XXX','Interstates','States','Lakes']
|
||||
XXX_mask = "XXX_CWA"
|
||||
|
||||
DefaultSamples = ['MFLTornadoThreat']
|
||||
DefaultSamples = ['XXXTornadoThreat']
|
||||
# Customize FONT SIZES here
|
||||
#TextFont0 = "Bitstream Vera Sans Mono-bold-10"
|
||||
#TextFont1 = "Bitstream Vera Sans Mono-bold-10"
|
||||
|
@ -66,7 +68,7 @@ SELegend_font = 2
|
|||
SEColorBar_fgTextColor = "black"
|
||||
|
||||
#CONFIGURATION FILE SETTINGS
|
||||
Png_filenamePrefix = 'MFLTornadoThreat'
|
||||
Png_filenamePrefix = 'XXXTornadoThreat'
|
||||
Png_baseTimeFormat = ''
|
||||
|
||||
#LEGENDS
|
|
@ -4,13 +4,15 @@
|
|||
# support, and with no warranty, express or implied, as to its usefulness for
|
||||
# any purpose.
|
||||
#
|
||||
# MFLWindThreat
|
||||
# XXXWindThreat
|
||||
#
|
||||
# Author: M. Volkmer/P. Santos
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -47,19 +49,19 @@ WindThreat_defaultColorTable='GFE/gHLS_new'
|
|||
# FloodThreat_minColorTableValue = 0.0
|
||||
ImageLegend_color = 'black'
|
||||
bgColor = 'white'
|
||||
Counties_MFL_graphicColor = 'black'
|
||||
Zones_MFL_graphicColor = 'black'
|
||||
Marine_Zones_MFL_graphicColor = 'black'
|
||||
Counties_XXX_graphicColor = 'black'
|
||||
Zones_XXX_graphicColor = 'black'
|
||||
Marine_Zones_XXX_graphicColor = 'black'
|
||||
Interstates_graphicColor = 'blue'
|
||||
States_graphicColor = 'gray'
|
||||
Lakes_graphicColor = 'blue'
|
||||
|
||||
# MAP BACKGROUNDS
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_MFL','Interstates']
|
||||
MapBackgrounds_default = ['Zones_MFL','Marine_Zones_MFL','Interstates','States','Lakes']
|
||||
MFL_mask = "MFL"
|
||||
#MapBackgrounds_default = ['Counties','Marine_Zones_XXX','Interstates']
|
||||
MapBackgrounds_default = ['Zones_XXX','Marine_Zones_XXX','Interstates','States','Lakes']
|
||||
XXX_mask = "XXX"
|
||||
|
||||
DefaultSamples = ['MFLWindThreat']
|
||||
DefaultSamples = ['XXXWindThreat']
|
||||
# Customize FONT SIZES here
|
||||
#TextFont0 = "Bitstream Vera Sans Mono-bold-10"
|
||||
#TextFont1 = "Bitstream Vera Sans Mono-bold-10"
|
||||
|
@ -73,7 +75,7 @@ SEColorBar_fgTextColor = "black"
|
|||
|
||||
|
||||
#CONFIGURATION FILE SETTINGS
|
||||
Png_filenamePrefix = 'MFLWindThreat'
|
||||
Png_filenamePrefix = 'XXXWindThreat'
|
||||
Png_baseTimeFormat = ''
|
||||
|
||||
#LEGENDS
|
|
@ -112,7 +112,7 @@ for PARM in $PARMS
|
|||
do
|
||||
# NOTE: cannot run ifpIMAGE on dx3/dx4 - must ssh to a px
|
||||
echo "Creating ${PARM} image..." >> $LOG_FILE
|
||||
ssh px1 "unset DISPLAY; ${GFEBINdir}/ifpIMAGE -site ${SITE} -c ${SITE}${PARM} -o ${PRODUCTdir}"
|
||||
ssh px1 "unset DISPLAY; ${GFEBINdir}/ifpIMAGE -site ${SITE} -c ${PARM} -o ${PRODUCTdir}"
|
||||
convert ${PRODUCTdir}/${SITE}${PARM}.png -resize 104x148 ${PRODUCTdir}/${SITE}${PARM}_sm.png
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue