Might I suggest a selector pattern - reason: I prefer changing control paths without relying on commenting/uncommenting, it also seems like a nicer way to extend it further if needed (to me anyway).
mapping_org_to_datapath = {
"UKMO": ...,
"NCI": ...,
"NIWA": ...,
}
wbench_data_dir = mapping_org_to_datapath["UKMO"]
Originally posted by @nikeethr in #73 (comment)