Skip to content

Create CMIP7 version of recipe_seaice_sensititvity.yml #4438

@NParsonsMO

Description

@NParsonsMO

Fake dataset:
- {activity: CMIP, project: CMIP7, exp: historical, dataset: UKCM2-0-LL, institute: MOHC, ensemble: r1i1p1f3, exp: 1pctCO2, grid: g100, label_dataset: True}

Change time period:
end_year now 2021 (but testing with different dates for available fake data)

Change variables:

    variables:
      siconc:
        preprocessor: pp_arctic_sept_sea_ice
        realm: &siconc_realm seaIce
        mip: *siconc_realm
        frequency: mon
        region: glb
        branding_suffix: tavg-u-hxy-u
      tas: &tas
        preprocessor: pp_avg_ann_global_temp
        realm: &tas_realm atmos
        mip: *tas_realm
        frequency: mon
        region: glb
        branding_suffix: tavg-h2m-hxy-u

(and equivalent for antarctic)

New section in my user config

projects:
  CMIP7:
    data:
      local:
        type: esmvalcore.io.local.LocalDataSource
        rootpath: /my/data/dir/fake_cmip7_data
        dirname_template: "{project}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{region}/{frequency}/{short_name}/{branding_suffix}/{grid}/{version}"
        filename_template: "{short_name}_{branding_suffix}_{frequency}_{region}_{grid}_{dataset}_{exp}_{ensemble}*.nc"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions