read_gem.f90 File Reference

Functions/Subroutines

subroutine read_gem
 Reader of GEM model data (from ECCC)
This program reads the NWP model data required for the simulator Note that the following variables must be present: More...
 

Function/Subroutine Documentation

subroutine read_gem ( )

Reader of GEM model data (from ECCC)
This program reads the NWP model data required for the simulator Note that the following variables must be present:

  • TT Temperature [K]
  • PR Pressure at the center of the level [Pa]
  • HR Relative Humidity [%]
  • MPQC Cloud mass mixing ratio [g/m-3]
  • MPQI Ice mass mixing ratio [g/m-3]
  • MPQS Snow mass mixing ratio [g/m-3]
  • MPQR Rain mass mixing ratio [g/m-3]
  • MPQG Graupel mass mixing ratio [g/m-3]
  • MPQH Hail mass mixing ratio [g/m-3]
  • MPNC Cloud number mixing ratio [m-3]
  • MPNI Ice number mixing ratio [m-3]
  • MPNS Snow number mixing ratio [m-3]
  • MPNR Rain number mixing ratio [m-3]
  • MPNG Graupel number mixing ratio [m-3]
  • MPNH Hail number mixing ratio [m-3]
  • lat Latitude
  • lon Longitude
  • height Height [m]

The output file format from HRDPS was converted to NetCDF by (Dominik Jacques {domin.nosp@m.ik.j.nosp@m.acque.nosp@m.s@ca.nosp@m.nada..nosp@m.ca})

Author
Bernat P Treserras (berna.nosp@m.t.pt.nosp@m.reser.nosp@m.ras@.nosp@m.mcgil.nosp@m.l.ca) McGill University
Date
August 29th, 2016 - Initial version