Changeset 6a678e3 in flexpart.git for src/unc_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/unc_mod.f90

    rfdc0f03 r6a678e3  
    2222module unc_mod
    2323
    24   use par_mod, only:cp
     24  use par_mod, only:dep_prec
    2525
    2626  implicit none
     
    2828  real,allocatable ,dimension (:,:,:,:,:,:,:) :: gridunc
    2929  real,allocatable, dimension (:,:,:,:,:,:,:) :: griduncn
    30   real(cp),allocatable, dimension (:,:,:,:,:,:) :: drygridunc
    31   real(cp),allocatable, dimension (:,:,:,:,:,:) :: drygriduncn
    32   real(cp),allocatable, dimension (:,:,:,:,:,:) :: wetgridunc
    33   real(cp),allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn
     30  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: drygridunc
     31  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: drygriduncn
     32  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: wetgridunc
     33  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn
    3434
    3535! For sum of individual contributions, used for the MPI version
    36   real(cp),allocatable, dimension (:,:,:,:,:,:) :: drygridunc0
    37   real(cp),allocatable, dimension (:,:,:,:,:,:) :: drygriduncn0
    38   real(cp),allocatable, dimension (:,:,:,:,:,:) :: wetgridunc0
    39   real(cp),allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn0
     36  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: drygridunc0
     37  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: drygriduncn0
     38  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: wetgridunc0
     39  real(dep_prec),allocatable, dimension (:,:,:,:,:,:) :: wetgriduncn0
    4040
    4141  real,allocatable, dimension (:,:,:,:,:) :: init_cond
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG