-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hi guys,
I am trying to make sense of the list of channels [0..19]. I would like to know which channel is first, seconds, etc.
By looking at this file https://github.com/NVlabs/FourCastNet/blob/master/data_process/parallel_copy_small_set.py I got the following channel list:
0: 'u10'
1: 'v10'
2: 't2m'
3: 'sp'
4: 'msl'
5: 't_850'
6: 'u_1000'
7: 'v_1000'
8: 'z_1000'
9: 'u_850'
10: 'v_850'
11: 'z_850'
12: 'u_500'
13: 'v_500'
14: 'z_500'
15: 't_500'
16: 'z_50'
17: 'r_500'
18: 'r_850'
19: 'tcwv'
Is this the correct mapping? Where can I find a definitive one?
Best,
Luis V
Metadata
Metadata
Assignees
Labels
No labels