members_dict = namelist_config[listname]['members']KeyError in namelistdescription.py #139
Closed
Jonny Williams (jonnyhtw)
started this conversation in
LFRic
Replies: 1 comment 1 reply
|
Hi Jonny, Based on your version numbers, I suspect you need version 2.0.0 of rose_picker which was released about 5 months ago. It can be found in the gpl_utilities project within the LFRic repository.
|
1 reply
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.
hi there,
i'm porting an LFRic GC5 climate workflow to our HPC in new zealand and am getting the following error in several build tasks...
essentially, the code on the left fails with...
members_dict = namelist_config[listname]['members']KeyError... whereas the code on the right works and is adapted from from a previous version of the code which worked fine.
the full
fcmpath of the failing file is...fcm:lfric.xm/trunk/infrastructure/build/tools/configurator/namelistdescription.py@46736and the previous version of the code which worked is...
fcm:lfric.xm/trunk/infrastructure/build/tools/configurator/namelistdescription.py@42090the relevant lines from the output of
fcm di fcm:lfric.xm/trunk/infrastructure/build/tools/configurator/namelistdescription.py -r :42090:46736are...thanks for any ideas!
all the best,
jonny
All reactions