# File lib/numru/nusdas.rb, line 1544
    def set_attrs(meta)
      attr = Hash.new
      attr["creator"] = meta[:creator]
      attr["model_name"] = @@models[@type1[0,4]]
      attr["vertical_grid"] = @@vertical_grids[@type1[6,2]]
      attr["data_attribute"] = @@data_attributes[@type2[0,2]]
      attr["time_attribute"] = @@time_attributes[@type2[2,2]]
      attr["projection"] = @@projections[meta[:projection].rstrip]
      return attr
    end