Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed May 16, 2024
1 parent 8cf8e14 commit e0dfc43
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/gw-ci/create_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
expyaml="$1"
export pslot="$2"
export HOMEgfs="$3"
export RUNTESTS="$4"
export RUNTESTS="$4"/${pslot}
export ICSDIR_ROOT=/scratch1/NCEPDEV/global/glopara/data/ICSDIR
export SLURM_ACCOUNT="da-cpu"

echo "pslot: ${pslot}"
echo "HOMEgfs: ${HOMEgfs}"
echo "expyaml: ${expyaml}"
exit 0

# Source the gw environement
source ${HOMEgfs}/workflow/gw_setup.sh
${HOMEgfs}/workflow/gw_setup.sh

# Create the experiment
${HOMEgfs}/workflow/create_experiment.py --yaml "${expyaml}"
#rm -r ${RUNTESTS}
${HOMEgfs}/workflow/create_experiment.py --yaml ${expyaml}

0 comments on commit e0dfc43

Please sign in to comment.