Draft: merged JAMS routines into FORCES
Closes #38 and makes !17 (closed) obsolete (can be closed)
Features:
- merged features from
mo_moment.f90
,mo_julian.f90
andmo_utils.f90
from JAMS into Forces -
mo_utils
:-
special_value
is now pure, allowing it to be called from pure functions - added functions
isin
andisinloc
-
-
mo_string_utils
:-
toupper
is now pure, allowing it to be called from pure functions
-
-
mo_julian
:-
date2dec
accepts the optionalfracday
argument as a fallback to missinghh
,mm
orss
arguments -
dec2date
accepts the optionalfracday
output argument -
dec2date
acceptsunits
argument specifying reference times as in NetCDF files (see CF conventions)
-
-
mo_moment
:-
absdev
[0],central_moment
[0],central_moment_var
[0],correlation
[0],covariance
[0],mixed_central_moment
[0],mixed_central_moment_var
[0],moment
[1],std_dev
[1],variance
[1], accept theddof
specifying the delta degrees of freedom [default]
-
Notes:
- in
mo_julian
other calendars were not implemented as this is too much work and there is no use case
Edited by Robert Schweppe