Feature ticket for CDDS adaptation to CMIP7 standards Targets: * Minimal changes to Request config file necessary * Assume variables file with have lines of the form ``` # <miptable (realm)>/<branded variable name>@<frequency>:stream atmos/tas_tavg-h2m-hxy-u@mon:ap5 atmos/tas_tavg-h2m-hxy-u@day:ap6 ``` We may have to include a region field in the above, but as this will be `glb` for the vast majority of variables lets hold off including this initially. Known issues that are expected to need addressing: * default streams code cannot just rely on mip table and variable name * <add more as they arise>