#!/usr/bin/perl ########################################################################################################################## #Set all path names, input, and output files for Modis/Npoess lc # classification. # # Usage in calling script: # do 'paths.pl'; # # Variables are set in main (the calling) package or # in global hash (ie,%ENV) # # Although this is a seperate file, this is part of the # source code. Removing a semi-colon, ect will cause an # error. # # Sets all input, output and other paths as system # variables through the %ENV hash # # Developers: Xiaoyang Zhang # ERT at NOAA/NESDIS/STAR # xiaoyang.zhang@noaa.gov # Modified: Oct. 28, 2015 Y.Zhu (Maximus) # CCR 02696 migrated from gp75 to geo system # ########################################################################## #$BASE="/home/oper"; $BASE="/home/Pbbep"; $ENV{STOUT} = "$BASE/BBEP2"; print "$ENV{STOUT} \n"; $ENV{WORK}= "$BASE/BBEP2"; $ENV{OUTPUT} = "$BASE/BBEP2/OUTPUT"; $ENV{HMS}='satepsanon.nesdis.noaa.gov'; $ENV{HMS_DIR}='/FIRE/HMS'; #$ENV{ABBA_HOST}='140.90.213.161'; #$ENV{ABBA_DIR}='/FIRE/forPo'; $ENV{ABBA_SFS_DIR}='/gpfs1/ops/prod/shared/abba'; $ENV{INDATA}="/data/Pbbep/BBEP2/data/"; #static inputs ##$ENV{STINPUT} = '/net/www/aftp/pub/smcd/xzhang/TEMP/BBEP_W/INPUT'; $ENV{STINPUT} = "$BASE/BBEP2/INPUT"; #$ENV{VCI_HOST}='www.orbit.nesdis.noaa.gov'; #$ENV{VCI_DIR}='/pub/corp/scsb/wguo/data/gvix/gvix_weekly_vh/GVIx_VH_G04/VCI'; $ENV{VCI_DIR}="$BASE/BBEP2/VCI_DA"; $ENV{FEM} = "$BASE/BBEP2"; $ENV{SOURCE}="$BASE/BBEP2"; $outfiles{batchlog} = "$ENV{STOUT}/log";