Exemplo n.º 1
0
 def cfprobe(self, dan, dax):
     for da in (dan, dax):
         checks.check_valid(da, "standard_name", "air_temperature")
     checks.check_valid(dan, "cell_methods", "time: minimum within days")
     checks.check_valid(dax, "cell_methods", "time: maximum within days")
     assert dan.units == dax.units
Exemplo n.º 2
0
 def cfprobe(self, sic, area):
     checks.check_valid(sic, "standard_name", "sea_ice_area_fraction")
Exemplo n.º 3
0
 def cfprobe(self, da):
     checks.check_valid(da, "cell_methods", "time: maximum within days")
     checks.check_valid(da, "standard_name", "air_temperature")
Exemplo n.º 4
0
 def cfprobe(self, q):
     checks.check_valid(q, "standard_name", "streamflow")