parent
295880ed35
commit
136fd6354b
13 changed files with 16 additions and 16 deletions
|
@ -21,7 +21,7 @@ awips2_fxa=/awips2/fxa
|
|||
#configuration_provider=com.raytheon.rcm.config.awips1.Awips1ConfigProvider
|
||||
|
||||
# Root directory containing AWIPS 1 configuration files. It should contain
|
||||
# "awips/fxa/data/", "data/fxa/", etc. This can be "/" for the actual root
|
||||
# "awips2/fxa/data/", "data/fxa/", etc. This can be "/" for the actual root
|
||||
# directory.
|
||||
#awips1_root=/
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public class Awips1ConfigProvider implements ConfigurationProvider {
|
|||
resourceRoot = System.getProperty(propBase + ".resourceRoot", "/");
|
||||
fxaHome = getEnv("FXA_HOME");
|
||||
if (fxaHome == null)
|
||||
fxaHome = "/awips/fxa";
|
||||
fxaHome = "/awips2/fxa";
|
||||
fxaLocnRoot = getEnv("FXA_LOCALIZATION_ROOT");
|
||||
if (fxaLocnRoot == null)
|
||||
fxaLocnRoot = fxaHome + "/data/localizationDataSets";
|
||||
|
|
|
@ -91,7 +91,7 @@ public class Importer {
|
|||
String fxaLocalSite = System.getenv("FXA_LOCAL_SITE");
|
||||
if (fxaLocalSite == null) {
|
||||
File f = new File(awips1Root
|
||||
+ "/awips/fxa/data/localizationDataSets");
|
||||
+ "/awips2/fxa/data/localizationDataSets");
|
||||
File[] lcns = f.listFiles();
|
||||
if (lcns != null) {
|
||||
for (File lcn : lcns) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# Usage: VBconversion.sh > outputfile
|
||||
# Expected Inputs: browserFieldMenu.txt and testGridKeyServer_v.txt
|
||||
# (testGridKeyServer_v.txt contains the A1 output of
|
||||
# /awips/fxa/bin/testGridKeyServer v)
|
||||
# /awips2/fxa/bin/testGridKeyServer v)
|
||||
#
|
||||
# KNOWN ISSUES:
|
||||
# 1) This script is inefficient...it may take a minute to finish.
|
||||
|
|
|
@ -47,7 +47,7 @@ while test "$#" -gt 0; do
|
|||
done
|
||||
|
||||
# Set FSI environment if needed
|
||||
if test -z "$FXA_HOME"; then export FXA_HOME=/awips/fxa ; fi
|
||||
if test -z "$FXA_HOME"; then export FXA_HOME=/awips2/fxa ; fi
|
||||
|
||||
if test -z "$WDSS2"; then export WDSS2=${FXA_HOME}/fsi ; fi
|
||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WDSS2}/lib
|
||||
|
|
|
@ -255,7 +255,7 @@ IFR = 'ifr'
|
|||
MVFR = 'mvfr'
|
||||
VFR = 'vfr'
|
||||
|
||||
_TextDB = os.environ.get('FXA_HOME','/awips/fxa') + '/bin/textdb'
|
||||
_TextDB = os.environ.get('FXA_HOME','/awips2/fxa') + '/bin/textdb'
|
||||
TAFWorkPIL = os.environ.get('DEFAULT_CCC','XXX') +'WRKTAF'
|
||||
|
||||
PLUGIN_NAME = 'com.raytheon.viz.aviation'
|
||||
|
|
|
@ -678,7 +678,7 @@ class Procedure (SmartScript.SmartScript):
|
|||
|
||||
# if your path does not include FXA_HOME/bin,
|
||||
# this line may work instead of the above line.
|
||||
# cmd = "/awips/fxa/bin/textdb -r " + productID
|
||||
# cmd = "/awips2/fxa/bin/textdb -r " + productID
|
||||
|
||||
(stdout, stdin, stderr) = popen2.popen3(cmd)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<launcher title="LDAD Scheduler" >
|
||||
<application runDir="/awips/fxa/bin"
|
||||
path="/awips/fxa/bin"
|
||||
<application runDir="/awips2/fxa/bin"
|
||||
path="/awips2/fxa/bin"
|
||||
name="ldadScheduler" />
|
||||
</launcher>
|
|
@ -1880,7 +1880,7 @@ hdb_map_projection : FLAT # The initial map projection used by HDB.
|
|||
# ====================== DHM Token =======================
|
||||
dhm_data_dir : $(ofs_files)/$(ofs_level)/dhmdata # DHM data dir
|
||||
dhm_d2d_data_dir : /data/fxa/Grid/LOCAL/netCDF/DHM # d2d data dir
|
||||
dhm_d2d_notify_bin_dir : /awips/fxa/bin # d2d notify bin dir
|
||||
dhm_d2d_notify_bin_dir : /awips2/fxa/bin # d2d notify bin dir
|
||||
rdhm_input_dir : $(geo_data)
|
||||
dhm_rain_plus_melt_data_dir: $(geo_data)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ export PROJECT=/awips/ops
|
|||
export CO_MQR_SERVER_HOST=mhs
|
||||
export SHLIB_PATH=/awips/ops/sharedlib
|
||||
|
||||
FXA_HOME=/awips/fxa
|
||||
FXA_HOME=/awips2/fxa
|
||||
export FXA_HOME
|
||||
|
||||
FXA_DATA=/data/fxa
|
||||
|
|
|
@ -128,10 +128,10 @@
|
|||
# supposed to stop. Instead it kept trying. vtm #
|
||||
# 06/19/08: Changed the directory on AWIPS where the netcdf file is created. #
|
||||
# Now using a drive local to machine for performance reasons. #
|
||||
# New directory is now /awips/fxa/netcdf. This directory will be #
|
||||
# New directory is now /awips2/fxa/netcdf. This directory will be #
|
||||
# created by the script if it doesn't exist. vtm #
|
||||
# 06/19/08: Changed script to remove AWIPS netcdf and log files sooner. vtm #
|
||||
# 07/10/08: Made the /awips/fxa/netcdf configurable for by DX and LX machines.#
|
||||
# 07/10/08: Made the /awips2/fxa/netcdf configurable for by DX and LX machines.#
|
||||
# vtm #
|
||||
# 07/11/08: Pointed most all of script feedback to a log file that can be #
|
||||
# found in the /awips/GFESuite/primary/data/logfiles/yyyymmdd/ #
|
||||
|
|
|
@ -21,7 +21,7 @@ awips2_fxa=/awips2/fxa
|
|||
#configuration_provider=com.raytheon.rcm.config.awips1.Awips1ConfigProvider
|
||||
|
||||
# Root directory containing AWIPS 1 configuration files. It should contain
|
||||
# "awips/fxa/data/", "data/fxa/", etc. This can be "/" for the actual root
|
||||
# "awips2/fxa/data/", "data/fxa/", etc. This can be "/" for the actual root
|
||||
# directory.
|
||||
#awips1_root=/
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ done
|
|||
CAVE_DIR=/awips2/cave
|
||||
$CAVE_DIR/cave.sh -component textws &
|
||||
|
||||
FXA_HOME=/awips/fxa
|
||||
. /awips/fxa/readenv.sh
|
||||
FXA_HOME=/awips2/fxa
|
||||
. /awips2/fxa/readenv.sh
|
||||
#If WFO, launch legacy A1 hmMonitor
|
||||
if [ "$SITE_TYPE" = "wfo" ]; then
|
||||
$FXA_HOME/bin/hmMonitor.tcl --forTextWS &
|
||||
|
|
Loading…
Add table
Reference in a new issue