Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add companion variables for Flow-dep cross-timescale POD to fieldlists #247

Closed
wrongkindofdoctor opened this issue Jun 30, 2021 · 1 comment
Assignees
Labels
framework Issue pertains to the framework code

Comments

@wrongkindofdoctor
Copy link
Collaborator

The GFDL and CMIP field lists require the following variables to support the Flow-Dependent Cross-Timescale Diagnostic POD
(see PR #127 discussion):

"Z250": {
      "standard_name": "geopotential_height_250_mbar",
      "units": "m",
      "ndim": 3
    },
    "T250": {
      "standard_name": "temperature_250_mbar",
      "units": "K",
      "ndim": 3
    },
    "T500": {
      "standard_name": "temperature_500_mbar",
      "units": "K",
      "ndim": 3
    }
@wrongkindofdoctor wrongkindofdoctor added the framework Issue pertains to the framework code label Jun 30, 2021
@wrongkindofdoctor wrongkindofdoctor self-assigned this Jun 30, 2021
@wrongkindofdoctor wrongkindofdoctor linked a pull request Jun 30, 2021 that will close this issue
11 tasks
@wrongkindofdoctor
Copy link
Collaborator Author

It turns out that the geopotential height and temperature entries in the current field lists will support variables requested at specific levels, provided that the settings file entries for z250, t250, and 500 define a static variable attribute, e.g.,:

"scalar_coordinates": {"lev": 250}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework Issue pertains to the framework code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant