ESCOMP / CCPPStandardNames

Repository for community-accepted CCPP Standard Names and search tools
Other
3 stars 16 forks source link

Supercedes #13 + updates to flags & mixing ratios #20

Closed grantfirl closed 3 years ago

grantfirl commented 3 years ago

This is basically PR #13 + 1 commit that fixes "flag" standard names and various mixing ratios. Commit d4d2c77 is the only difference between this and PR #13, but this PR is started since @bluefinweiwei is on PTO and the PR branch from #13 is in her fork.

Please only review commit d4d2c77 if you want this merged today. Otherwise, I can submit a PR with this commit into Weiwei's branch and we can continue with PR#13 next week. That commit contains the following previously-discussed changes:

grantfirl commented 3 years ago

@ligiabernardet @dudhia

grantfirl commented 3 years ago

Why units of none instead of index like the other control variables?

This was a judgement call. I found it odd to give something with a floating point data type an "index" unit. I can change this if desired.

climbfuji commented 3 years ago

if it's a number you can always default to unit '1'

On Aug 20, 2021, at 12:05 PM, grantfirl @.***> wrote:

Why units of none instead of index like the other control variables?

This was a judgement call. I found it odd to give something with a floating point data type an "index" unit. I can change this if desired.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/ESCOMP/CCPPStandardNames/pull/20#issuecomment-902865917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5C2RJ6OB2LY6RL6KQZ2V3T52KQNANCNFSM5CQYKKSQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

cacraigucar commented 3 years ago

Why units of none instead of index like the other control variables?

This was a judgement call. I found it odd to give something with a floating point data type an "index" unit. I can change this if desired.

I missed that detail. I agree that index should be reserved for integer values.

grantfirl commented 3 years ago

Closed since Weiwei merged the changed commit into her PR branch... Discussion/review should return to PR #13 now, I guess.