René's URL Explorer Experiment


Title: elementArea field in mesh files has wrong units · Issue #40 · ACCESS-NRI/om3-scripts · GitHub

Open Graph Title: elementArea field in mesh files has wrong units · Issue #40 · ACCESS-NRI/om3-scripts

X Title: elementArea field in mesh files has wrong units · Issue #40 · ACCESS-NRI/om3-scripts

Description: It looks like we should be using units of radians^2 for elementArea for in ESMF unstructed mesh files. e.g. double elementArea(elementCount) ; elementArea:units = "radians^2" ; elementArea:long_name = "area weights" ; See: https://earths...

Open Graph Description: It looks like we should be using units of radians^2 for elementArea for in ESMF unstructed mesh files. e.g. double elementArea(elementCount) ; elementArea:units = "radians^2" ; elementArea:long_nam...

X Description: It looks like we should be using units of radians^2 for elementArea for in ESMF unstructed mesh files. e.g. double elementArea(elementCount) ; elementArea:units = "radians^2" ; elementAre...

Opengraph URL: https://github.com/ACCESS-NRI/om3-scripts/issues/40

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"elementArea field in mesh files has wrong units","articleBody":"It looks like we should be using units of radians^2 for _elementArea_ for in ESMF unstructed mesh files.\r\n\r\ne.g.\r\n```\r\n     double elementArea(elementCount) ;\r\n            elementArea:units = \"radians^2\" ;\r\n            elementArea:long_name = \"area weights\" ;\r\n```\r\n\r\nSee:\r\n\r\nhttps://earthsystemmodeling.org/docs/release/ESMF_8_0_1/ESMF_refdoc/node3.html#SECTION03028200000000000000\r\n\r\nSaying that, we are not currently using this field. e.g. \r\n\r\nhttps://github.com/CICE-Consortium/CICE/blob/3ebdef778bded4b10d628a179ea746d091e21150/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90#L732-L733\r\n\r\nwould need [another argument](https://github.com/esmf-org/esmf/blob/bd7a15d782b6f2ba044f197a49b87278224feaf5/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90#L1860C58-L1860C69) ( `addUserArea = .true.` ) to actually load this. (See https://github.com/COSIMA/access-om3/issues/240)\r\n\r\n\r\nIt also looks like the cells at the north poles on the grid, should be using numElementConn = 3 , not 4. \r\n\r\ni.e.\r\n\r\n_elementConn can be either a 2D array or a 1D array. If it is a 2D array, the second dimension of the elementConn variable has to be the size of the largest number of nodes in any element (i.e. maxNodePElement), the actual number of nodes in an element is given by the numElementConn variable._\r\n\r\n\u003cimg width=\"1555\" alt=\"Screenshot 2024-11-01 at 10 48 54 AM\" src=\"https://github.com/user-attachments/assets/e3a35b93-c492-4151-9387-b3b77c32626e\"\u003e\r\n\r\nPresumable the last element in the _elementConn_ field is set the the `_FillValue` when there are only three corners to an element\r\n\r\n```\r\n int elementConn(elementCount, maxNodePElement) ;\r\n            elementConn:long_name = \"Node Indices that define the element /\r\n                                     connectivity\";\r\n            elementConn:_FillValue = -1 ;\r\n            elementConn:start_index = 1 ;\r\n```","author":{"url":"https://github.com/anton-seaice","@type":"Person","name":"anton-seaice"},"datePublished":"2024-11-01T02:09:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/40/om3-scripts/issues/40"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7d2078be-2bb4-2519-d598-2c7b48d67c3d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCAB0:8F4AB:56B839:7BA5EF:6A4BCB9E
html-safe-nonce53f7995941c30341f453a7dee0fe8452163c816740aac5e67f4133960f993f63
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUIwOjhGNEFCOjU2QjgzOTo3QkE1RUY6NkE0QkNCOUUiLCJ2aXNpdG9yX2lkIjoiMTk0NjMzODIxNTIwODkzMDIwNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac32e6f2839e7feff38cc30465ab4f0e8dc29d5ca59cbb172147f6fbc6a62bfbb4
hovercard-subject-tagissue:2628155420
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ACCESS-NRI/om3-scripts/40/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c3bb5c69b43b67321bbf0944dca7ea291c35704db813dfec6b8725b34f13191c/ACCESS-NRI/om3-scripts/issues/40
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c3bb5c69b43b67321bbf0944dca7ea291c35704db813dfec6b8725b34f13191c/ACCESS-NRI/om3-scripts/issues/40
og:image:altIt looks like we should be using units of radians^2 for elementArea for in ESMF unstructed mesh files. e.g. double elementArea(elementCount) ; elementArea:units = "radians^2" ; elementArea:long_nam...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameanton-seaice
hostnamegithub.com
expected-hostnamegithub.com
None14aa00ce5bdb34d0eefb5facbffd7de9e144c688d8a93ef8df902d5f94b51dd7
turbo-cache-controlno-preview
go-importgithub.com/ACCESS-NRI/om3-scripts git https://github.com/ACCESS-NRI/om3-scripts.git
octolytics-dimension-user_id105186864
octolytics-dimension-user_loginACCESS-NRI
octolytics-dimension-repository_id747465275
octolytics-dimension-repository_nwoACCESS-NRI/om3-scripts
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id747465275
octolytics-dimension-repository_network_root_nwoACCESS-NRI/om3-scripts
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release58b8f89190447502561829f30862aa0a99d53367
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ACCESS-NRI/om3-scripts/issues/40#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FACCESS-NRI%2Fom3-scripts%2Fissues%2F40
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FACCESS-NRI%2Fom3-scripts%2Fissues%2F40
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ACCESS-NRI%2Fom3-scripts
Reloadhttps://github.com/ACCESS-NRI/om3-scripts/issues/40
Reloadhttps://github.com/ACCESS-NRI/om3-scripts/issues/40
Reloadhttps://github.com/ACCESS-NRI/om3-scripts/issues/40
Please reload this pagehttps://github.com/ACCESS-NRI/om3-scripts/issues/40
ACCESS-NRI https://github.com/ACCESS-NRI
om3-scriptshttps://github.com/ACCESS-NRI/om3-scripts
Notifications https://github.com/login?return_to=%2FACCESS-NRI%2Fom3-scripts
Fork 1 https://github.com/login?return_to=%2FACCESS-NRI%2Fom3-scripts
Star 2 https://github.com/login?return_to=%2FACCESS-NRI%2Fom3-scripts
Code https://github.com/ACCESS-NRI/om3-scripts
Issues 13 https://github.com/ACCESS-NRI/om3-scripts/issues
Pull requests 3 https://github.com/ACCESS-NRI/om3-scripts/pulls
Actions https://github.com/ACCESS-NRI/om3-scripts/actions
Projects https://github.com/ACCESS-NRI/om3-scripts/projects
Security and quality 0 https://github.com/ACCESS-NRI/om3-scripts/security
Insights https://github.com/ACCESS-NRI/om3-scripts/pulse
Code https://github.com/ACCESS-NRI/om3-scripts
Issues https://github.com/ACCESS-NRI/om3-scripts/issues
Pull requests https://github.com/ACCESS-NRI/om3-scripts/pulls
Actions https://github.com/ACCESS-NRI/om3-scripts/actions
Projects https://github.com/ACCESS-NRI/om3-scripts/projects
Security and quality https://github.com/ACCESS-NRI/om3-scripts/security
Insights https://github.com/ACCESS-NRI/om3-scripts/pulse
elementArea field in mesh files has wrong unitshttps://github.com/ACCESS-NRI/om3-scripts/issues/40#top
https://github.com/anton-seaice
anton-seaicehttps://github.com/anton-seaice
on Nov 1, 2024https://github.com/ACCESS-NRI/om3-scripts/issues/40#issue-2628155420
https://earthsystemmodeling.org/docs/release/ESMF_8_0_1/ESMF_refdoc/node3.html#SECTION03028200000000000000https://earthsystemmodeling.org/docs/release/ESMF_8_0_1/ESMF_refdoc/node3.html#SECTION03028200000000000000
https://github.com/CICE-Consortium/CICE/blob/3ebdef778bded4b10d628a179ea746d091e21150/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90#L732-L733https://github.com/CICE-Consortium/CICE/blob/3ebdef778bded4b10d628a179ea746d091e21150/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90#L732-L733
another argumenthttps://github.com/esmf-org/esmf/blob/bd7a15d782b6f2ba044f197a49b87278224feaf5/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90#L1860C58-L1860C69
https://github.com/COSIMA/access-om3/issues/240https://github.com/COSIMA/access-om3/issues/240
https://private-user-images.githubusercontent.com/79179784/382142829-e3a35b93-c492-4151-9387-b3b77c32626e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMzNTI1MjIsIm5iZiI6MTc4MzM1MjIyMiwicGF0aCI6Ii83OTE3OTc4NC8zODIxNDI4MjktZTNhMzViOTMtYzQ5Mi00MTUxLTkzODctYjNiNzdjMzI2MjZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzA2VDE1MzcwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA5MjA2NGVhOTEzOTA2OWNjNDkxZjU3ZjFmZDVlOGVkYjU4ODUzNjA2MzU4OWM1Mzg2MmRmZjFkM2NjNzczMGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.PDKuHCDEhk6SD1dn5ngHtWhnOJHWq60WNATGGOQHUaM
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.