Replies: 1 comment 4 replies
-
@wzzheng90 Are you using a recent hash of global-workflow |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to set up a test for C192 on WCOSS2 but got a problem for "./setup_xml.py":
./setup_expt.py gfs forecast-only --app ATM --pslot hr3C192_2019090100_SFS --idate 2019090100 --edate 2019090100 --resdetatmos 192 --gfs_cyc 1 --comroot /lfs/h2/emc/stmp/weizhong.zheng/HR3_SFS_C192/COMROOT --expdir /lfs/h2/emc/stmp/weizhong.zheng/HR3_SFS_C192/EXPDIR
When running
./setup_xml.py /lfs/h2/emc/stmp/weizhong.zheng/HR3_SFS_C192/EXPDIR/hr3C192_2019090100_SFS
The error message shows as follows:
Finalizing initialize
sourcing config.stage_ic
Traceback (most recent call last):
File "./setup_xml.py", line 79, in
main()
File "./setup_xml.py", line 70, in main
app_config = app_config_factory.create(f'{net}_{mode}', cfg)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/wxflow/factory.py", line 72, in create
return self._builders[key](*args, **kwargs)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/applications/applications.py", line 22, in call
obj._init_finalize(*args, **kwargs)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/applications/applications.py", line 87, in _init_finalize
self.configs = self._source_configs(conf)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/applications/applications.py", line 154, in _source_configs
configs[config] = conf.parse_config(files)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/wxflow/configuration.py", line 82, in parse_config
return cast_strdict_as_dtypedict(self._get_script_env(files))
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/wxflow/configuration.py", line 98, in _get_script_env
and_script_env = cls._get_shell_env(scripts)
File "/lfs/h2/emc/physics/noscrub/Weizhong.Zheng/git_SFS/HR3/global-workflow/workflow/wxflow/configuration.py", line 118, in _get_shell_env
'at least one script failed: ' + repr(out))
wxflow.configuration.ShellScriptException: Cannot find magic string; at least one script failed: 'BEGIN: config.base\nBEGIN: config.com\nEND: config.base\nBEGIN: config.stage_ic\nBEGIN: config.resources\nEND: config.resources\nFATAL ERROR Unrecognized resolution: C192\n': error processing/lfs/h2/emc/stmp/weizhong.zheng/HR3_SFS_C192/EXPDIR/hr3C192_2019090100_SFS/config.base /lfs/h2/emc/stmp/weizhong.zheng/HR3_SFS_C192/EXPDIR/hr3C192_2019090100_SFS/config.stage_ic
=========
However, I do not have this kind of problem for other resolution like C768, C482, or C96.
Could you please help me to resolve this issue?
Thanks,
Weizhong
Beta Was this translation helpful? Give feedback.
All reactions