Example #1
0
 def cfprobe(self, q):
     checks.check_valid(q, "standard_name", "streamflow")
Example #2
0
 def cfprobe(self, sic, area):
     checks.check_valid(sic, "standard_name", "sea_ice_area_fraction")
Example #3
0
 def cfprobe(self, dan, dax):
     for da in (dan, dax):
         checks.check_valid(da, "cell_methods", "time: maximum within days")
         checks.check_valid(da, "standard_name", "air_temperature")
Example #4
0
 def cfprobe(self, da):
     checks.check_valid(da, "cell_methods", "time: mean within days")
     checks.check_valid(da, "standard_name", "air_temperature")
Example #5
0
 def cfprobe(self, dan, dax):
     for da in (dan, dax):
         checks.check_valid(da, 'cell_methods', 'time: maximum within days')
         checks.check_valid(da, 'standard_name', 'air_temperature')
Example #6
0
 def cfprobe(self, da):
     checks.check_valid(da, 'cell_methods', 'time: mean within days')
     checks.check_valid(da, 'standard_name', 'air_temperature')
Example #7
0
 def cfprobe(self, q):
     checks.check_valid(q, 'standard_name', 'streamflow')