Changeset 6b22af9 in flexpart.git for src/outgrid_init.f90


Ignore:
Timestamp:
Nov 20, 2015, 5:41:29 PM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
a1f4dd6
Parents:
df967a99
Message:

Local branch for espen, working with OpenMP version of readwind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outgrid_init.f90

    r8a65cb0 r6b22af9  
    205205    if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
    206206  if (ldirect.gt.0) then
    207   allocate(wetgridunc(0:numxgrid-1,0:numygrid-1,maxspec, &
     207    allocate(wetgridunc(0:numxgrid-1,0:numygrid-1,maxspec, &
    208208       maxpointspec_act,nclassunc,maxageclass),stat=stat)
    209     if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
     209    if (stat.ne.0) write(*,*)'ERROR: could not allocate wetgridunc'
    210210  allocate(drygridunc(0:numxgrid-1,0:numygrid-1,maxspec, &
    211211       maxpointspec_act,nclassunc,maxageclass),stat=stat)
    212     if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc'
     212    if (stat.ne.0) write(*,*)'ERROR: could not allocate drygridunc'
    213213  endif
    214214
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG