Changeset 8ed5f11 in flexpart.git for src/gfs_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/gfs_mod.f90

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