Using ioda util to convert the datetime in AMSR2 converter#1077
Merged
Conversation
|
Automated Global-Workflow GDASApp Testing Results: |
guillaumevernieres
approved these changes
Apr 26, 2024
|
Automated Global-Workflow GDASApp Testing Results: |
danholdaway
added a commit
that referenced
this pull request
May 2, 2024
* develop: Visualize stats in simple html document (#1089) Time series of csv stats (#1086) Use the gdas bkg for the static B (#1084) Add module files to compile on AWS (#1082) The DA only uses the gdas bkg ... fixing again ... (#1079) Using ioda util to convert the datetime in AMSR2 converter (#1077) Add modulefile for Dogwood/Cactus (#1073) Addition of a switch for the cycling type (#1072) Added YAML, JSON, python files for assimilating VIIRS satwinds (#1055) No mpi for the ascii stats (#1070)
DavidNew-NOAA
pushed a commit
that referenced
this pull request
Jan 16, 2026
#### This PR includes: - Replace the method to get datetime from epoch time by using `ioda utils` - `julianDate - 2440588` will make half day off - The above method will avoid dealing with decimal precision. - Closes #1062 --------- Co-authored-by: Guillaume Vernieres <guillaume.vernieres@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes:
ioda utilsjulianDate - 2440588will make half day off