rose stem tests failing #288
Replies: 3 comments 13 replies
|
Hi, I'm not sure how up to date the instructions in that physics hands on page are. There are full development practices available here now, and this specifically is for running the LFRic Apps test suite https://metoffice.github.io/simulation-systems/WorkingPractices/TestSuites/lfric_apps.html Most notably, the LFRic Apps rose-stem requires use of cylc 8 and the error you're seeing would suggest to me that you've run it once with cylc7 and once with cylc8 which generally get things confused. I'd clean up cylc-run/vn1.1_1DTKE_LFRic and have another go using cylc8 and see if that sorts it for you. |
|
These are the exact commands I used after opening a new terminal. The cylc version is shown to be 8.3.6 The same tasks fail every time I do this (mainly in BUILD). Am I missing a step to set something up before I run these commands? fcm bc --ticket=338 1DTKE_scheme_in_LFRic fcm:lfric_apps.x_tr@vn1.1 |
|
Thanks to everyone for their suggestions/help. Although I didn't solve this problem when using LFRic version 1.1, I am able to run rose stem tests at vn2.0 so will be using this version. |
Uh oh!
There was an error while loading. Please reload this page.
I created an LFRic branch at vn1.1 and, before implementing any code changes, I followed instructions in
GhaspSupport/PhysicsHandsOn – LFRic
and ran the developer group rose stem tests via:
rose stem --group=developer
Many of the tasks in BUILD failed as well as several others.
I repeated the branch creation and check out (just in case!) and, once again, tried to run the above rose stem test. This time, I got the following error message:
WorkflowFilesError: Nested run directories not allowed - cannot install workflow in '/home/h03/apcr/cylc-run/vn1.1_1DTKE_LFric/run1' as '/home/h03/apcr/cylc-run/vn1.1_1DTKE_LFric' is already a valid run directory.
I feel like I might be missing an important step(s). I haven't made any code changes yet. Can anyone advise? Thanks
First branch is: https://code.metoffice.gov.uk/svn/lfric_apps/main/branches/dev/carolhalliwell/vn1.1_1DTKE_scheme
Second branch is: https://code.metoffice.gov.uk/svn/lfric_apps/main/branches/dev/carolhalliwell/vn1.1_1DTKE_LFric
All reactions