Skip to content

Commit

Permalink
first try # 127
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed May 8, 2023
1 parent 0bc418d commit 115506e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/soca/gw/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e
project_binary_dir=$1
project_source_dir=$2

# Get low res static files from the soca sandbox
${project_source_dir}/test/soca/gw/static.sh $project_binary_dir $project_source_dir

# Stage history and restart files following the "COM" structure

COM=${project_binary_dir}/test/soca/gw/COM/gdas.20180415
Expand Down Expand Up @@ -35,6 +38,3 @@ for day in $(seq 1 2 9); do
cp ${project_source_dir}/soca/test/Data/72x35x25/ice.bkgerror.nc \
${project_binary_dir}/soca_static/bkgerr/stddev/ice.ensstddev.fc.2019-04-0${day}T00:00:00Z.PT0S.nc
done

# Get low res static files from the soca sandbox
${project_source_dir}/test/soca/gw/static.sh $project_binary_dir $project_source_dir

0 comments on commit 115506e

Please sign in to comment.