Changeset 8ed5f11 in flexpart.git for src/ecmwf_mod.f90


Ignore:
Timestamp:
Apr 7, 2016, 8:55:43 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:
e31b3b5
Parents:
7e52e2e
Message:

Minor cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ecmwf_mod.f90

    rdb712a8 r8ed5f11  
    2222!*******************************************************************************
    2323!   Include file for calculation of particle trajectories (Program FLEXPART)   *
    24 !        This file contains ECMWF specific parameters used in FLEXPART         *
    25 !        Note that module name differs from file name.                         *
    26 !        The makefile selects either this file, or gfs_mod.f90, depending      *
    27 !        on target.                                                            *
    2824!                                                                              *
    29 !        Author: ESO                                                           *
     25!       This file contains ECMWF specific parameters used in FLEXPART          *
     26!       Note that module name differs from file name.                          *
     27!       The makefile selects either this file, or gfs_mod.f90, depending       *
     28!       on target.                                                             *
    3029!                                                                              *
    31 !        2015                                                                  *
     30!       Author: ESO                                                            *
     31!                                                                              *
     32!       2015                                                                   *
    3233!                                                                              *
    3334!*******************************************************************************
     
    4445  integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !ECMWF new
    4546  integer,parameter :: nxshift=359
    46 !  integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !test BUG
    4747!  integer,parameter :: nxshift=0
    4848
    49 !
    5049  !*********************************************
    5150  ! Maximum dimensions of the nested input grids
     
    5554!  integer,parameter :: maxnests=1,nxmaxn=86,nymaxn=31
    5655
     56  ! nxmax,nymax        maximum dimension of wind fields in x and y
     57  !                    direction, respectively
     58  ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
     59  !                    direction (for fields on eta levels)
     60  ! nzmax              maximum dimension of wind fields in z direction
     61  !                    for the transformed Cartesian coordinates
     62  ! nxshift            for global grids (in x), the grid can be shifted by
     63  !                    nxshift grid points, in order to accomodate nested
     64  !                    grids, and output grids overlapping the domain "boundary"
     65  !                    nxshift must not be negative; "normal" setting would be 0
    5766
    5867end module wind_mod
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG