MET Online Tutorial for METv2.0
Compilation: Compile MET
Make MET
Once the top-level Makefile has been configured to the local environment, execute the following commands to build MET:-
make >& make_met.log&
tail -f make_met.log
To exit the tail command, type CNTL-C.
The GNU make is required to build MET. For those users building MET on an IBM, you may need to use gmake.
Examine the contents of the make_met.log file. Look for the following message that indicates the build was successful:
*** Finished Making the Model Evaluation Tools Project ***
Built Executables
The bin/ subdirectory should now contain the following 10 MET executables:- ascii2nc
- gen_poly_mask
- grid_stat
- mode
- mode_analysis
- pb2nc
- pcp_combine
- point_stat
- wavelet_stat
- stat_analysis
Known Issues and MET_Help
If you encounter problems building METv2.0, please:- Refer to the MET User Support page.
- Refer to the METv2.0 known issues page.
- Send email to met_help@ucar.edu.

