Skip to content

Commit

Permalink
small modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bigasmountain committed Jan 25, 2023
1 parent 972d94b commit 719043d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions etc/reservoir_operation/dam_params/s01-calc_damloc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ echo "============================"
echo ""
echo "##### Part 1: allocate GRanD on CaMa map"

# ./t01-calc_damloc.sh $TAG $MINUPAREA
./t01-calc_damloc.sh $TAG $MINUPAREA

# output dam allocation file : $TAG/damloc_modified.csv

##==========================
echo ""
echo "##### Part 2: add dam paramerters"

# ./t02-calc_damparam.sh $TAG $MINUPAREA $SYEAR $EYEAR $DT
./t02-calc_damparam.sh $TAG $MINUPAREA $SYEAR $EYEAR $DT

##==========================
echo ""
echo "##### Part 3: merge dam location and parameter files"

echo "@@@ ./src/complete_damcsv.py"
#python ./src/complete_damcsv.py $TAG $MINUPAREA
python ./src/complete_damcsv.py $TAG $MINUPAREA

# output $TAG/dam_params_comp.csv

Expand Down
4 changes: 2 additions & 2 deletions etc/reservoir_operation/run_dam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#*** 0a. Set CaMa-Flood base directory
PWDD=`pwd`
BASE=`pwd`/../..
#PWDD="/home/yamadai/work/CaMa_v401/cmf_v401_pkg/etc/reservoir_operation"
#BASE="/home/yamadai/work/CaMa_v401/cmf_v401_pkg" # setting for PBS in cluster
#PWDD="/home/yamadai/work/CaMa_v401/cmf_v410_pkg/etc/reservoir_operation"
#BASE="/home/yamadai/work/CaMa_v401/cmf_v410_pkg" # setting for PBS in cluster

echo $BASE

Expand Down
4 changes: 2 additions & 2 deletions etc/reservoir_operation/run_nat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#*** 0a. Set CaMa-Flood base directory
PWDD=`pwd`
BASE=`pwd`/../..
#PWDD="/home/yamadai/work/CaMa_v402/cmf_v402_pkg/etc/reservoir_operation"
#BASE="/home/yamadai/work/CaMa_v402/cmf_v402_pkg" # setting for PBS in cluster
#PWDD="/home/yamadai/work/CaMa_v402/cmf_v410_pkg/etc/reservoir_operation"
#BASE="/home/yamadai/work/CaMa_v402/cmf_v410_pkg" # setting for PBS in cluster

echo $BASE

Expand Down

0 comments on commit 719043d

Please sign in to comment.