[ncl-talk] 3 dimensions to 2 dimensions

Md. Jalal Uddin dmjalal90 at gmail.com
Tue Apr 30 03:59:23 MDT 2019


Hi all,

I have tried to take all rainfall data  for each latitude and longitude
point and made 2 dimensions from 3 dimensions. I am getting the following
errors.
fatal:_NclBuildArray: each element of a literal array must have the same
dimension sizes, at least one item doesn't

The main code:

f = addfile("bob_vscs.nc","r")
  ntim =f->time
  nlat =f->latitude
  nlon =f->longitude
  TRMM = f->pcp(:,{0:30},{75:100})        ;TRMM(time 390, latitude 120,
longitude 100)

  Rain =new((/nlat,nlon/),"float")

    do nl=0,nlat-1
     do ml=0,nlon-1
do nt=0,ntim-1
Rain(nl,ml) = TRMM(nt,nl,ml)
end do
end do
    end do

Could you help me to solve the problem, please?

Best Regards,
Jalal
-- 
*Md. Jalal Uddin*
MSc in Applied Meteorology (English Language)
Nanjing University of Information, Science and Technology, China
B.Sc. in Disaster Management (Hons.)
Patuakhali Science and Technology University, Bangladesh.
Cell: +8613260859092, +8801792052662
Web: www.dmjalal90.weebly.com
Facebook: jalal.hossen.39
LinkedIn: https://bd.linkedin.com/in/md-jalal-uddin-80a026b0
Twitter: dmjalal90
Skype: dmjalal90
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190430/a2d7e58c/attachment.html>


More information about the ncl-talk mailing list