Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
bb44967
·
verified ·
1 Parent(s): 736a45b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -17
README.md CHANGED
@@ -41,27 +41,35 @@ when running AIFS Single themselves.
41
 
42
  More detailed information about the new parameters introduced with AIFS Single v1.0 is provided in the table below.
43
 
44
- | Short Name | Name | Units | Component Type | Lev.Type |
45
- |:----------:|:----:|:-----:|:--------------:|:--------:|
46
- | swl1 | Volumetric soil water layer 1 | \\(m^3 m^{-3}\\) | HRES | sfc |
47
- | swl2 | Volumetric soil water layer 2 | \\(m^3 m^{-3}\\) | HRES | sfc |
48
- | stl1 | Soil temperature level 1 | \\(K\\) | HRES | sfc |
49
- | stl2 | Soil temperature level 2 | \\(K\\) | HRES | sfc |
50
- | 100u | 100 metre U wind component | \\(m s^{-1}\\) | HRES | sfc |
51
- | 100v | 100 metre V wind component | \\(m s^{-1}\\) | HRES | sfc |
52
- | ssrd | Surface short-wave (solar) radiation downwards | \\(J m^{-2}\\) | HRES | sfc |
53
- | strd | Surface long-wave (thermal) radiation downwards | \\(J m^{-2}\\) | HRES | sfc |
54
- | tcc | Total cloud cover | \\((0 - 1)\\) | HRES | sfc |
55
- | hcc | High Cloud Cover | \\((0 - 1)\\) | HRES | sfc |
56
- | mcc | Medium Cloud Cover | \\((0 - 1)\\) | HRES | sfc |
57
- | lc | Low cloud cover | \\((0 - 1)\\) | HRES | sfc |
58
- | ro | Runoff | \\(m\\) | HRES | sfc |
59
- | sf | Snowfall | \\(m\\) of water equivalent | HRES | sfc |
60
 
61
 
62
  #### Changes to existing parameters
63
 
64
- There are no changes to existing parameters already introduced with AIFS Single v0.2.1.
 
 
 
 
 
 
 
 
65
 
66
  #### Discontinued parameters
67
 
 
41
 
42
  More detailed information about the new parameters introduced with AIFS Single v1.0 is provided in the table below.
43
 
44
+ | Short Name | Name | Units | Component Type | Lev.Type | Comments |
45
+ |:----------:|:----:|:-----:|:--------------:|:--------:|:-----------------------------------------------------:
46
+ | sdor | Standard deviation of sub-gridscale orography | \\(m\\) | AIFS | sfc | Please note that sdor is not forecast by AIFS Single v1.However, this parameter exists in the GRIB 2 output to enable the autoregressive forecast for future time steps.
47
+ | slor | Slope of sub-gridscale orography | Numeric | AIFS | sfc | Please note that sdor is not forecast by AIFS Single v1.However, this parameter exists in the GRIB 2 output to enable the autoregressive forecast for future time steps.
48
+ | ssrd | Surface short-wave (solar) radiation downwards | \\(J m^{-2}\\) | AIFS | sfc |
49
+ | strd | Surface long-wave (thermal) radiation downwards | \\(J m^{-2}\\) | AIFS | sfc |
50
+ | lcc | Low cloud cover | \\((0 - 1)\\) | AIFS | sfc |
51
+ | mcc | Medium cloud cover | \\((0 - 1)\\) | AIFS | sfc |
52
+ | hcc | High cloud cover | \\((0 - 1)\\) | AIFS | sfc |
53
+ | sf | Snowfall water equivalent | \\(kg m^{-2}\\) | AIFS | sfc |
54
+ | tcc | Total cloud cover | \\((0 - 1)\\) | AIFS | sfc |
55
+ | 100u | 100 metre U wind component | \\(m s^{-1}\\) | AIFS | sfc |
56
+ | 100v | 100 metre V wind component | \\(m s^{-1}\\) | AIFS | sfc |
57
+ | rowe | Runoff water equivalent (surface plus subsurface) | \\(kg m^{-2}\\) | AIFS | sfc |
58
+ | vsw | Volumetric soil moisture | \\(m^3 m^{-3}\\) | AIFS | sol |
59
+ | sot | Soil temperature | \\(K\\) | AIFS | sol |
60
 
61
 
62
  #### Changes to existing parameters
63
 
64
+
65
+ Two existing parameters already introduced with AIFS Single v0.2.1 will see changes due to GRIB 2 formatting with the implementation of AIFS Single v1.
66
+
67
+ | Short Name | Name | Old Param ID | Old Units | New Param ID | New Units |
68
+ |:----------:|:----:|:------------:|:---------:|:------------:|:---------:|
69
+ | cp | Convective precipitation | 143 | \\(m\\) | 228143 | \\(kg m^{-2}\\) |
70
+ | tp | Total precipitation | 228 | \\(m\\) | 228228 | \\(kg m^{-2}\\) |
71
+
72
+
73
 
74
  #### Discontinued parameters
75