How to do vector fields under CF? #318
-
QuestionHave been trying to figure out how to encode a vector (velocity) using the CF standard. Seems like there are at least three ways this could be done
but I can't figure out which would be compatible with the CF conversion. Seems that other have had this problem too. For example, here is someone asking on the ParaView mailing list. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Option 1 is the standard way to store velocity fields. If you search the standard name table for "velocity", you'll find lots of |
Beta Was this translation helpful? Give feedback.
-
NOTE: there have been multiple discussions in the past about having another way to more explicitly store vector data, but AFAIK, as @sethmcg said, your option (1) -- store each component individually, is the CF way. |
Beta Was this translation helpful? Give feedback.
-
I believe this discussion has concluded and the original question has been answered, so I am marking this as closed. |
Beta Was this translation helpful? Give feedback.
Option 1 is the standard way to store velocity fields. If you search the standard name table for "velocity", you'll find lots of
something_something_x_velocity
, etc.