Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
  2. Dec 07, 2020
  3. Nov 05, 2020
  4. Oct 28, 2020
  5. Oct 27, 2020
  6. Oct 26, 2020
  7. Oct 13, 2020
  8. Oct 09, 2020
  9. Oct 02, 2020
  10. Oct 01, 2020
  11. Sep 22, 2020
  12. 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
  13. 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
  14. Aug 28, 2020
  15. Aug 18, 2020
  16. Aug 03, 2020
  17. Jul 28, 2020
  18. Jul 24, 2020
  19. Jul 10, 2020
  20. Jul 08, 2020
  21. Jul 06, 2020
  22. Jun 30, 2020
Loading