Closed nicholas512 closed 2 months ago
Yes, JRA-55 has a higher resolution for model level comparing to the reanalysis we used. I discussed with Stephan when I was working on GlobSim. A significant drawback of the model level is it does not (or very little) assimilate observations, and hence has worse performance than the reanalysis although has a higher resolution. I did not realize the "3- and 6-hourly forecast” issue. In fact, I simply followed the original globsim document, and mostly focusing on data downloads.
Grid
JRA currently downloads a 1.25 degree grid
288:145:90N:0E:90S:1.25W:1.25:1.25
However, ~0.5 degree grid is available (model resolution)
e.g. from interactive subset online
1.25 degree grid (what we get) 0.56 degree grid (what we could get)
Implementation
it shouldn't be much trouble if we can just request the finer grid
3- and 6-hourly forecast
Currently, only 0-3 hourly forecast is downloaded
'product': '3-hour Average (initial+0 to initial+3)',
but its also possible to get initial+3 to initial+6, which would be a finer temporal resolution for certain variables. Comparing what we get with what we could get:Implementation
we might be able to get both products (3 and 6 hr) by omitting the 'product' specification in the requst (online interface defaults to "all available data')
Then its a question of: