RAiDER icon indicating copy to clipboard operation
RAiDER copied to clipboard

Confirm model levels and pressures levels is computed correctly for all models

Open dbekaert opened this issue 4 years ago • 5 comments

Model levels were incorrectly computed at half levels not at full levels. E.g.:

  • ECMWF HRES pressure
  • ECMWF HRES model Not providing consistent results.

This has been fixed in the code with ECMWF Support interaction, but needs verification over a region to show the large bias has been removed. We also want to ensure we are now more consistent with the GACOS 2021 paper in terms of mean bias.

dbekaert avatar Aug 03 '21 15:08 dbekaert

@kam3545 can you a test over a small region to verify the mean biass issue has been resolved?

dbekaert avatar Aug 31 '21 15:08 dbekaert

Hi @dbekaert I used below commands with new RAiDER codes after update repo and environment

raiderDownloadGNSS.py --out products_ex2 --date 20210517 --returntime '18:00:00' --bounding_box '32 42 -125 -114' --cpus all

raiderDelay.py --model NCMR --date 20210517 --time 18:00 --station_file ./products_ex2/UNRcombinedGPS_ztd.csv --zref 30000 -v

I found attached error

Thanks log.TXT

kam3545 avatar Sep 05 '21 03:09 kam3545

Hi @jlmaurer and @dbekaert New codes are working at global calculation, but I found larger errors as compared to the last version for NCMRRF/NCUM model. Thanks

kam3545 avatar Sep 11 '21 00:09 kam3545

@kam3545 Can we confirm that NCUM product structure identical to the ECMWF model? I understood its model is a modification of the ECMWF model hence; similar variable definitions etc.

dbekaert avatar Sep 14 '21 15:09 dbekaert

@dbekaert Please provide me a sample file of ECMWF HRES to identify changes in NCUM vs ECMWF model's variables. Both centers are using unified model (UM), definitely with large differences in implementation level.

kam3545 avatar Sep 15 '21 22:09 kam3545