WCRP-CMIP / CMIP6Plus_CVs

Controlled Vocabularies (CVs) for use in CMIP6Plus
Creative Commons Attribution 4.0 International
3 stars 4 forks source link

source_id: request to add MPI-ESM1-2-HR and MPI-ESM1-2-LR #31

Closed sol1105 closed 6 months ago

sol1105 commented 8 months ago

Hello, we would like to request the addition of MPI-ESM1-2-HR and MPI-ESM1-2-LR. I copied the source descriptions from the CMIP6 CV and edited solely the activity_participation (for now just CMIP and LESFMIP) as well as the institution_id (for now just MPI-M). In the following the full descriptions:

        "MPI-ESM1-2-HR":{
            "activity_participation":[
                "CMIP",
                "LESFMIP"
            ],
            "cohort":[
                "Published"
            ],
            "institution_id":[
                "MPI-M"
            ],
            "label":"MPI-ESM1.2-HR",
            "label_extended":"MPI-ESM1.2-HR",
            "license_info":{
                "exceptions_contact":"@dkrz.de <- cmip6-mpi-esm",
                "history":"2017-10-03: initially published under CC BY-SA 4.0; 2022-06-16: relaxed to CC BY 4.0",
                "id":"CC BY 4.0",
                "license":"Creative Commons Attribution 4.0 International (CC BY 4.0; https://creativecommons.org/licenses/by/4.0/)",
                "source_specific_info":"",
                "url":"https://creativecommons.org/licenses/by/4.0/"
            },
            "model_component":{
                "aerosol":{
                    "description":"none, prescribed MACv2-SP",
                    "native_nominal_resolution":"100 km"
                },
                "atmos":{
                    "description":"ECHAM6.3 (spectral T127; 384 x 192 longitude/latitude; 95 levels; top level 0.01 hPa)",
                    "native_nominal_resolution":"100 km"
                },
                "atmosChem":{
                    "description":"none",
                    "native_nominal_resolution":"none"
                },
                "land":{
                    "description":"JSBACH3.20",
                    "native_nominal_resolution":"100 km"
                },
                "landIce":{
                    "description":"none/prescribed",
                    "native_nominal_resolution":"none"
                },
                "ocean":{
                    "description":"MPIOM1.63 (tripolar TP04, approximately 0.4deg; 802 x 404 longitude/latitude; 40 levels; top grid cell 0-12 m)",
                    "native_nominal_resolution":"50 km"
                },
                "ocnBgchem":{
                    "description":"HAMOCC6",
                    "native_nominal_resolution":"50 km"
                },
                "seaIce":{
                    "description":"unnamed (thermodynamic (Semtner zero-layer) dynamic (Hibler 79) sea ice model)",
                    "native_nominal_resolution":"50 km"
                }
            },
            "release_year":"2017",
            "source_id":"MPI-ESM1-2-HR"
        },
        "MPI-ESM1-2-LR":{
            "activity_participation":[
                "CMIP",
                "LESFMIP"
            ],
            "cohort":[
                "Published"
            ],
            "institution_id":[
                "MPI-M",
            ],
            "label":"MPI-ESM1.2-LR",
            "label_extended":"MPI-ESM1.2-LR",
            "license_info":{
                "exceptions_contact":"@dkrz.de <- cmip6-mpi-esm",
                "history":"2019-07-10: initially published under CC BY-SA 4.0; 2022-06-16: relaxed to CC BY 4.0",
                "id":"CC BY 4.0",
                "license":"Creative Commons Attribution 4.0 International (CC BY 4.0; https://creativecommons.org/licenses/by/4.0/)",
                "source_specific_info":"",
                "url":"https://creativecommons.org/licenses/by/4.0/"
            },
            "model_component":{
                "aerosol":{
                    "description":"none, prescribed MACv2-SP",
                    "native_nominal_resolution":"250 km"
                },
                "atmos":{
                    "description":"ECHAM6.3 (spectral T63; 192 x 96 longitude/latitude; 47 levels; top level 0.01 hPa)",
                    "native_nominal_resolution":"250 km"
                },
                "atmosChem":{
                    "description":"none",
                    "native_nominal_resolution":"none"
                },
                "land":{
                    "description":"JSBACH3.20",
                    "native_nominal_resolution":"250 km"
                },
                "landIce":{
                    "description":"none/prescribed",
                    "native_nominal_resolution":"none"
                },
                "ocean":{
                    "description":"MPIOM1.63 (bipolar GR1.5, approximately 1.5deg; 256 x 220 longitude/latitude; 40 levels; top grid cell 0-12 m)",
                    "native_nominal_resolution":"250 km"
                },
                "ocnBgchem":{
                    "description":"HAMOCC6",
                    "native_nominal_resolution":"250 km"
                },
                "seaIce":{
                    "description":"unnamed (thermodynamic (Semtner zero-layer) dynamic (Hibler 79) sea ice model)",
                    "native_nominal_resolution":"250 km"
                }
            },
            "release_year":"2017",
            "source_id":"MPI-ESM1-2-LR"
        },

Thank you

wolfiex commented 8 months ago

HI Martin (@sol1105),

I am prototyping the first instance of automations in relation to adding a new SourceID. Would you kindly fill out the required form (as is outlined in the wiki)

https://github.com/WCRP-CMIP/CMIP6Plus_CVs/wiki/Adding-a-new-Source_ID

and report any problems / feedback you face, here.

This will automatically generate a pull request with your changes as is seen by: https://github.com/WCRP-CMIP/CMIP6Plus_CVs/pull/38

Kind regards, Daniel