units of omega

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
wendy
Posts: 15
Joined: Thu Jan 06, 2005 5:19 pm
Location: Institute of Ocean Sciences

units of omega

#1 Unread post by wendy »

an ncdump of a netcdf history file shows the units of omega to be cubic meters per second, however in wrt_his.F the routine scale_omega is called before omega is written. This routine multiplies omega by pn and pm, so the units of omega on output are actually m/s.

drivas
Posts: 33
Joined: Tue Aug 28, 2007 8:31 pm
Location: CICESE

Re: units of omega

#2 Unread post by drivas »

Hi Wendy,
My understanding is that Omega as it appears in netCDF files is already dimensioned in m/sec, even though the attribute "units" tells that it is in m^3/sec (that is erroneous now, but true for very old versions of the code). As you have already seen, before writing Omega into netCDF file, it is multiplied by pm*pn and therefore has units of m/sec. I hope this helps. Good luck.
DAVID

Post Reply