{"took":3,"timed_out":false,"_shards":{"total":1,"successful":1,"skipped":0,"failed":0},"hits":{"total":{"value":10000,"relation":"gte"},"max_score":1.0,"hits":[{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"15736db7821235af8be34647d1721134","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.EC-Earth-Consortium.EC-Earth3.dcppA-hindcast.s2014-r7i2p1f1.day.pr.gr.v20200508","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:38","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"e91ec83a85acdf4ce09bd0649d9a87c8","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.EC-Earth-Consortium.EC-Earth3.dcppA-hindcast.s1974-r8i1p1f1.day.tasmax.gr.v20201216","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:39","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","further_info_url":"derive: daops.fix_utils.decadal_utils.fix_further_info_url"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:11","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"805d770f961af17ca877a58787349f92","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.CMCC.CMCC-CM2-SR5.dcppA-hindcast.s2009-r3i1p1f1.Amon.tas.gn.v20210312","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:12","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:12","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:12","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:12","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:40","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"ef26fc6e80afcb3f37de0f7576285e11","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.MPI-M.MPI-ESM1-2-HR.dcppA-hindcast.s1980-r9i1p1f1.day.tasmin.gn.v20210120","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:13","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"dd2110af2c65d66fec5c6696b2e6bbcd","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.MOHC.HadGEM3-GC31-MM.dcppA-hindcast.s1999-r10i1p1f2.day.pr.gn.v20200417","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:41","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:14","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"dfe7e2f3a6f927da7a7c1081278e29fd","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.MPI-M.MPI-ESM1-2-HR.dcppA-hindcast.s1961-r1i1p1f1.Amon.tas.gn.v20190906","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:15","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"8e49163517959e6313d1ed8cd191cc7c","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.CMCC.CMCC-CM2-SR5.dcppA-hindcast.s1962-r9i1p1f1.Amon.psl.gn.v20210719","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:42","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"8046e3de3d68dd9a633388d6f667de14","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.MOHC.HadGEM3-GC31-MM.dcppA-hindcast.s1975-r5i1p1f2.AERday.zg500.gn.v20200417","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"21441f28c4ff0548a5b1ae58b1f191f6","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.MPI-M.MPI-ESM1-2-HR.dcppA-hindcast.s2000-r7i1p1f1.day.tasmin.gn.v20201230","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:16","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:17","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:43","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:17","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:17","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:17","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:17","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]}]}},{"_index":"c3s-roocs-fix-prop-2022-01-10","_id":"c9aec530873fb3325d6b464d1e973064","_score":1.0,"_ignored":["fixes.fix.description.keyword"],"_source":{"dataset_id":"c3s-cmip6.DCPP.EC-Earth-Consortium.EC-Earth3.dcppA-hindcast.s1994-r8i1p1f1.Amon.pr.gr.v20201216","fixes":[{"fix":{"fix_id":"VarAttrFix","title":"Apply Fix to Attributes of any Variable","description":"\nEdits or adds the attributes of a given variables e.g. fixing standard name or adding missing standard name\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"var_id\": \"lev\",\n    \"attrs\":\n        {\"long_name\": \"Dissolved Oxygen Concentration\",\n        \"standard_name\": \"mole_concentration_of_dissolved_molecular_oxygen_in_sea_water\"}\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_var_attrs","process_type":"post_processor","operands":{"var_id":"time","attrs":{"long_name":"valid_time"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"GlobalAttrFix","title":"Apply Fix to Global Attributes","description":"\nEdits or adds global attributes e.g. fixing forcing description or institution_id.\n\nTakes a dictionary of fixes with each fix as a key and value pair with the attribute\nto be changed as the key and what the value should be as the value.\n\nFor example:\n  - inputs:\n    {\"attrs\":\n        {\"forcing_description\": \"Free text describing the forcings\",\n        \"physics_description\": \"Free text describing the physics method\"}\n    },\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.edit_global_attrs","process_type":"post_processor","operands":{"attrs":{"forcing_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: forcing_description","physics_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: physics_description","initialization_description":"derive: daops.fix_utils.decadal_utils.get_decadal_model_attr_from_dict: initialization_description","startdate":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","sub_experiment_id":"derive: daops.fix_utils.decadal_utils.get_sub_experiment_id","further_info_url":"derive: daops.fix_utils.decadal_utils.fix_further_info_url"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"AddScalarCoordFix","title":"Add a scalar coordinate","description":"\nTakes the scalar coordinate to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'height',\n       'value': '2.0',\n       'dtype': 'float64',\n       'attrs': {'units': 'm',\n                'standard_name': 'height'},\n       'encoding': {}\n       }\n\nFix example: ds = ds.assign_coords(height=2.0) will add a scalar height coordinate with a value of 2.0\nAttributes will be set by attrs: e.g. ds.attrs['units'] = 'm'\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_scalar_coord","process_type":"post_processor","operands":{"var_id":"reftime","value":"derive: daops.fix_utils.decadal_utils.get_reftime","dtype":"datetime64[ns]","attrs":{"long_name":"Start date of the forecast","standard_name":"forecast_reference_time"},"encoding":{"dtype":"int32","units":"days since 1850-01-01","calendar":"derive: daops.fix_utils.decadal_utils.get_time_calendar"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"AddCoordFix","title":"Add a coordinate","description":"\nTakes the coordinate to add, along with its attributes.\n\nFor example:\n  - inputs:\n    - {'var_id': 'leadtime',\n       'value': \"16, 46, 76, 106\",\n       'dim': ['time'],\n       'dtype': 'timedelta64[D]',\n       'attrs': {'long_name': 'Time elapsed since the start of the forecast', 'standard_name': 'forecast_period'},\n       'encoding': {'dtype': 'double'}}\n\nThis would add a leadtime coordinate, attached to the existing time dimension.\n    ","category":"coord_fixes","reference_implementation":"daops.data_utils.coord_utils.add_coord","process_type":"post_processor","operands":{"var_id":"leadtime","value":"derive: daops.fix_utils.decadal_utils.get_lead_times","dim":["time"],"dtype":"float64","attrs":{"long_name":"Time elapsed since the start of the forecast","standard_name":"forecast_period","units":"days"},"encoding":{"dtype":"double"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"AddDataVarFix","title":"Add a variable","description":"\nTakes the variable to add along with its attributes\n\nFor example:\n  - inputs:\n    - {'var_id': 'realization',\n       'value': '1',\n       'dtype': 'int32',\n       'attrs': {'long_name': 'realization',\n                 'comment': 'example'}\n      }\n\n    ","category":"var_fixes","reference_implementation":"daops.data_utils.var_utils.add_data_var","process_type":"post_processor","operands":{"var_id":"realization","value":"1","dtype":"int32","attrs":{"long_name":"realization","comment":"For more information on the ripf, refer to the variant_label, initialization_description, physics_description and forcing_description global attributes"}},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]},{"fix":{"fix_id":"RemoveCoordAttrFix","title":"Remove the coordinate attribute added by xarray from specified variables","description":"\n\"Remove the coordinate attribute from variables which is added during manipulation with xarray.\nTakes the variable ids to remove the attribute from as a list.\n\nFor example:\n    {\"var_ids\": [\"realization\", \"time_bnds\"]\n    }\n","category":"attr_fixes","reference_implementation":"daops.data_utils.attr_utils.remove_coord_attr","process_type":"post_processor","operands":{"var_ids":"derive: daops.fix_utils.decadal_utils.get_decadal_bnds_list"},"source":{"name":"ceda","version":"","comments":"","url":"https://github.com/cp4cds/c3s34g_master/tree/master/Decadal"}},"status":"published","timestamp":"2022-01-10T09:45:18","reason":"","history":[{"status":"proposed","timestamp":"2022-01-10T13:12:44","reason":""}]}]}}]}}