-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
It's unlikely that a symlink tree similar to the one created/maintained for CMIP5 will exist for CMIP6. As such, commands such as the following in shell scripts:
files_symlink="/g/data/ua6/DRSv3/CMIP5/${model}/${experiment}/mon/ocean/r1i1p1/so/latest/so_Omon_${model}_${experiment}_r1i1p1_??????-??????.nc"
will need to be replaced with:
files_clef=$(clef --local cmip5 --variable so --experiment ${experiment} --table Omon --format file -m ${model} | sort)
There is clef documentation (the README might be more up-to-date) and tutorials available.
Metadata
Metadata
Assignees
Labels
No labels