Skip to content

dspecq CNRM-CM61 v20221123 changes made by CEDA before archival #30

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

Open
mollymacrae opened this issue Feb 15, 2023 · 0 comments
Open

Comments

@mollymacrae
Copy link

Below are the amendments made by CEDA before the archival of CNRM-CM61 v20221123 data:

mip_era changed from 'CMIP6' to 'SNAPSI'

filename replacing underscore with dash from 'subexperiment_variantlabel' to 'subexperiment-variantlabel'
e.g. 'clt_6hr_CNRM-CM61_free_s20180125_r42i1p1f1_gr_20180125-20180310.nc'
to 'clt_6hr_CNRM-CM61_free_s20180125-r42i1p1f1_gr_20180125-20180310.nc'
command run in linux terminal:
find -type f -name '*_r*'
-execdir bash -c 'mv -- "$1" "${1//_r/-r}"' bash {} ;

Some files in 'free' experiment had an experiment_id 'nudged' and incorrect 'experiment' description.
files: with variantlabel starting r15-r25 in s20181213 and r42-r50 in s20180125 (for variables: clt, hfds, hus, mrso, mrsos, o3, pr, prc, ps, psl, rlut, siconca, sithick, snd, snw, ta, tas, tasmax, tasmin, tauu, tauv, tntmp, tntrl, tntrs, tos, ua, uas, utendmp, utendnogw, utendogw, va, vas, vtendnogw, vtendogw, wap, zg)
correction: change experiment_id from 'nudged' to 'free' and experiment description

Some files in 'nudged' experiment had an experiment_id 'control' instead of 'nudged', incorrectly assigned 'experiment' and incorrectly assigned sub_experiment_id = "s20180125".
files: with variantlabel starting r14-r50 of s20190108 and r25 of s20190829 (for variables: clt, hfds, hus, mrso, mrsos, o3, pr, prc, ps, psl, rlut, siconca, sithick, snd, snw, ta, tas, tasmax, tasmin, tauu, tauv, tntmp, tntnd, tntrl, tntrs, tos, ua, uas, utendmp, utendnd, utendnogw, utendogw, va, vas, vtendnogw, vtendogw, wap, zg)
correction: change experiment_id 'control' to 'nudged', change incorrectly assigned 'experiment' and incorrectly assigned sub_experiment_id = 's20180125' to either 's20190108' or 's20190829'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant