-
Notifications
You must be signed in to change notification settings - Fork 1
/
variable_mapping.yaml
101 lines (100 loc) · 1.48 KB
/
variable_mapping.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
albedo_ave:
description: 'Surface albedo'
fv3:
file: phyf
name: albdo_ave
transform: to_fraction
wrf:
name: ALBSOL
delz:
description: '3D Height thickness'
fv3:
file: dynf
name: delz
unit: m
ground_flux:
description: 'Ground heat flux (instantaneous)'
fv3:
file: phyf
name: gflux
unit: 'W m-2'
wrf:
name: GRDFLX
orog:
description: 'Surface height'
fv3:
file: phyf
name: orog
unit: 'm'
wrf:
name: ter
pbl_height:
description: 'PBL Height'
fv3:
file: phyf
name: hpbl
unit: 'm'
wrf:
name: PBLH
soil_moisture:
description: 'Soil moisture'
fv3:
file: phyf
name: soilw
unit: 'm3 m-3'
wrf:
name: SMOIS
soil_temp:
description: 'Soil temperature'
fv3:
file: phyf
name: soilt1
unit: 'K'
wrf:
name: TSLB
soil_type:
description: 'Soil type'
fv3:
file: phyf
name: sotyp
unit: int
wrf:
name: SOILCAT
specific_humidity:
description: '3D Specific Humidity'
fv3:
file: dynf
name: spfh
unit: 'kg kg-1'
temp:
description: '3D Temperature'
fv3:
file: dynf
name: tmp
unit: 'K'
wrf:
name: temp
temp_sfc:
description: 'Surface Temperature'
fv3:
file: phyf
name: tmpsfc
unit: 'K'
wrf:
name: TSK
u:
description: '3D U component of wind'
fv3:
file: dynf
name: ugrd
unit: 'm s-1'
wrf:
name: ua
v:
description: '3D V component of wind'
fv3:
file: dynf
name: vgrd
unit: 'm s-1'
wrf:
name: va