-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Bring feature/gdas-validation up to date with develop #861
Bring feature/gdas-validation up to date with develop #861
Commits on Dec 18, 2023
-
Code clean-up and a reference test for VIIRS AOD IODA converter (NOAA…
…-EMC#808) ### Description: - Remove duplicate code (NetCDFToIodaConverter2d.h) and implement the channel dimension to the original constructors. - Update the VIIRS ioda converter ctest with reference test. --------- Co-authored-by: ypwang19 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ceedcce - Browse repository at this point
Copy the full SHA ceedcceView commit details
Commits on Dec 19, 2023
-
make ctest dmpdir more like real life (NOAA-EMC#816)
This makes the ctest DMPDIR for observation files more like the DMPDIR used in model runs, in order to provide for closer-to-life ctests, and in anticipation of the R2D2-ectomy.
Configuration menu - View commit details
-
Copy full SHA for ff211e5 - Browse repository at this point
Copy the full SHA ff211e5View commit details -
Updated var yamls (NOAA-EMC#817)
Tested on containers and Hera. The variational test for `soca` and `fv3-jedi` are ok now, but I see failures in land DA ... - fixes NOAA-EMC#814
Configuration menu - View commit details
-
Copy full SHA for 911af66 - Browse repository at this point
Copy the full SHA 911af66View commit details -
Fix test reference mismatch (NOAA-EMC#786)
#### What this PR fixed - Two new ioda converters <del>that work with `mktime` in a C library function</del> that need to ensure consistent behavior across different machines with different time zones (e.g., Orion (CST) and Hera (UTC)) - <del>Set the time zone explicitly using the `tzset` function with UTC time zone</del> - Used ```oops/utils``` to make dateime to Julian date so now code is a lot simpler than before Fixed NOAA-EMC#783 --------- Co-authored-by: Guillaume Vernieres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 146c790 - Browse repository at this point
Copy the full SHA 146c790View commit details
Commits on Dec 21, 2023
-
Adding a feature Metadata/ocean-basin-flag to all ioda converters (NO…
…AA-EMC#821) - Moved a simple OceanMask struct that reads in regional ocean masks to base class - Those are an implementation of the feature in all converters Close NOAA-EMC#775 - Tested with one full obs file for each converter: ![ocean_flag_combined](https://github.com/NOAA-EMC/GDASApp/assets/141867620/e114f1c4-f45a-420e-8336-26075cdfa301)
Configuration menu - View commit details
-
Copy full SHA for 116da71 - Browse repository at this point
Copy the full SHA 116da71View commit details -
Copy prepped marine obs to ROTDIR (NOAA-EMC#819)
The obs prepped and converted to IODA are copied to `ROTDIR` under obs. Also, the order of `JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP` and `JGLOBAL_PREP_OCEAN_OBS` tasks are swapped , as `JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP` creates the target directory. --------- Co-authored-by: Guillaume Vernieres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b628f1 - Browse repository at this point
Copy the full SHA 4b628f1View commit details -
Bugfix for CI and linking loop (NOAA-EMC#822)
This PR adds in changes to clone recursively in CI, plus a fix to not create infinite loops in symlinks (still not clear how it happens but a `rm` should do the trick) Note the stable driver script will be heavily modified as part of the switch to submodules.
Configuration menu - View commit details
-
Copy full SHA for f933f90 - Browse repository at this point
Copy the full SHA f933f90View commit details -
acftpro and conventional updates (NOAA-EMC#792)
There were a number of changes needed to some of the converter scripts. The changes are outlined in issue NOAA-EMC#785 . From that issue: Some updates were made to the following bufr2ioda python sripts. 1. acft_profiles prepbufr script - added units to instantaneousAltitudeRate (should be ms-1) - added ObsError for all variables - added windEastward to QM - dateTime code fix to make it run faster. Missing is now _, 2. ADPSFC prepbufr script - changes to the SFCSHP script that came up during the code sprint needed to be done to ADPSFC as well - I added ObsError for stationPressure. - I edited the height variable down from heightOfStation. - I added stationElevation to MetaData. - datetime fix 3. the conventional ps script. - Added ObsSubType - Added ObsError - Added stationElevation to MetaData - heightOfStation -> height - fixed types - ObsError and QM ==0 are changed to "Missing" - dateTime codefix. Runs slightly faster. Missing is no longer 0, it is _, --------- Co-authored-by: Nicholas Esposito <[email protected]> Co-authored-by: Nicholas Esposito <[email protected]> Co-authored-by: Cory Martin <[email protected]> Co-authored-by: Nicholas Esposito <[email protected]> Co-authored-by: Emily Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee8c547 - Browse repository at this point
Copy the full SHA ee8c547View commit details -
Update observation YAMLs for conventional surface pressure (NOAA-EMC#824
) Same as NOAA-EMC#803 but into develop! --------- Co-authored-by: RussTreadon-NOAA <[email protected]> Co-authored-by: Emily Liu <[email protected]> Co-authored-by: emilyhcliu <[email protected]> Co-authored-by: BrettHoover-NOAA <[email protected]> Co-authored-by: Brett Hoover <[email protected]> Co-authored-by: Xuanli Li <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ec001 - Browse repository at this point
Copy the full SHA 69ec001View commit details
Commits on Dec 22, 2023
-
Ocean obs prep ctest now processes ssts on 20180415 (NOAA-EMC#825)
The ctest for JGLOBAL_PREP_OCEAN_OBS runs on cycle 2018-04-15-12 like the rest of the g-w task ctests, and processes Metop B GHRSST using the GHRSST IODA converter, and puts them in the appropriate ROTDIR obs directory for later use. Another step towards NOAA-EMC#815 @ShastriPaturi you should probably give this a closer look --------- Co-authored-by: Guillaume Vernieres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a34773a - Browse repository at this point
Copy the full SHA a34773aView commit details
Commits on Jan 4, 2024
-
Fix missing datetime "unit" and Ghrsst2ioda output "K" to "C" (NOAA-E…
…MC#834) This PR fixes two bugs: 1. Missing datetime "units" 2. Ghrsst2ioda converter outputs sea surface temperature with unit "C" All outputs are placed at each issue at NOAA-EMC#831 and NOAA-EMC#830 Close NOAA-EMC#831 , Close NOAA-EMC#830
Configuration menu - View commit details
-
Copy full SHA for 45b902f - Browse repository at this point
Copy the full SHA 45b902fView commit details -
make bufr2ioda_subpfl_argo_profiles.py an executable file (NOAA-EMC#795)
@emilyhcliu found that permission restrictions on `bufr2ioda_subpfl_argo_profiles.py` prevent it from being executed. [`feature/chmod`](https://github.com/NOAA-EMC/GDASApp/tree/feature/chmod) was created and the file permissions changed so that `bufr2ioda_subpfl_argo_profiles.py` is executable. Fixes NOAA-EMC#788
Configuration menu - View commit details
-
Copy full SHA for bd57012 - Browse repository at this point
Copy the full SHA bd57012View commit details
Commits on Jan 5, 2024
-
Manage the YAML files into the explicit filter ordering. (NOAA-EMC#790)
- The UFO filters are rearranged by using the explicit filter ordering with `obs pre filters`, `obs prior filters` and `obs post filters` options. - Add `Temporal Thinning filter` into the `obs post filters` section and and arrange it after the `Background Check filter` and before the `Buddy check filter`. - Rename the IMS IODA file name and copy it into the `rundir/obs` directory for the late use in the snow analysis in the global workflow (NOAA-EMC/global-workflow#2033). Co-authored-by: Cory Martin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4a3f45 - Browse repository at this point
Copy the full SHA a4a3f45View commit details -
Feature/landda ci (NOAA-EMC#839)
This PR is prepared for NOAA-EMC/global-workflow#2199
Configuration menu - View commit details
-
Copy full SHA for 69b1eb4 - Browse repository at this point
Copy the full SHA 69b1eb4View commit details
Commits on Jan 10, 2024
-
Remove tests with R2D2 and anything referencing it (NOAA-EMC#836)
Removes soca ctests related to R2D2, associated data, and any lines in scripts, yamls, or other config files referencing it. SOCA ctests now run on obs prepped by the prep obs task. Almost takes care of NOAA-EMC#815 as references are still present in global-workflow task config files. `logging.info` has been replaced by `print` because logging hasn't been working --------- Co-authored-by: Guillaume Vernieres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6577584 - Browse repository at this point
Copy the full SHA 6577584View commit details
Commits on Jan 11, 2024
-
Add 'bound to include' to manipulate the DA window. (NOAA-EMC#846)
Add `bound to include` to manipulate the DA window following the recent upgrades in JEDI on the DA window manipulation (PRs [ufo #3056](JCSDA-internal/ufo#3056); [oops #2386](JCSDA-internal/oops#2386) and [ioda NOAA-EMC#1121](JCSDA-internal/ioda#1121)) for handling the loss of the observations due to the difference in NCEP dump convention and IODA convention.
Configuration menu - View commit details
-
Copy full SHA for 6ad3b86 - Browse repository at this point
Copy the full SHA 6ad3b86View commit details -
Follow up of the "bye bye" R2D2 PR: More marine obs in the ctests (NO…
…AA-EMC#847) - I moved all the untested obs `yaml` under `obs/old`, assuming that they probably are all wrong since the removal of R2D2 - I added (fake) AMSR2 icec cdl files - Same as above but for ADT, also skipping the concatenation post ioda processing and concatenating with the new ioda converters - I've made an effort to try to use the provider's file naming convention, but do check.
Configuration menu - View commit details
-
Copy full SHA for 4e3e586 - Browse repository at this point
Copy the full SHA 4e3e586View commit details -
Add Hercules build capability to GDASApp (NOAA-EMC#774)
MSU Hercules is available for use. This PR adds `hercules.lua` to GDASApp `modulefiles/GDAS`. Fixes NOAA-EMC#773 --------- Co-authored-by: Cory Martin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc4c940 - Browse repository at this point
Copy the full SHA cc4c940View commit details
Commits on Jan 16, 2024
-
Use submodules rather than ecbuild_bundle git (NOAA-EMC#811)
This PR creates git submodules for each external JEDI library rather than using `ecbuild_bundle` to get the library source code through git. There is also a new set of scripts to automate the update process of the submodules (both an update and a git add, in separate scripts). Peppered through here are also some minor changes for CI testing that are needed due to this change + the global-workflow using submodules. --------- Co-authored-by: Guillaume Vernieres <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 639ef16 - Browse repository at this point
Copy the full SHA 639ef16View commit details -
Get rid of DRIPCG (NOAA-EMC#850)
A little (tall?) birdie has informed us that we apparently should not be using DRIPCG, and seems we are using DRIPCG in our tests. This PR removes that. Note that the global-workflow will likely need modified in `config.atmanl` to use the different YAML name.
Configuration menu - View commit details
-
Copy full SHA for 5056169 - Browse repository at this point
Copy the full SHA 5056169View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b79c0a2 - Browse repository at this point
Copy the full SHA b79c0a2View commit details -
Using diffusion central block (NOAA-EMC#851)
We'll have to test and readjust the hybrid B weights, since the correlation central block is now normalized! (thanks @travissluka) , but the plumbing is mostly sorted out. - fixes NOAA-EMC#826 ### Issues not addressed yet - Better vertical decorrelation scales - The horizontal diffusion shouldn't be initialized at every cycle.
Configuration menu - View commit details
-
Copy full SHA for 0e97461 - Browse repository at this point
Copy the full SHA 0e97461View commit details -
Fix Marine VRFY Task in the SOCA ctests (NOAA-EMC#856)
#### What this PR includes: - Fix test_gdasapp_soca_JGDAS_GLOBAL_OCEAN_ANALYSIS_VRFY by updating `marine_gdas_plots.yaml` format and it related `marine_eva_post.py` - <del>As of now, ctests passed on `Hera Machine` and `Orion Machine` is still needed to check</del> - ctests passed on both `Hera Machine` and `Orion Machine`, see NOAA-EMC#829 Fixes NOAA-EMC#829 Thanks to @CoryMartin-NOAA
Configuration menu - View commit details
-
Copy full SHA for f63fe7e - Browse repository at this point
Copy the full SHA f63fe7eView commit details
Commits on Jan 18, 2024
-
BUFR2IODA python API converters for marine monthly in situ BUFR (NOAA…
…-EMC#844) This PR adds bufr2ioda python API converters for marine monthly in situ data based on the work done during the "End-to-End Code Sprint" by the atmosphere group. partially resolves NOAA-EMC#711 --------- Co-authored-by: Guillaume Vernieres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f74f17 - Browse repository at this point
Copy the full SHA 7f74f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9624743 - Browse repository at this point
Copy the full SHA 9624743View commit details