HI @zklaus : good point about the existing rules. Regarding your use case; wouldn't that use case be covered by setting the `long_name` to "Temperature time-series from the Umeå station"? The current convention appears to permit "Umeå_station", but not "Umeå station" (blanks not allowed).
The cfchecker (4.0) takes a narrower view of what is allowed, restricting variable names to string matching the python regex: `'^[a-zA-Z][a-zA-Z0-9_]*$'`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/cf-convention/cf-conventions/issues/237#issuecomment-732238536 This list forwards relevant notifications from Github. It is distinct from [email protected], although if you do nothing, a subscription to the UCAR list will result in a subscription to this list. To unsubscribe from this list only, send a message to [email protected].
