rose stem "validate_rose_meta" fails when running rose stem after running the apply_macros.py script #293
MichaelWhitall
started this conversation in
LFRic
Replies: 1 comment 2 replies
-
Hi Mike, A fix for the validate rose meta script has been included at vn2.0.1. Hopefully this sorts this for you. Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, sorry its me again!
Many thanks for updating the instructions for applying the new lfric upgrade macros to a test branch :)
WorkingPractices/macros
Having successfully run the wrapper script and applied my upgrade macro to the rose-stem apps (for this ticket: lfric_apps:#467), I'm now finding that when I run rose stem, the app
validate_rose_meta
fails with a lot of errors like this:
Unlike when I successfully ran these tests with the same meta-data from the vn1.2 branch for this ticket (where I had to just manually add my new namelist inputs to all the apps), the key thing that's changed since then is that
rose app-upgrade
(called from the wrapper script) has changed themeta=
line at the top of each rose-app.conf file:But the edited rose-meta in my branch is in
applications/lfric_atm/rose-meta/lfric-lfric_atm/HEAD
and the directory
vn2.0_t467
does not exist, sovalidate_rose_meta
is falling over because the meta-data directories now pointed at by all the rose-stem apps don't exist.Does anyone know what I should do to get
validate_rose_meta
to succeed? e.g. in my test branch should I just make a copy of theHEAD
meta-data in a new directoryvn2.0_t467
? Or should I just ignore thevalidate_rose_meta
fails for now?Cheers!
Miker
Beta Was this translation helpful? Give feedback.
All reactions