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 variables to fieldlist_GFDL.jsonc to support ETC_composites POD #305

Closed
wrongkindofdoctor opened this issue Dec 20, 2021 · 1 comment · May be fixed by #153
Closed

Add variables to fieldlist_GFDL.jsonc to support ETC_composites POD #305

wrongkindofdoctor opened this issue Dec 20, 2021 · 1 comment · May be fixed by #153
Assignees
Labels
framework Issue pertains to the framework code

Comments

@wrongkindofdoctor
Copy link
Collaborator

What problem will this feature solve?

Add the following variables to fieldlist_GFDL.jsonc to support the ETC_composites POD:

  • altitude (aux coordinates)
  • orog (orography)
  • sftlf (land area fraction)
  • clt (cloud area fraction)
  • wap500 (POD specifies 500-mb slice, so define 4-D WAP)
  • prw (atmosphere mass content of water vapor)
  • u10, v10 (10-m wind components?)

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@wrongkindofdoctor wrongkindofdoctor added the framework Issue pertains to the framework code label Dec 20, 2021
@wrongkindofdoctor wrongkindofdoctor self-assigned this Dec 20, 2021
@wrongkindofdoctor wrongkindofdoctor linked a pull request Dec 20, 2021 that will close this issue
@wrongkindofdoctor
Copy link
Collaborator Author

@jeyavinoth Are u10 and v10 the wind components at 10 m? If so, you'll need to add to add the line

"modifier": "atmos_height"
to the to the u10 and v10 variable definition blocks in the POD settings.jsonc file.

Also, wap500 should be changed to "wap", since you specify a plev value; This will correspond to a 4-D "wap" variable I'll add to the GFDL fieldlist.

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