Ignore:
Timestamp:
Dec 23, 2013, 6:23:38 PM (10 years ago)
Author:
igpis
Message:

move version 9.1.8 form branches to trunk. Contributions from HSO, saeck, pesei, NIK, RT, XKF, IP and others

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/outgrid_init.f90

    r4 r20  
    247247       max(numygrid,numygridn)*numzgrid),stat=stat)
    248248    if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
     249
     250   allocate(sparse_dump_u(max(numxgrid,numxgridn)* &
     251       max(numygrid,numygridn)*numzgrid),stat=stat)
     252        if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
     253
    249254  allocate(sparse_dump_i(max(numxgrid,numxgridn)* &
    250255       max(numygrid,numygridn)*numzgrid),stat=stat)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG