We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The time manager mod documentation does not base dates. "Time intervals are stored and defined in terms of integer number of days and integer seconds." from what? https://docs.dart.ucar.edu/en/latest/assimilation_code/modules/utilities/time_manager_mod.html
The text was updated successfully, but these errors were encountered:
Default is NO_CALENDAR
Sorry, something went wrong.
! List of available calendar types public :: THIRTY_DAY_MONTHS, JULIAN, GREGORIAN, NOLEAP, NO_CALENDAR, & GREGORIAN_MARS, SOLAR_MARS
Base dates from the code:
time = set_time(0, 0) call get_date(time, year, month, day, hour, minute, second)
doc: calendar & base date infomation added to time_manager_mod
c544fbd
fixes #826 Added search terms for time manager
hkershaw-brown
Successfully merging a pull request may close this issue.
The time manager mod documentation does not base dates.
"Time intervals are stored and defined in terms of integer number of days and integer seconds." from what?
https://docs.dart.ucar.edu/en/latest/assimilation_code/modules/utilities/time_manager_mod.html
The text was updated successfully, but these errors were encountered: