Description Usage Arguments Details Value Functions
A kg/m2 of water is approximately one millimeter of depth (because at standard temperature 1 cc of water masses 1 gram). So, to convert to depth per unit time, you just multiply by the number of seconds in the time unit you want.
1 2 3 | pr_conversion(input)
pr_conversion_simple(input)
|
input |
a 2d array of monhtly downscaled preciptation data in kg/m2/s to convert to mm/month, row.names of input must correspond to a time formatted as YYYYMM |
The difference between the regular and simplified version is that the simplified version doesn't attempt to correct for the fact that months are not all the same length; it just treats every month as 1/12 of a tropical year.
a matrix of monthly precipitation data in mm/month
pr_conversion_simple
: Simplified conversion of monthly downscaled preciptation from kg/m2/s to mm/month
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.