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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outgrid_init.f90

    rd2a5a83 r2eefa58  
    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, &
    270277       0:max(numygrid,numygridn)-1,numzgrid),stat=stat)
    271278    if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG