Not logged in - Login
< back

AMET Data Analysis

Atmospheric Model Evaluation Tool (AMET)

AMET Users Guide

Using AMET on Valkyr

Installing new AQ Obs Data by Year

  • Data are available here: https://drive.google.com/drive/u/1/folders/0B2kjxCwKICxUZ3ZyNEVld2F6bHc
  • Install to /home/AMET/AMET_v13/obs/AQ
  • Find the file that you want to download and copy the alphanumeric part of the HTTP address into the following command. Also change the name of the filename to download (e.g. 2014_Obs.tar.gz)
  •  perl /usr/local/etc/gdown/gdown.pl "https://drive.google.com/uc?export=download&id=0B2kjxCwKICxUZFdlT2ExZWlpT1U" 2014_Obs.tar.gz
    

  • Note that when you untar the new obs data you'll need to move it to the appropriate AMET directory. For example, for the 2014 archive it will unpack into obs/2014. Move the 2014 directory to /home/AMET/AMET_v13/obs/AQ

Installation Notes

  • Location: /home/AMET/AMET_v13
  • Installation Command for AMET:
  •   git clone -b 1.3 https://github.com/USEPA/AMET.git AMET_v13
    

  • Upgrade R to the latest version:
  • sudo yum install R
    

  • Install required R packages for AMET
  • sudo R
    > install.packages(c("RMySQL", "date", "maps", "mapdata","stats","plotrix", "fields"))
    

  • Manual install of ncdf4 for R
  • wget http://cirrus.ucsd.edu/~pierce/ncdf/ncdf4_1.13.tar.gz
    sudo R CMD INSTALL ncdf4_1.13.tar.gz
    

  • Set AMETBASE and username/pass in /home/AMET/AMET_v13/configure/amet-config.R
  • Create the AMET user ametiwdw (only needs to be done once)
  • cd /home/AMET/AMET_v13/scripts_db/dbSetup
    ./create_amet_user.csh
    user: ametiwdw
    pass: winter********
    

  • Run the AMET test case
  • cd /home/AMET/AMET_v13/scripts_analysis/aqExample
    ./run_AMET_batch_scripts.csh
    
    Note: there was a small bug in the AMET script input_files/Network.input that I fixed.