Skip to content

fix gctpc*s omer - #452

Merged
AlysonStahl-NOAA merged 5 commits into
developfrom
omercator
Nov 6, 2025
Merged

fix gctpc*s omer#452
AlysonStahl-NOAA merged 5 commits into
developfrom
omercator

Conversation

@webisu

@webisu webisu commented Sep 24, 2025

Copy link
Copy Markdown
Collaborator

Fixes #451
Part of #444

variable "f" is undefined when fabs(lat_origin) < 1e-10

Following the code when |f| > 1e-10, you find that f== 1.0
So set f=1 when |f| < 1e-10.

@webisu

webisu commented Sep 24, 2025

Copy link
Copy Markdown
Collaborator Author

Typo: last two lines should replace |f| by |lat_origin|.

@webisu

webisu commented Sep 24, 2025

Copy link
Copy Markdown
Collaborator Author

This is for issue #451

Comment thread wgrib2/gctpc/source/omerfor.c
Comment thread wgrib2/gctpc/source/omerinv.c Outdated
@AlysonStahl-NOAA

Copy link
Copy Markdown
Collaborator

We want to release version 3.8.0 soon, so if you want this included please make these requested changes

Added program history log to documentation.
Added program history log with implementation dates and comments.
@AlysonStahl-NOAA
AlysonStahl-NOAA merged commit c030999 into develop Nov 6, 2025
38 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix gctpc's omerforint and omerinvint (warning uninitialized f)

2 participants