You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/lib/metadata.py
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -264,13 +264,31 @@ def __init__(self):
264
264
self.short='_'
265
265
266
266
267
-
classCdnc(CdncMeta):
267
+
classCdncQ06(CdncMeta):
268
268
269
269
def__init__(self):
270
270
super().__init__()
271
271
self.dim= {0: 'time', 1: 'ke', 2: 'je', 3: 'ie'}
272
272
self.name='cdnc'
273
-
self.long='cloud droplet number density (characteristic value for atmospheric column). Source: National Aeronautics and Space Administration (NASA). MODerate resolution Imaging Spectroradiometer (MODIS), https://modis.gsfc.nasa.gov/data/'
273
+
self.long='cloud droplet number density (characteristic value for atmospheric column). Source: National Aeronautics and Space Administration (NASA). MODerate resolution Imaging Spectroradiometer (MODIS) Q06, https://modis.gsfc.nasa.gov/data/'
274
+
275
+
276
+
classCdncG18(CdncMeta):
277
+
278
+
def__init__(self):
279
+
super().__init__()
280
+
self.dim= {0: 'time', 1: 'ke', 2: 'je', 3: 'ie'}
281
+
self.name='cdnc'
282
+
self.long='cloud droplet number density (characteristic value for atmospheric column). Source: National Aeronautics and Space Administration (NASA). MODerate resolution Imaging Spectroradiometer (MODIS) G18, https://modis.gsfc.nasa.gov/data/'
283
+
284
+
285
+
classCdncBR17(CdncMeta):
286
+
287
+
def__init__(self):
288
+
super().__init__()
289
+
self.dim= {0: 'time', 1: 'ke', 2: 'je', 3: 'ie'}
290
+
self.name='cdnc'
291
+
self.long='cloud droplet number density (characteristic value for atmospheric column). Source: National Aeronautics and Space Administration (NASA). MODerate resolution Imaging Spectroradiometer (MODIS) BR17, https://modis.gsfc.nasa.gov/data/'
0 commit comments