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}) ik.j acque s@ca nada. ca
- Date
- August 29th, 2016 - Initial version