Ejemplo n.º 1
0
 def setDoubleValue(self, attribute):
     if (cmip6_cv.has_cur_dataset_attribute(attribute)):
         if (isinstance(self.dictGbl[attribute], numpy.ndarray)
                 and isinstance(self.dictGbl[attribute][0], numpy.float64)):
             self.dictGbl[attribute] = self.dictGbl[attribute][0]
             cmip6_cv.set_cur_dataset_attribute(attribute,
                                                self.dictGbl[attribute])
Ejemplo n.º 2
0
 def set_double_value(self, attribute):
     if cmip6_cv.has_cur_dataset_attribute(attribute):
         if isinstance(self.dictGbl[attribute], numpy.ndarray) and \
                 isinstance(self.dictGbl[attribute][0], numpy.float64):
             self.dictGbl[attribute] = self.dictGbl[attribute][0]
             cmip6_cv.set_cur_dataset_attribute(attribute,
                                                self.dictGbl[attribute])
Ejemplo n.º 3
0
 def set_double_value(self, attribute):
     if cmip6_cv.has_cur_dataset_attribute(attribute):
         if isinstance(self.dictGbl[attribute], numpy.ndarray) and \
                 isinstance(self.dictGbl[attribute][0], numpy.float64):
             self.dictGbl[attribute] = self.dictGbl[attribute][0]
             cmip6_cv.set_cur_dataset_attribute(attribute, self.dictGbl[attribute])