The Order of pressure levels
Opened this issue · 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?
Hi, the pre-trained models should receive pressure levels in the descending order.
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']