[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WRF units

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: WRF units
  • Date: Thu, 08 Apr 2004 14:51:42 -0600

Hi Wei:

address@hidden wrote:

John,

We are fixing the units in WRF data and I have a couple of questions and
would like to seek your advise.
1. Does CF understand unit named 'flag'? We use it for landmask 'unit'.
Should we just leave it blank? Other similar ones are 'fraction' - values
ranges from 0 to 1, and 'category' which we use for fields like soil types,
and vegetation types.

no, none of those. for "unitless" quantities, use units=""


2. I see CF doesn't recognize unit MM, and changed it to 1.0E12. Does it
understand lower case unit 'mm'?

yes mm works


3. Does CF understand 'W m-2' unit?

yes, thats ok. some people prefer using "." instead of space, eg W.m-2


4. How about 'kg m-3 . kg kg-1'? These are variables multiplied together.
But we don't really output them, so they may not matter much.

it doesnt like mixing the blanks and dots " . " between two terms, but you can do any of these:



kg m-3 kg kg-1

kg m-3.kg kg-1

kg.m-3.kg.kg-1




Thanks,

Wei