Changeset 2eefa58 in flexpart.git for src/outgrid_init.f90


Ignore:
Timestamp:
May 27, 2019, 3:28:44 PM (5 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
Children:
6741557
Parents:
f963113
Message:

Added Ronas changes for inversion output

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