Having issue with updated GFS DDTs data structures: PR 2183 #2457
Unanswered
uturuncoglu
asked this question in
Q&A
Replies: 4 comments 3 replies
-
JFYI, @climbfuji |
Beta Was this translation helpful? Give feedback.
0 replies
-
A couple of quick questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@climbfuji Thanks for your help. Here are my comments,
|
Beta Was this translation helpful? Give feedback.
3 replies
-
BTW, this is HRRR configuration. I have only one tile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a code that brings CDEPS inline capability to FV3 to ingest Great Lake surface properties (SST, sea ice etc.) and update those information through the CCPP. This is a done for a JTTI project. This was working fine but once I sync the development branch with the head of develop, I have some issues. I crackdown the issue to a specific PR - In fv3atm: convert GFS DDTs from blocked data structures to contiguous arrays (#2183) - hash: fcf0022
I was using following code to ingest data coming from CDEPS inline to CCPP,
Then, after PR I had to change it to following,
but now the result field is corrupted (I am checking by activating aux debug variables in CCPP side and write those to FV3 history file). For example for the working configuration, I could see the mask variable correctly on the output like following,
but the updated code produces following,
So, I tried different things but could not find any solution. Any suggestion will help at this point.
Beta Was this translation helpful? Give feedback.
All reactions