Skip to content
Snippets Groups Projects
  1. Sep 03, 2020
    • RODIER Quentin's avatar
      Quentin 03/09/2020: GFS bugfix: vertical interpolation... · 231fe82f
      RODIER Quentin authored
      Quentin 03/09/2020: GFS bugfix: vertical interpolation (ver_inter_to_mixed_grid.f90) from the GFS isobaric pressure grid was wrong.
      Previously, the computation of the altitude of mass points XZMASS_LS (ver_prep_gribex.f90) was done from XZFLUX_LS computed from the orography PZS_LS (in change_gribex_var.f90) as for hybrid vertical coordinate.
      However, the vertical grid of GFS is isobaric pressure (no orography). Thus, previously the first level of GFS data (at 1000hPa) was interpolated at the first grid level of MNH (orography + ZHAT) leading to strong biais of temperature, wind and so on near high topography. The corrections include :
      - reading of all levels (31),
      - add tyeOfFirstFixedSurface argument for SEARCH_FIELD routine to read correctly the orography and geopotential height from the GRIB,
      - reading the geopotential height in read_all_data_grib_case.f90 for GFS and inject it in the case of vertical interpolation of an isobaric pressure grid in ver_prep_gribex_case.
      231fe82f
  2. Aug 28, 2020
  3. Aug 18, 2020
  4. Aug 03, 2020
  5. Jul 28, 2020
  6. Jul 24, 2020
  7. Jul 10, 2020
  8. Jul 08, 2020
  9. Jul 06, 2020
  10. Jun 30, 2020
  11. Jun 24, 2020
  12. Jun 23, 2020
  13. Jun 18, 2020
  14. Jun 12, 2020
  15. Jun 11, 2020
  16. Jun 04, 2020
  17. May 28, 2020
  18. Apr 28, 2020
  19. Apr 21, 2020
  20. Apr 14, 2020
Loading