AirWare On-line Reference Manual
| | Release Level | 5.4 |
| | Release Date | 2008 10 |
| Revision Level | 1.0 |
Meteorological data import
The following scripts and functions are used to control the download
of meteorological input data and boundary conditions for the
MM5 prognostic meteorological model:
| /app/data/gfs/get_gfs.php | downloads gfs data, scheduled by cron |
| /app/data/gfs/ungrib_gfs.sh | ungribs gfs data calling pregrid_gfs.sh |
| /app/data/gfs/wget_fnl.sh | downloads (historical) fnl data, on demand |
| /app/data/gfs/ungrib_fnl.sh | ungribs fnl data calling pregrid_fnl.sh |
| /app/data/pregid/pregrid_gfs.sh | reads gfs grib data for forecast |
| /app/data/pregid/pregrid_fnl.sh | reads fnl grib data for historical scenarios |
For MM5 model runs, the main path is /app/mm5/mm5_location/:
| run_mm5_forecast.sh | runs daily forecast |
| run_mm5_fnl.sh | runs historical scenario |
| log_import.sh | imports log message to GLOBAL_LOG.LOG |
| TERRAIN/TERRAIN_DOMAINx | mm5 grid files |
| regridder/create_namelist.sh | creates namelist.input file for regridder |
| regridder/regridder | regrids input data to mm5 horizontal grid |
| INTERPF/create_namelist.sh | creates namelist.input file for interpf |
| INTERPF/interpf | interpolates input data to mm5 vertical grid |
| MM5/configure.user | mm5 model configuration file |
| MM5/mm5.deck | mm5 setup file for model run, creates namelist file mmlif |
| MM5/Run/cp_bc.sh | copies input files to model run directory |
| MM5/Run/mm5.exe | mm5 model executable |
| MM5/Run/GENPARM.TBL | table with general parameters |
| MM5/Run/LANDUSE.TBL | table with land use categories |
| MM5/Run/SOILPARM.TBL | table with soil parameters |
| MM5/Run/VEGPARM.TBL | table with vegetation parameters) |
| MM5toCAMx/create_namelist.sh | creates mm5camx.job input file for mm5camx.linux |
| MM5toCAMx/run_mm5camx | runs mm5camx.linux and saves data in MM5_OUTPUT |
| MM5_IMPORT/scenario_import.sh | imports general mm5 scenario info |