-
Notifications
You must be signed in to change notification settings - Fork 156
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
GSI scripts change to assimilate Metop-c AVHRR radiance #295
Comments
@XuLi-NOAA -- Metop-c has replaced Metop-a (not -b) as the operational satellite in that orbit. |
@dtkleist , thanks! It is Metop-a, not Metop-b. Corrected. |
A quick update: I planned to run two cycling runs, starting 2022012818, at C384, GFS cold start, 12 GDAS cycles (2022012900 to 2022013118). v16nst7: updated global-work flow, no metop-c avhrr, and additional in situ data (saildrone, Argo & Glider) v16nst8: The same as v16nst8 but with metop-c avhrr, and additional in situ data v16nst7 (control run) has been done, the results analysis is underway. From v16nst8, there seems issues for some AVHRR radiance data, e.g., for metop-c, the cloud flag (CLAVR) is always missing. That means all the data will not be used since the observation with non-zero cloud flag (non perfect clear based on CLAVR) ) will be tossed in GSI. I will see how about the later cycles. But ObsProc people can check why cloud flag is missing for avcsam*2022012900. |
The issue in metop-c AVHRR bufr data file (in avcsam) has been fixed since 2022021118 cycle, nothing is changed at the NCEP side, something is changed at the source, NESDIS side. and v16nst12: w/ metop-c AVHRR have been run for 4 days (16 cycles), starting from 2022021118. It shows the metop-c AVHRR has been assimilated successfully, the evaluation shows the NSST analysis between the two runs are small, but one concern is that it is getting slightly colder with metop-c AVHRR in. The final check is underway. A PR will be submitted after that. |
Regression test results (Oh Hera): 47% tests passed, 10 tests failed out of 19 Total Test time (real) = 15324.10 sec The following tests FAILED: I saw the failure reasons for a couple of tests, but didn't see every. |
@MichaelLueken-NOAA : Hera is down today and I checked out the branch feature/gsi_avhmc on dell and then ran the regression tests, it show only two tests are failed: I checked /gpfs/dell2/emc/modeling/noscrub/Xu.Li/regression/global_fv3_4denvar_C192_regression_results.txt, it shows the problem is the results are not reproducible. I checked and /gpfs/dell2/ptmp/Xu.Li/_gpfs_dell2_emc_modeling_noscrub_Xu.Li_git_GSI_avhmc_build/tmpreg_global_fv3_4denvar_C192/global_fv3_4denvar_C192_loproc_updat, I can see the number of observations read from nsstbufr is different, read_nsstbufr : 22 0 20752 10401 (contrl) read_nsstbufr : 22 0 20752 10350 (updat) I don't understand how does this difference come from. And I cannot the metop-c AVHRR is used in the regression test, it looks like the GSI analysis scripts used in the regression test are not from my branch (feature/gsi_avhmc)? Can you check? As to global_C96_fv3aerorad, I cannot see why it failed from /gpfs/dell2/emc/modeling/noscrub/Xu.Li/regression/global_C96_fv3aero_regression_results.txt, everything is OK from it. |
@XuLi-NOAA Looking at your feature/gsi_avhmc branch, this doesn't have your update that was merged to the authoritative repository on Monday, 02/28/2022 (Adding assimilation of Saildrone, Argo, and Glider data to NSST). This will affect the number of observations read from nsstbufr for global_fv3_4denvar_C192. For global_C96_fv3aerorad, in global_C96_fv3aerorad_regression_results.txt (not global_C96_fv3aero_regression_results.txt), I see:
This is fine and expected behavior for this test on non-Hera machines. As you said, all other regression tests passed without issue. |
@MichaelLueken-NOAA : Yes, the merge with "Adding assimilation of Saildrone, Argo, and Glider data to NSST" is not included here. |
…ate metop-c AVHRR radiance.
@MichaelLueken-NOAA : Looks like I need to update my branch and even my fork master since the update of the authoritative repository on Monday, 02/28/2022, and rerun the regression tests, or is there a better way to go ahead? |
@XuLi-NOAA: Yes, it would be best to update both your feature/gsi_avhmc branch and master branch in your fork will need to be updated with the latest authoritative master. It would probably be best to rerun just the global_fv3_4denvar_C192 regression test to ensure that it works as expected, then a new PR with this work can be created. To run a single test: In your build directory, open CTestTestfile.cmake and comment out the add_test and set_tests_properties for all configurations that aren't global_fv3_4denvar_C192. This will allow you to run a single regression test. |
Summary:
|
The regression test, global_fv3_4denvar_C192, passed. ctest 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 5062.26 sec |
…late Metop-C AVHRR radiance.
GitHub Issue #295. GSI scripts and fix file changes to assimilate Metop-c AVHRR radiance
…ate Metop-C AVHRR radiance data.
…late Metop-C AVHRR radiance.
GitHub Issue NOAA-EMC#295. GSI scripts and fix file changes to assimilate Metop-c AVHRR radiance
… assimilate Metop-C AVHRR radiance data.
…similate Metop-C AVHRR radiance.
…similate Metop-C AVHRR radiance.
This issue is to replace Metop-a AVHRR , which discontinued in November 2021, with Metop-c AVHRR radiance.
The necessary GSI change is limited to scripts, once the Metop-c AVHRR radiance is added to avcsam bufr data file.
The text was updated successfully, but these errors were encountered: