Upload fx_variables.py with huggingface_hub
Browse files- fx_variables.py +28 -0
fx_variables.py
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FX_VARIABLES = [
|
| 2 |
+
'areacella',
|
| 3 |
+
'areacello',
|
| 4 |
+
'areacellr',
|
| 5 |
+
'basin',
|
| 6 |
+
'clayfrac',
|
| 7 |
+
'deptho',
|
| 8 |
+
'fldcapacity',
|
| 9 |
+
'hfgeoubed',
|
| 10 |
+
'ksat',
|
| 11 |
+
'lithk',
|
| 12 |
+
'mrsofc',
|
| 13 |
+
'orog',
|
| 14 |
+
'rlu',
|
| 15 |
+
'rootd',
|
| 16 |
+
'rsd',
|
| 17 |
+
'rsu',
|
| 18 |
+
'sandfrac',
|
| 19 |
+
'sftgif',
|
| 20 |
+
'sftgrf',
|
| 21 |
+
'sftlf',
|
| 22 |
+
'sftof',
|
| 23 |
+
'siltfrac',
|
| 24 |
+
'thkcello',
|
| 25 |
+
'topg',
|
| 26 |
+
'volcello',
|
| 27 |
+
'zfull'
|
| 28 |
+
]
|