摘要:
load "$NCARG_ROOT/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl" load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" load "$NCARG_ROOT/lib/ncarg/
閱讀全文
摘要:
`; WRFOUT D01 a = addfile(".nc","r") u = wrf_user_getvar(a,"ua",-1) v = wrf_user_getvar(a,"va",-1) p = wrf_user_getvar(a,"pressure",-1) ; z = wrf_user
閱讀全文
摘要:
wrfout日降水量如何處理?rainnc+rainc是累計(jì)降水 利用ncl如何循環(huán)讀取每日降水量 ; 計(jì)算24h累計(jì)降水,因?yàn)橹?h輸出一次,所以3-7月一共3672個(gè)文件 do i=0,ntimes-1 rainc(i,:,:) = wrf_user_getvar(f, "RAINC", i +
閱讀全文
摘要:
1.win+r 2.輸入 cmd 3.輸入 chkdsk 你的符盤:/f
閱讀全文
摘要:
可以使用該網(wǎng)站W(wǎng)RF Domain Wizard (jiririchter.github.io) 直接選定模擬區(qū)域,相關(guān)參數(shù)會(huì)出來(lái),點(diǎn)擊open可以保存該方案至本地
閱讀全文
摘要:
wks_type = "png" wks_type@wkWidth = 2500 ;設(shè)置分辨率 wks_type@wkHeight = 2500 res = True res@tmXTOn = False res@tmYROn = False ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
閱讀全文
摘要:
;當(dāng)我在使用mask提取我所需要的區(qū)域時(shí),發(fā)現(xiàn)提取出來(lái)的全是缺測(cè)值 ;主要問(wèn)題出現(xiàn)在: ;變量名var,維度屬性為 time lon lat ;當(dāng)我調(diào)整維度為: time lat lon 便解決問(wèn)題 printVarsummaty( var ) ;通過(guò)該函數(shù)查看變量維度屬性 var1= var({t
閱讀全文
摘要:
diri = "/mnt/g/data/3/" files = systemfunc("ls " + diri + "*nc4") ;批量讀取文件路徑 f1 = addfiles(files,"r") ListSetType (f1, "cat") lat = f1[0]->lat({20:30})
閱讀全文
摘要:
;;;;;;;;;;;裝換時(shí)間 t = f->time YYYY =cd_calendar(t, -1) yrstrt =201901 ;起始年、月 yrlast =201912 ;結(jié)束年、月 ist =ind(yrstrt.eq.YYYY) iet =ind(yrlast.eq.YYYY) pre
閱讀全文
摘要:
os.chdir('/mnt/g/DA/1') if not os.path.exists('day'): os.mkdir('day') if not os.path.exists('month'): os.mkdir('month') if not os.path.exists('year'):
閱讀全文