HARPgroup / HARParchive

This repo houses HARP code development items, resources, and intermediate work products.
1 stars 0 forks source link

Test run UCI files (to get full error info) #147

Open rburghol opened 2 years ago

rburghol commented 2 years ago

THIS WORKS:

basedir="/opt/model/p53/p532c-sova"
mkdir $basedir/tmp/test
testdir="$basedir/tmp/test/p532sova_2021"
mkdir $testdir
cp $basedir/input/scenario/climate/prad/p20211221/prad_A51003.wdm $testdir/
cp $basedir/input/scenario/climate/met/nldas2_20211221/met_A51003.wdm $testdir/
cp "$basedir/tmp/uci/land/for/p532sova_2021/forA51003.uci" $testdir/
cd $testdir
 cp /opt/model/p53/p532c-sova/tmp/scratch/temp433393/forA51003.wdm ./

# now, truncate all the paths in the FILES block
nano forA51003.uci

hspf_ICPRB

 Enter the name of your input file:
forA51071.uci
rburghol commented 2 years ago

Test In Chowan

# No Prad "A" file, only "N" for this landseg 
cp /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_N51800.wdm /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_A51800.wdm
cp /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1121/met_N51800.wdm /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1121/met_A51800.wdm

./run_lug.csh p532sova_2021 MN0_8300_0001

AND THIS WORKS!!!!!!!!
rburghol commented 2 years ago

River now