Yes the RYF data has now moved to cj50, so it’s publicly available. I think we should update the cookbook database, because some of the Recipes still don’t work with Intake.
Anyone know how we go about updating the cookbook database?
The RYF is accessible by Intake (we updated the catalog already). But it’s no longer accessible from the main cookbook database. I think until all of the COSIMA recipes no longer use Intake, we should still maintain the cookbook database. Some new students are struggling with using intake with some of the recipes that still use the cookbook.
@sb4233 Thanks for your post - I am just marking this as out of scope for ACCESS-NRI triage admin purposes but looks like there is lots of help available so please continue the discussion.
OK thanks @micael, I’ve launched it. Do recall roughly how long it will take?
Also, will it remove /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091 from the database now that it’s unreadable?
As an aside, we recently had a discussion at ANU that we really don’t like posts being tagged as ‘outofscope’. It could discourage others in the community from replying if ACCESS-NRI is tagging that the post is not important. And it could make new users feel terrible for finding the courage to ask questions. We already have enough trouble trying to convince students to post for help. Is it possible that for COSIMA at least we could change this ‘outofscope’ tag to something like ‘community-question’ instead?
Great that Intake is working for you @sb4233, that’s a better option than the old database.
I’ve updated the cookbook master database to /g/data/ik11/databases/daily/cosima_master_2025-05-27.db in case this trips anyone else up - can you check whether your old method works now? (I have my doubts, as the DB may need /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091 to be manually pruned to avoid interfering with the new location.)
If you wanted to do this, you could use the sqlite repl on the database:
select * from experiments where id = 136;
> "136|01deg_jra55v13_ryf9091|/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091|
Andy Hogg|andy.hogg@anu.edu.au|2020-06-11|
https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra55v13_ryf9091|
0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091
repeat year forcing (May 1990 to Apr 1991)|Additional daily outputs saved from
1 Jan 1950 to 31 Dec 1969 and 1 Jan 2086 to 31 Dec 2100"
select count(*) from ncfiles where experiment_id = 136;
> 0
delete from experiments where id = 136;
delete from keyword_assoc where expt_id = 136;