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.f90andmo_utils.f90from JAMS into Forces -
mo_utils:-
special_valueis now pure, allowing it to be called from pure functions - added functions
isinandisinloc
-
-
mo_string_utils:-
toupperis now pure, allowing it to be called from pure functions
-
-
mo_julian:-
date2decaccepts the optionalfracdayargument as a fallback to missinghh,mmorssarguments -
dec2dateaccepts the optionalfracdayoutput argument -
dec2dateacceptsunitsargument 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 theddofspecifying the delta degrees of freedom [default]
-
Notes:
- in
mo_julianother calendars were not implemented as this is too much work and there is no use case
Edited by Robert Schweppe