0160-OrganizeNetCDFetGRIB-ERA5-tot-precip_2010-2011.json

Thomas Gumbricht bio photo By Thomas Gumbricht

0160 OrganizeNetCDFetGRIB ERA5 tot precip 2010 2011 (projects)

Organize ERA5 monthly climate data; precipitation 2010-2011

The json command file 0160-OrganizeNetCDFetGRIB-ERA5-tot-precip_2010-2011.json is part of Karttur’s GeoImagine project SwedenWetlands. For details on the commands see the blog on Framework Processes.

{
  "userproject": {
    "userid": "karttur",
    "projectid": "karttur",
    "tractid": "karttur",
    "siteid": "*",
    "plotid": "*",
    "system": "ancillary"
  },
  "period": {
    "timestep": "M",
    "startyear": 2010,
    "startmonth": 1,
    "startday": 1,
    "endyear": 2011,
    "endmonth": 12,
    "endday": 31
  },
  "process": [
    {
      "processid": "OrganizeNetCDFetGRIB",
      "overwrite": false,
      "parameters": {
        "importcode": "grib",
        "epsg": "-9999",
        "orgid": "C3S",
        "dsname": "precip",
        "dsversion": "1.0",
        "accessdate": "20221124",
        "regionid": "global",
        "regioncat": "global",
        "dataurl": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=overview",
        "metaurl": "https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation",
        "title": "ERA5 Total precipitation",
        "label": "ERA5 climate reanlysis monthly total precipitation"
      },
      "srcpath": {
        "volume": "sewetland",
        "hdr": "grib"
      },
      "dstpath": {
        "volume": "sewetland",
        "hdr": "tif"
      },
      "srcraw": [
        {
          "precip": {
            "datadir": "DOWNLOADS/ERA5/tot-p",
            "datafile": "precip_2010-2011",
            "datalayer": "precip",
            "title": "ERA5 global monthly total precipitation reanalysis",
            "label": "ERA5 global monthly total precipitation reanalysis"
          }
        }
      ],
      "dstcomp": [
        {
          "precip": {
            "source": "c3s",
            "product": "era5",
            "content": "precip",
            "layerid": "tot-precip-m-m",
            "prefix": "tot-precip-m-m",
            "suffix": "v2022",
            "scalefac": 1,
            "offsetadd": 0,
            "dataunit": "m",
            "celltype": "Float64",
            "cellnull": 9999,
            "measure": "R",
            "masked": "N"
          }
        }
      ]
    }
  ]
}