Changeset 8a65cb0 in flexpart.git for src/unc_mod.f90


Ignore:
Timestamp:
Mar 2, 2015, 3:11:55 PM (9 years ago)
Author:
Espen Sollum ATMOS <espen@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
1d207bb
Parents:
60403cd
Message:

Added code, makefile for dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unc_mod.f90

    re200b7a r8a65cb0  
    2424  implicit none
    2525
    26   real,allocatable, dimension (:,:,:,:,:,:,:) :: gridunc
     26  real,allocatable ,dimension (:,:,:,:,:,:,:) :: gridunc
    2727  real,allocatable, dimension (:,:,:,:,:,:,:) :: griduncn
    2828  real,allocatable, dimension (:,:,:,:,:,:) :: drygridunc
     
    3131  real,allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn
    3232
     33! For sum of individual contributions, used for the MPI version
     34  real,allocatable, dimension (:,:,:,:,:,:) :: drygridunc0
     35  real,allocatable, dimension (:,:,:,:,:,:) :: drygriduncn0
     36  real,allocatable, dimension (:,:,:,:,:,:) :: wetgridunc0
     37  real,allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn0
     38
    3339  real,allocatable, dimension (:,:,:,:,:) :: init_cond
    3440
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG