Here read() command opens NetCDF files
|
Goodlist = [] |
|
WMOlist = biofloat.get_wmo_list(PROFILESdateref) |
|
for wmo in WMOlist: |
|
SubProfilelist_1 = biofloat.filter_by_wmo(PROFILESdateref,wmo) |
|
for i in SubProfilelist_1: |
|
_, Profile, _ = i.read(var) |
|
if(Profile.size!=0) : Goodlist.append(i) |
Is it useful, if superfloat has at least 5 measurements?
Here
read()command opens NetCDF filesbit.sea/src/bitsea/Float/daTimes/profile_dates_DAfreq.py
Lines 80 to 86 in 9a0d9fb
Is it useful, if superfloat has at least 5 measurements?