# NOT RUN {
# Select the surface wind datatype manually (unknown tree nodes)
hourly.wind.dt = cf_datatype()
# 2 --> Datatype: Wind
# 1 --> Datatype 2: Surface Wind
# 2 --> Options: Hourly Wind
# (2) --> Another option: No
# 3 --> Units: Knots
hourly.wind.dt
# Or select the datatype programatically (using the selections seen above)
hourly.wind.dt = cf_datatype(2, 1, 2, 3)
hourly.wind.dt
# }
Run the code above in your browser using DataLab