You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Steps for running the fortran model (https://opensource.ncsa.illinois.edu/bitbucket/projects/VBD/repos/mir_model_f/browse)

  • The 3 routines that are run on the original server
    • Get forecast 
    • Get prism data

      • /home/nan/WNV_WX/MIR_model/run.cp_prism

        • get prism data

          • /home/mtimlin/estSTCD/estCDwestnile/estCD.csh

            • set d1 to 19810101 and d2 to `date +"%Y%m%d"` the get 4 files:
              • curl -o estCD.dir/estCDp --data 'params={"state":"IL","sdate":"'$d1'","edate":"'$d2'","grid":"21","elems":[{"name":"pcpn","area_reduce":"climdiv_mean"}]}' http://data.rcc-acis.org/GridData

              • curl -o estCD.dir/estCDn --data 'params={"state":"IL","sdate":"'$d1'","edate":"'$d2'","grid":"21","elems":[{"name":"mint","area_reduce":"climdiv_mean"}]}' http://data.rcc-acis.org/GridData

              • curl -o estCD.dir/estCDx --data 'params={"state":"IL","sdate":"'$d1'","edate":"'$d2'","grid":"21","elems":[{"name":"maxt","area_reduce":"climdiv_mean"}]}' http://data.rcc-acis.org/GridData

              • curl -o estCD.dir/estCDt --data 'params={"state":"IL","sdate":"'$d1'","edate":"'$d2'","grid":"21","elems":[{"name":"avgt","area_reduce":"climdiv_mean"}]}' http://data.rcc-acis.org/GridData

        • copy prism data

          • from timlin directory cd /home/mtimlin/estSTCD/estCDwestnile/estCD.dir/110x  where x=[1,9]  where x is the climate division

          • to WNV_WX/Not_smooth/110x
    • Run Model

      • /home/nan/WNV_WX/MIR_model/run.cmp_n_nweek

        • run the model
          • ./cmp_n_nweek 11 0x 2017 where x=[1,9]
        • rename plots
        • copy plots (rename) (110x_2017_plot → 110x_YRcur_plot) to webapp directory



  • No labels