1 / 6

MF activities…20100408

MF activities…20100408. reengineering of wxmap2 and TC s/w as python classes… .py modules general processing of TCs and model output recent applications w2.dss.a|v|mdeck.py – FIM v FIMY p.bao.fimicane.qsub.runs.py HFIP – Tier1 tracker 2009 summer model runs (FIM8, FIM9, F8EM, F9EM, F0EM).

dhaggerty
Download Presentation

MF activities…20100408

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MF activities…20100408 • reengineering of wxmap2 and TC s/w as python classes… • .py modules general processing of TCs and model output • recent applications • w2.dss.a|v|mdeck.py – FIM v FIMY • p.bao.fimicane.qsub.runs.py • HFIP – Tier1 tracker 2009 summer model runs (FIM8, FIM9, F8EM, F9EM, F0EM)

  2. FIM v FIMY track error SHEM 2010

  3. FIM v FIMY track error SHEM 2010

  4. python p.bao.fimicane.qsub.runs.py from FM import * from TCtrk import * from AD import AdeckBaseDir class FimRunBao(FimRun): dtg='2009081212' model='r900bao1' expopt='R900SLK500SM125DP15' atcfname=model.lower() year=dtg[0:4] # wjet FE,FR # FE=setFEbao(dtg,model,expopt) FR=FimRunBao(FE) # make local FE,FR FElocal=setFE(dtg,model,fmodel=FE.fmodel,expopt=FE.expopt,sroot=trootWjet,troot=lrootLocal) FRlocal=FimRun(FElocal,gribver=FR.gribver) # -- rsync over the data # sdir=FR.tDir tdir=FRlocal.tDirNotag #Rsync2Local(sdir,tdir) FRlocal.LsGrib() tdirTT="%s/tctrk"%(tdir) tdirAdeck="%s/esrl/%s/w2flds"%(AdeckBaseDir,year) taus=FRlocal.tdattausData maxtau=taus[-1] ctlpath=FRlocal.ctlpath TT=TmTrk(dtg,model,atcfname,tdirTT,tdirAdeck,taus,maxtau,ctlpath,verb=1) TT=TT.doTrk(ropt='',doKlean=0,override=0) TT.w2PlotTcGen(basin='epac',parea='tropepac',dowindow=1,gentau=120,dostdd=0) import python modules – FM  Fim Model; M2  Model2; GA  opengrads; mf  utilities run Tim Marchok’s tracker

  5. tau 120 R900SLK500SM125DP15 - Vmax

  6. R900SLK500SM125DP15 :: scaled TD days  tau 120

More Related