Changeset c2bd55e in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
Nov 24, 2017, 1:52:19 PM (6 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:
0ecc1fe
Parents:
0c00f1f
Message:

Fixed an issue with nested input fields, and nested output fields that have more than 1000 points in x or y (netcdf output)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    rfe32dca rc2bd55e  
    819819    allocate(clwchn(0:nxmaxn-1,0:nymaxn-1,nuvzmax,numwfmem,numbnests))
    820820    allocate(ciwchn(0:nxmaxn-1,0:nymaxn-1,nuvzmax,numwfmem,numbnests))
    821     allocate(ctwcn(0:nxmax-1,0:nymax-1,numwfmem,numbnests))
     821    allocate(ctwcn(0:nxmaxn-1,0:nymaxn-1,numwfmem,numbnests))
    822822
    823823    clwcn(:,:,:,:,:)=0.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG