MESH-Model / MESH-Dev

This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
2 stars 3 forks source link

nc output does not have units #20

Open mee067 opened 8 months ago

mee067 commented 8 months ago

It will be good to add units to outputs whenever possible. It is possible for nc format and also r2c format. Some variables are fluxes, others are depths. For example, RFF is the runoff depth. Runoff components (OVRFLW, LATFLW, LKG) are fluxes (kg/m2/s) in some parts of the code but I think they are converted to depths for output. Temperature states can be in K or C. This could be also done for initial conditions in nc format.