Changes in src/par_mod.f90 [d8eed02:d1a8707] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/par_mod.f90

    rd8eed02 rd1a8707  
    3838module par_mod
    3939
     40!************************************************************************
     41! wind_mod: is gfs_mod.f90 for target gfs, ecmwf_mod.f90 for target ecmwf
     42!************************************************************************
     43  use wind_mod
     44
    4045  implicit none
    4146
     
    5358
    5459  integer,parameter :: dep_prec=sp
    55 
    56   !****************************************************************
    57   ! Set to T to disable use of kernel for concentrations/deposition
    58   !****************************************************************
    59 
    60   logical, parameter :: lnokernel=.false.
    6160
    6261  !***********************************************************
     
    141140  !*********************************************
    142141 
    143 !  integer,parameter :: nxmax=361,nymax=181,nuvzmax=92,nwzmax=92,nzmax=92 !ECMWF new
    144   integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !ECMWF new
    145 
    146 !  integer,parameter :: nxmax=181,nymax=91,nuvzmax=138,nwzmax=138,nzmax=138 !ECMWF new
    147 
    148 !  INTEGER,PARAMETER :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !NCEP data
    149 
    150 !  integer,parameter :: nxshift=359  ! for ECMWF
    151   integer,parameter :: nxshift=0     ! for GFS
    152 
    153   !*********************************************
    154   ! Maximum dimensions of the nested input grids
    155   !*********************************************
    156 
    157   integer,parameter :: maxnests=1,nxmaxn=451,nymaxn=226
    158 
    159   ! nxmax,nymax        maximum dimension of wind fields in x and y
    160   !                    direction, respectively
    161   ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
    162   !                    direction (for fields on eta levels)
    163   ! nzmax              maximum dimension of wind fields in z direction
    164   !                    for the transformed Cartesian coordinates
    165   ! nxshift            for global grids (in x), the grid can be shifted by
    166   !                    nxshift grid points, in order to accomodate nested
    167   !                    grids, and output grids overlapping the domain "boundary"
    168   !                    nxshift must not be negative; "normal" setting would be 0
    169 
     142  ! Moved to ecmwf_mod.f90 (for ECMWF) / gfs_mod.f90 (for GFS)
    170143 
    171144  integer,parameter :: nconvlevmax = nuvzmax-1
     
    213186  !**************************************************
    214187
    215   integer,parameter :: maxpart=10000000
    216   integer,parameter :: maxspec=4
    217 
     188  integer,parameter :: maxpart=20000000
     189  integer,parameter :: maxspec=2
    218190  real,parameter :: minmass=0.0001
    219191
     
    290262  integer,parameter ::  icmv=-9999
    291263
     264! Parameters for testing
     265!*******************************************
     266!  integer :: verbosity=0
    292267
    293268end module par_mod
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG