-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag replacement not working #1876
Comments
let me run these on Jasmin, not 100% what's going on, but I suspect config issues. I am running a very hefty recipe at the mo and as soon as it's done I'll run those and see what's the hap 🍺 |
so a correct finding is producing this output (as in the case of my run on Jasmin):
what does the |
also could you make sure that your config developer file has this entry for OBS:
you might have changed that and forgot about it? |
I replaced my OBS entry with yours and this already solved much of the problem - know my obs and cmip5 directories are found. My config developer file uses Is there a default developer config file somewhere I could compare against? |
ahaa therein lies the trouble! You have multiple options to update the config-developer, probably the easiest one is to run |
Thanks a lot, that solved my problem! |
My recipes (landveg and runoff_et) fail because input files are not found. Debug output states
Skipping non-existent /work/bm0986/m214103/ESGF_Data/Tier[tier]/[dataset]
even though the directory exists - albeit with correct values for
[tier]
and[dataset]
. Digging deeper I had the impression, that my tags are not replaced correctly in the_replace_tags
function as therere.findall(r'{([^}]*)}', path)
with path beingTier[tier]/[dataset]
results in an empty list and therefore none of the tags are replace with the values provided in my recipe.I assume it is an user error because this could hardly go unnoticed, but I don't see anything wrong with my recipe. Any idea what goes wrong here?
Tests are done with a fresh installation using the release version provided in #1875
main_log_debug.txt
recipe_landcover.txt
The text was updated successfully, but these errors were encountered: