Changeset 1070b4c in flexpart.git for src/outgrid_init.f90


Ignore:
Timestamp:
Aug 27, 2020, 9:51:56 PM (4 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
GFS_025, dev
Children:
b0ecb61
Parents:
8c0ae9b (diff), a803521 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'espen' into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outgrid_init.f90

    r92fab65 ra803521  
    297297         maxpointspec_act),stat=stat)
    298298    if (stat.ne.0) write(*,*)'ERROR: could not allocate init_cond'
     299    if (mpi_mode.gt.0) then
     300      if (lroot) then
     301        allocate(init_cond0(0:numxgrid-1,0:numygrid-1,numzgrid,maxspec, &
     302             maxpointspec_act),stat=stat)
     303      else
     304        allocate(init_cond0(1,1,1,1,1))
     305      end if
     306    end if
    299307  endif
    300308
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG