Skip to contents

return numeric

return footprint/receptor id

Usage

obs_julian(y, m, d, origin., legacy = FALSE, verbose = TRUE)

obs_julian(y, m, d, origin., legacy = FALSE, verbose = TRUE)

Arguments

y

year

m

month

d

day

origin.

string

legacy

logical, to use legacy code

verbose

logical, to show more messages

Value

returns day since 1/1/1960

a string with the receptor id

Details

Helpers Legacy

Examples

{
if (FALSE) { # \dontrun{
# Do not run
obs_julian(1, 2020, 1)
} # }
}
{
if (FALSE) { # \dontrun{
# Do not run
obs_julian(y = 2002,
            m = 8,
            d = 3,
            legacy = TRUE)
obs_julian(y = 2002,
            m = 8,
            d = 3,
            legacy = FALSE)
} # }
}