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

trho(2) not set in w3iorsmd #1287

Open
DeniseWorthen opened this issue Aug 9, 2024 · 2 comments
Open

trho(2) not set in w3iorsmd #1287

DeniseWorthen opened this issue Aug 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@DeniseWorthen
Copy link
Contributor

Describe the bug

An initial value for TRHO(2) is not provided.

WW3/model/src/w3iorsmd.F90

Lines 1300 to 1309 in abc77b9

ELSE
TLEV(1) = -1
TLEV(2) = 0
TICE(1) = -1
TICE(2) = 0
TRHO(1) = -1
TIC1(1) = -1
TIC1(2) = 0
TIC5(1) = -1
TIC5(2) = 0

This resulted in an unexpected failure for the mesh cap, when adding additional export fields for the Coastal App. See ufs-community/ufs-weather-model#2367 for details.

It is unknown whether this impacts WW3 standalone RTs.

Expected behavior
TRHO(2) should have an initial value set.

@DeniseWorthen DeniseWorthen added the bug Something isn't working label Aug 9, 2024
@MatthewMasarik-NOAA
Copy link
Collaborator

@DeniseWorthen this is interesting, thank you for documenting it. I will look into whether it has an impact on the standalone WW3 regtests.

@MatthewMasarik-NOAA
Copy link
Collaborator

It is unknown whether this impacts WW3 standalone RTs.

@DeniseWorthen from some quick initial standalone testing, this fix alone doesn't seem to change the regtest outcomes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants