GEOS-ESM / GEOSadas

GEOS Earth System Model Atmospheric Data Assimilation (ADAS) Fixture
Apache License 2.0
7 stars 3 forks source link

GEOS-IT 5.29.4-p3 still missing stuff (1) #215

Open rtodling opened 1 year ago

rtodling commented 1 year ago

I am attempting to collect all know issues in a single place. We now have emails that have talking about items that are troubled in that tag, but the emails are scattered, disconnected from each other at times, and items are redundantly numbered.

Note that addressing some of these involve changes to repos other than the GEOSadas fixture. Whenever addressed, those repos should refer to this issue in GEOSadas.

I am copying and pasting from exchanges w/ Rob.

  1. same as 16

  2. I see inconsistencies in the gocart settings that I thought we had handled in the tag

  3. same as 13

  4. I see inconsistencies in the gaas obsys file that I thought we had resolved

  5. I see a change in the obsys.rc that I don’t understand associate w/ AMSRE

  6. ??

  7. ??

  8. ??

  9. Fixed a problem in silo.arc and mstorage.arc:

     ${PESTOROOT}%s/other/Y%y4/M%m2/%s.ctm_tavg_1hr_glo_C180x180x6_v72.%y4-%m2-%d2T%h2%n2Z.nc4 

    . ${PESTOROOT}%s/other/Y%y4/M%m2/%s.ctm_inst_1hr_glo_C180x180x6_v72.%y4-%m2-%d2T%h2%n2Z.nc4

  10. The destination directory should be diag, not other.

  11. Correct AOD_OBSCLASS in FVDAS_Run_Config to add: patmosx_ods,mod04_061_his,myd04_061_his

  12. Correct OBSCLASS in FVDAS_Run_Config to remove geosit_wspd_pre-qc_bufr and geosit_1bssu_bufr.

  13. Correct mhsbufr-metopc line in gsi.rc.tmpl

  14. Modify monthly.yyyymm.pl.tmpl to remove "dastest" from the qos

  15. Remove all C180x180x6 collections from monthly.rc16.

  16. There were garbled lines from GIT (HEAD,develop) at the bottom of the following two files in run:

    run/gmao_ozinfo.db/active.tbl run/gmao_ozinfo.db/available.tbl

    Get rid of the GIT marker lines and choose the entry that has 22 levels (for NOAA-19).

  17. Remove AMSRE from the OBSCLASS until Jianjun figures out what is wrong.

  18. For the LWI change in the 4 collections below (in the NOTES), LWI will only be replaced by FRACI AND for convenience, TS. Those two variables, along with the 4 other constant FRACTIONS, can be used to replace the original intent of LWI. The 4 constant variables are in the constants file (and always have been). This is a change to the tagged version of HISTORY.rc.tmpl.

    Changes in HISTORY since the last test run:

    A) _NCKS tags removed B) chm_tavg_3hr_glo_L576x361_slv collection: change LWI to FRLAND, FRLANDICE, FRLAKE, FROCEAN, FRACI C) chm_tavg_3hr_glo_C180x180x6_slv collection: change LWI to FRLAND, FRLANDICE, FRLAKE, FROCEAN, FRACI D) aer_inst_3hr_glo_L576x361_v72 collection: change LWI to FRLAND, FRLANDICE, FRLAKE, FROCEAN, FRACI E) aer_inst_3hr_glo_C180x180x6_v72 collection: change LWI to FRLAND, FRLANDICE, FRLAKE, FROCEAN, FRACI

  19. GEOS-IT is using an incorrect gsi_sens.rc.tmpl - though this is not an issue since FSOI not running, I recommend it to get changed for constancy. This need to way for the new path.

  20. Model group reports on a few unit errors in history put out by FVdycoreCubed_GridComp

elakkraoui commented 1 year ago
rtodling commented 1 year ago
  1. Fixed in https://github.com/GEOS-ESM/GEOSana_GridComp/pull/109
  2. turned out not to be the case
  3. Fixed in https://github.com/GEOS-ESM/GEOSana_GridComp/pull/109
  4. n/a
  5. Fixed in https://github.com/GEOS-ESM/GEOSana_GridComp/pull/109 (no need to change obeys.rc)
  6. n/a
  7. n/a
  8. n/a
  9. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  10. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  11. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  12. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  13. See 3
  14. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  15. Fixed in https://github.com/GEOS-ESM/GEOSadas/pull/217
  16. See 1
  17. Same as 5
  18. Fixed in @GEOSgcm_App v1.5.6.2
  19. Fixed in https://github.com/GEOS-ESM/GEOSana_GridComp/pull/109
  20. Fixed in v1.2.15.1 (from prior v1.2.15)
rtodling commented 1 year ago

Also included:

https://github.com/GEOS-ESM/GEOSana_GridComp/pull/110

In @GEOSgcm_App: modified: AGCM.rc.tmpl - update version of solar file: NRLSSI2 modified: HISTORY_FP.rc.21z.tmpl - bkg_clcv stream, had incorrect (old) label modified: HISTORY_GEOSIT.rc.tmpl - revise Fraction of land/ice/etc output in a few of com collections (per item 18 above)

elakkraoui commented 1 year ago

Ricardo, can I add one last item to the list (it came up at our reanalysis meeting today)?

21- Add historical gmi version 7 to obsys.rc with a transition to NRT files in 20220101

BEGIN geosit_gmi_bufr => gmi.%y4%m2%d2.t%h2z.bufr 20140401_00z-20211231_18z 060000 /discover/nobackup/projects/gmao/input/dao_ops/ops/reanalysis/gmi_v7/bufr/Y%y4/M%m2/gmi_v7_L1CR.%y4%m2%d2.t%h2z.bufr 20220101_00z-21001231_18z 060000 /discover/nobackup/projects/gmao/input/dao_ops/ops/flk/gmi/bufr/gmi/Y%y4/M%m2/gmi_L1CR.%y4%m2%d2.t%h2z.bufr END

rtodling commented 1 year ago

I'll do it Amal, but it still blows my mind what GEOS IT is carrying GMI - it's assimilated, and even as passive it has questionable use ... anyway.

elakkraoui commented 1 year ago

Ricardo, GEOSIT is not assimilating GMI, it is to be monitored only. Also, Yanqiu and Jianjun are updating us regularly on the issues with GMI assimilation which we hope can be resolved in time for R21C.

rtodling commented 1 year ago

Still more:

I forgot that Rob has a modified GEOSadas.csm in the run dir ... I have now included that in a tag.

rtodling commented 1 year ago

Ricardo, GEOSIT is not assimilating GMI, it is to be monitored only. Also, Yanqiu and Jianjun are updating us regularly on the issues with GMI assimilation which we hope can be resolved in time for R21C.

Amal, I know the run is not assimilating GMI - I was the one who removed the date from the 3dvar to begin with; I'm just not sure about the value of using it for monitoring but so be it ...

rlucches commented 1 year ago

Thanks ... I noticed that.

Rob

On Wed, Oct 05, 2022 at 03:13:07AM -0700, rtodling wrote:

Still more:

I forgot that Rob has a modified GEOSadas.csm in the run dir ... I have now included that in a tag.

— Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe. You are receiving this because you were assigned. Message ID: @.***>

References

  1. https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FGEOS-ESM%2FGEOSadas%2Fissues%2F215%23issuecomment-1268231086&data=05%7C01%7Crobert.a.lucchesi%40nasa.gov%7C2b90691f5e294af7246608daa6ba35f4%7C7005d45845be48ae8140d43da96dd17b%7C0%7C0%7C638005615942967005%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=V0y6vYsq8DsgTh6GkwwkgxcK%2B9F2myqUU7PQdgq41kU%3D&reserved=0
  2. https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAORRJXFNPARS6GIVOGGBTG3WBVIDHANCNFSM6AAAAAAQYY2YGY&data=05%7C01%7Crobert.a.lucchesi%40nasa.gov%7C2b90691f5e294af7246608daa6ba35f4%7C7005d45845be48ae8140d43da96dd17b%7C0%7C0%7C638005615942967005%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=EksvSHLTikKbGvZpaFKm%2BMTRVGXE%2FGVdQhEweAhbHR8%3D&reserved=0

--


Rob Lucchesi SSAI @.*** Global Modeling and Assimilation Office (GMAO) Operational Software Group (301) 614-6182 Code 610.1 NASA-Goddard Space Flight Center
Greenbelt, MD 20771