setup_xml error #2955
-
I've seen this error a few times now. The example below is from Hercules, with a version I recently updated to develop (commit ec63492)
The command to generate the experiments was: and my currently loaded modules are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@benjamin-cash cd /work2/noaa/stmp/rmahajan/gwWork/debug
source workflow/gw_setup.sh
export HPC_ACCOUNT="da-cpu"
RUNTESTS="/work2/noaa/stmp/rmahajan/scratch/RUNTESTS"
yaml="/work2/noaa/nems/cash/workflow_test/RUN/SFS_options.yaml"
yaml="/work2/noaa/stmp/rmahajan/gwWork/debug/ci/cases/yamls/gefs_ci_defaults.yaml"
./workflow/setup_expt.py gefs forecast-only --idate 1994050100 --edate 1994050100 --pslot SFS --app S2S --resdetatmos 96 --resensatmos 96 --resdetocean 1 --start cold --gfs_cyc 1 --nens 10 --comroot "$RUNTESTS/COMROOT" --expdir "$RUNTESTS/EXPDIR" --yaml $yaml
./workflow/setup_xml.py $RUNTESTS/EXPDIR/SFS Executing the above yields:
with an |
Beta Was this translation helpful? Give feedback.
-
Hi @aerorahul - Thanks for the test! I used your yaml file and it ran without issue, but threw the same error when I switched back. I think I have changed the permissions chain so that you can see the file now. |
Beta Was this translation helpful? Give feedback.
@benjamin-cash
There are unresolved templates in the yaml you had provided.
The best way to provide a yaml, is to include the defaults and then over-ride with user specific options.
Here is an edit of your yaml that works: