Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Jan 25, 2021
  3. Jan 21, 2021
  4. Jan 20, 2021
  5. Jan 15, 2021
  6. Jan 14, 2021
  7. Jan 05, 2021
  8. Jan 04, 2021
  9. Dec 17, 2020
  10. Dec 16, 2020
  11. Dec 11, 2020
  12. Dec 07, 2020
  13. Nov 05, 2020
  14. Oct 28, 2020
  15. Oct 27, 2020
  16. Oct 26, 2020
  17. Oct 13, 2020
  18. Oct 09, 2020
  19. Oct 02, 2020
  20. Oct 01, 2020
  21. Sep 22, 2020
  22. Sep 16, 2020
    • RODIER Quentin's avatar
      Quentin 16/09/2020: TSWATER bugfix: major correction on reading the land mask... · 5cc0c0ad
      RODIER Quentin authored
      Quentin 16/09/2020: TSWATER bugfix: major correction on reading the land mask for interpolation of inland temperature TSWATER from GRIB file for AROME, ARPEGE, IFS and MOCAGE. The bug is present since MNH541 July 2018 when GFS was introduced. For all models, the land mask is 1=land ; 0=sea/inland water. Then, the surface temperature of the lakes is XUNDEF for PMASK/=0. With PMASK/=1 the surface temperature of the lakes was equal to land surface temperature (T2 in the grib)
      5cc0c0ad
  23. 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
Loading