Pangu-Weather icon indicating copy to clipboard operation
Pangu-Weather copied to clipboard

The Order of pressure levels

Open imning3 opened this issue 1 year ago • 2 comments

Hi, thanks for the great work! However, I'm confused when preparing the input data. I found that the 13 pressure levels in the example of input file (input_upper.npy) you provided are in ascending order (50hpa, ..., 1000hpa), while they are defined in your readme file in descending order. Which order should I choose?

imning3 avatar Jan 02 '24 13:01 imning3

Hi, the pre-trained models should receive pressure levels in the descending order.

198808xc avatar Jan 05 '24 04:01 198808xc

Hi, thanks for the great work! However, I'm confused when preparing the input data. I found that the 13 pressure levels in the example of input file (input_upper.npy) you provided are in ascending order (50hpa, ..., 1000hpa), while they are defined in your readme file in descending order. Which order should I choose?

Late but detailed answer: pressure_levels = ['1000', '925', '850', '700', '600', '500', '400', '300', '250', '200', '150', '100', '50']

oceanoff avatar Apr 22 '24 05:04 oceanoff