Although i have posted a replz to the calvosa post, this might not receive required attention.
my problem is that i can not find a solution to what i believe must be solvable.
I retrieve data from ecmwf in two different spectral truncations T799 and T1279. The T799 can be processed, the T1279 not by the ungrib routine.
This refers to the surface data. atmospheric data seems to be fine
There is a post indicating to prescribe the record length. This is not working as the data originates from ECMWF mars directly. That means that in the
rd_grib1.F routine there is a switch which indicates that if the (map%nx.eq.65535) (which is true) then only data from the NCEP grid IDs is 37 to 44 can be processed.
This is data from ECMWF (id 98) with grid id 255. So it will not pass the if statement. (around line 530 in rd_grib1.F)
Is there a fix? is there a user who succcessfully uses ECMWF data at T1279 with ungrib.
A solution would be to use the data at ncar, however, as i want to generate an ensemble, i would like to use the output from ecmwf ensemble system and it is not clear if this lives outside ecmwf mars. Or i could use forecast data )as opposed to analysis) again not clear to me if ncar has this either.
If there is a user who has solved this problem with the data from ecmwf and is willing to write a line with a solution, this will be much appreciated as right now we are stuck.
my problem is that i can not find a solution to what i believe must be solvable.
I retrieve data from ecmwf in two different spectral truncations T799 and T1279. The T799 can be processed, the T1279 not by the ungrib routine.
This refers to the surface data. atmospheric data seems to be fine
There is a post indicating to prescribe the record length. This is not working as the data originates from ECMWF mars directly. That means that in the
rd_grib1.F routine there is a switch which indicates that if the (map%nx.eq.65535) (which is true) then only data from the NCEP grid IDs is 37 to 44 can be processed.
This is data from ECMWF (id 98) with grid id 255. So it will not pass the if statement. (around line 530 in rd_grib1.F)
Is there a fix? is there a user who succcessfully uses ECMWF data at T1279 with ungrib.
A solution would be to use the data at ncar, however, as i want to generate an ensemble, i would like to use the output from ecmwf ensemble system and it is not clear if this lives outside ecmwf mars. Or i could use forecast data )as opposed to analysis) again not clear to me if ncar has this either.
If there is a user who has solved this problem with the data from ecmwf and is willing to write a line with a solution, this will be much appreciated as right now we are stuck.