Ufuk Turunçoğlu
Ufuk Turunçoğlu
@gspetro-NOAA Thank you!
@arief121 Thanks for your interest and pointing the broken link. I fixed now. Since we have no funding to continue to work we had to stop further development of the...
Note that the implementation is not working after - https://github.com/NOAA-EMC/fv3atm/commit/aa1484378de6cc665910b63a691a1475809f6bb3. The data provided by CDEPS can not be passed correctly. Probably the approach used in `fv3/atmos_model.F90` needs to be fixed.
@DusanJovic-NOAA Let me try. Thanks.
@DusanJovic-NOAA JFYI, I am passing grid component to CDEPS inline with following call ``` call stream_init(fcstGridComp(cpl_grid_id), clock, rc) ``` and grid for `fcstGridComp` is defined like following in the `FV3/fv3/module_fcst_grid_comp.F90`....
The `datar82d` indexes are local in my case. So, I updated `datar82d(i,j)` to `datar82d(i-isc+1,j-jsc+1)` to make the indexes also local. Then, run my configuration again but did not helped too...
@DusanJovic-NOAA I also think that the data in CCPP side seems rotated or reversed in one direction. Not sure.
@DeniseWorthen Unfortunately, no. Let me try, it could catch some error in the implementation.
@DusanJovic-NOAA I also check SFC_Ocean and Ice and it is defined like `horizontal_loop_extent`, let me know if you still want me to replace all `horizontal_loop_extent` with `horizontal_dimension`.
@DusanJovic-NOAA Okay. Let me try.