Changes in src/outgrid_init.f90 [2eefa58:d2a5a83] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outgrid_init.f90

    r2eefa58 rd2a5a83  
    268268    if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
    269269  allocate(densityoutgrid(0:max(numxgrid,numxgridn)-1, &
    270        0:max(numygrid,numygridn)-1,numzgrid),stat=stat)
    271     if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
    272 ! RLT
    273   allocate(densitydrygrid(0:max(numxgrid,numxgridn)-1, &
    274        0:max(numygrid,numygridn)-1,numzgrid),stat=stat)
    275     if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
    276   allocate(factor_drygrid(0:max(numxgrid,numxgridn)-1, &
    277270       0:max(numygrid,numygridn)-1,numzgrid),stat=stat)
    278271    if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG