Having issue with updated GFS DDTs data structures: PR 2183 #2457
Replies: 5 comments 4 replies
-
JFYI, @climbfuji |
Beta Was this translation helpful? Give feedback.
-
A couple of quick questions:
|
Beta Was this translation helpful? Give feedback.
-
@climbfuji Thanks for your help. Here are my comments,
|
Beta Was this translation helpful? Give feedback.
-
BTW, this is HRRR configuration. I have only one tile. |
Beta Was this translation helpful? Give feedback.
-
@uturuncoglu I know this discussion continued offline and there was a PR in progress. Has it been resolved, or should this discussion remain open? |
Beta Was this translation helpful? Give feedback.
-
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