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

[BUG/ISSUE] Negative area diagnostic in global 2x2.5 standalone simulation #119

Closed
LukeFakes opened this issue Nov 25, 2021 · 2 comments
Closed
Labels
category: Bug Something isn't working topic: Diagnostics Pertaining to HEMCO diagnostic outputs topic: HEMCO Standalone Model Pertaining to the HEMCO standalone

Comments

@LukeFakes
Copy link

LukeFakes commented Nov 25, 2021

I’ve been running tests with the HEMCO standalone at 2x2.5 recently and came across an issue that leads to negative areas in the grid box area diagnostic at the most northern latitude.

This was happening with the standard standalone run directory setup, and seems to be a result of a missing “YEDGE” argument in the default standalone grid file (HEMCO_sa_Grid.2x25.rc). The resulting global simulation looks like this:
hemco_sa_2x25_area_issue
For a 4x5 global simulation, if the YEDGE argument was removed, the same problem occurred, so this is likely not resolution-dependent. I haven’t looked at whether it happens for non-global standalone runs but would assume not based on a look at hcoi_standalone_mod.F90. I think it’s happening because when YEDGE is not provided, the model calculates a latitude beyond 90.0, leading to a negative value for SIN_DELTA

Also, the description on the wiki suggests the XEDGE and YEDGE arguments are optional, but this might not be the case, at least for global runs while this is a problem.

HEMCO_sa_Grid.2x25.txt
HEMCO_sa_Grid.2x25.wYEDGE.txt

@LukeFakes LukeFakes added the category: Bug Something isn't working label Nov 25, 2021
@LukeFakes LukeFakes changed the title [BUG/ISSUE] [BUG/ISSUE] Negative area diagnostic in global 2x2.5 standalone simulation Nov 25, 2021
@yantosca yantosca added the topic: HEMCO Standalone Model Pertaining to the HEMCO standalone label Nov 29, 2021
@stale
Copy link

stale bot commented Dec 29, 2021

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue.

@stale stale bot added the stale No recent activity on this issue label Dec 29, 2021
@stale
Copy link

stale bot commented Jan 6, 2022

Closing due to inactivity

@stale stale bot closed this as completed Jan 6, 2022
@yantosca yantosca added topic: Diagnostics Pertaining to HEMCO diagnostic outputs and removed stale No recent activity on this issue labels Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working topic: Diagnostics Pertaining to HEMCO diagnostic outputs topic: HEMCO Standalone Model Pertaining to the HEMCO standalone
Projects
None yet
Development

No branches or pull requests

2 participants