Changeset b0434e1 in flexpart.git for src/readreleases.f90


Ignore:
Timestamp:
Feb 4, 2016, 9:38:22 AM (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:
db712a8
Parents:
9484483
Message:

Initial code to handle cloud water in nested wind fields (it is not completely implemented in this commit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    r0f20c31 rb0434e1  
    225225  if (stat.ne.0) write(*,*)'ERROR: could not allocate specnum_rel2'
    226226  specnum_rel2=specnum_rel(1:nspec)
    227   deallocate(specnum_rel)
     227  deallocate(specnum_rel)
     228! eso: BUG, crashes here for nspec=12 and maxspec=6,
     229! TODO: catch error and exit
    228230  allocate(specnum_rel(nspec),stat=stat)
    229231  if (stat.ne.0) write(*,*)'ERROR: could not allocate specnum_rel'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG