-
Notifications
You must be signed in to change notification settings - Fork 17
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/modify skin temperature at surface variables. #84
base: main
Are you sure you want to change the base?
Conversation
Tagging @travissluka @rtodling @mikecooke77 @fmahebert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we use over_ocean
instead of over_sea
(and we use over_lake
; in case we don't need to distinguish, we use over_water
). I checked the standard name dictionary, there are two entries with over_ocean
and none with over_sea
. In the NCAR ccpp-physics repo, there are six entries with over_ocean
, but none with over_sea
.
This can be changed if there is a good reason to use sea and not ocean - is there?
I will wait a bit for the scientists to chime in. If I don't hear anything I'll change the name in this PR to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay
I have a question about the meaning (or generality) of the term ice but do not want it to hold up this PR.
<standard_name name="skin_temperature_at_surface_over_ice" | ||
long_name="Skin temperature at surface over (or where) ice"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is any distinction needed between ice over land and ice over ocean?
This PR modifies the existing
surface_skin_temperature
name to match the new naming rule introduced in #72. It also adds four new skin temperature variable variants. All these variables were introduced into JEDI during the October 2024 variable naming sprint.Note a small JEDI/CCPP naming discrepancy discussed in #83. I attempted to smooth over this difference in the long name.