experiment setup #2582
Closed
cristianastan2
started this conversation in
General
Replies: 2 comments 1 reply
-
v16 doesn't have a
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@cristianastan2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set up an experiment on HERA using
./setup_expt.py gfs forecast-only --app S2SWA --pslot test --idate 2011040100 --edate 2011040100 --resdetatmos 384 --comroot /scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/comroot --expdir /scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/expdir
When running
./setup_xml.py /scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/expdir/test
I get the errors:
Traceback (most recent call last):
File "./setup_xml.py", line 79, in
main()
File "./setup_xml.py", line 73, in main
xml = rocoto_xml_factory.create(f'{net}_{mode}', app_config, rocoto_param_dict)
File "/scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/global-workflow/workflow/wxflow/factory.py", line 71, in create
return self._builders[key](*args, **kwargs)
File "/scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/global-workflow/workflow/rocoto/gfs_forecast_only_xml.py", line 12, in init
super().init(app_config, rocoto_config)
File "/scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/global-workflow/workflow/rocoto/workflow_xml.py", line 26, in init
self.cycledefs = self.get_cycledefs()
File "/scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/global-workflow/workflow/rocoto/gfs_forecast_only_xml.py", line 16, in get_cycledefs
edate = self._base['EDATE']
File "/scratch2/NCEPDEV/marine/Cristiana.Stan/p8_climate_new/global-workflow/workflow/wxflow/attrdict.py", line 82, in missing
if object.getattribute(self, '__frozen'):
AttributeError: 'AttrDict' object has no attribute '__frozen'
I'm using gfs.v16. I'm not sure what I'm missing in my settings.
Thank you,
Cristiana
Beta Was this translation helpful? Give feedback.
All reactions