Changeset 6a678e3 in flexpart.git for src/outg_mod.f90


Ignore:
Timestamp:
Jan 25, 2016, 2:17:34 PM (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:
26f6039
Parents:
fddc6ec
Message:

Added option to use double precision for calculating the deposition fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outg_mod.f90

    rf13406c r6a678e3  
    2222module outg_mod
    2323
     24  use par_mod, only: dep_prec
     25
    2426  implicit none
    2527
     
    3739  real,allocatable, dimension (:,:,:) :: factor3d
    3840  real,allocatable, dimension (:,:,:) :: grid
    39   real,allocatable, dimension (:,:) :: wetgrid
    40   real,allocatable, dimension (:,:) :: drygrid
     41  real(dep_prec),allocatable, dimension (:,:) :: wetgrid
     42  real(dep_prec),allocatable, dimension (:,:) :: drygrid
    4143  real,allocatable, dimension (:,:,:) :: gridsigma
    42   real,allocatable, dimension (:,:) :: drygridsigma
    43   real,allocatable, dimension (:,:) :: wetgridsigma
     44  real(dep_prec),allocatable, dimension (:,:) :: drygridsigma
     45  real(dep_prec),allocatable, dimension (:,:) :: wetgridsigma
    4446  real,allocatable, dimension (:) :: sparse_dump_r
    4547  real,allocatable, dimension (:) :: sparse_dump_u
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG