Changeset 8a65cb0 in flexpart.git for src/interpol_wind_short.f90


Ignore:
Timestamp:
Mar 2, 2015, 3:11:55 PM (9 years ago)
Author:
Espen Sollum ATMOS <espen@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
1d207bb
Parents:
60403cd
Message:

Added code, makefile for dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interpol_wind_short.f90

    re200b7a r8a65cb0  
    2121
    2222subroutine interpol_wind_short(itime,xt,yt,zt)
    23   !                                 i   i  i  i
    24   !*****************************************************************************
    25   !                                                                            *
    26   !  This subroutine interpolates the wind data to current trajectory position.*
    27   !                                                                            *
    28   !    Author: A. Stohl                                                        *
    29   !                                                                            *
    30   !    16 December 1997                                                        *
    31   !                                                                            *
    32   !  Revision March 2005 by AST : all output variables in common block         *
    33   !                                                                            *
    34   !*****************************************************************************
    35   !                                                                            *
    36   ! Variables:                                                                 *
    37   ! u,v,w              wind components                                         *
    38   ! itime [s]          current temporal position                               *
    39   ! memtime(3) [s]     times of the wind fields in memory                      *
    40   ! xt,yt,zt           coordinates position for which wind data shall be       *
    41   !                    calculated                                              *
    42   !                                                                            *
    43   ! Constants:                                                                 *
    44   !                                                                            *
    45   !*****************************************************************************
     23!                                 i   i  i  i
     24!*****************************************************************************
     25!                                                                            *
     26!  This subroutine interpolates the wind data to current trajectory position.*
     27!                                                                            *
     28!    Author: A. Stohl                                                        *
     29!                                                                            *
     30!    16 December 1997                                                        *
     31!                                                                            *
     32!  Revision March 2005 by AST : all output variables in common block         *
     33!                                                                            *
     34!*****************************************************************************
     35!                                                                            *
     36! Variables:                                                                 *
     37! u,v,w              wind components                                         *
     38! itime [s]          current temporal position                               *
     39! memtime(3) [s]     times of the wind fields in memory                      *
     40! xt,yt,zt           coordinates position for which wind data shall be       *
     41!                    calculated                                              *
     42!                                                                            *
     43! Constants:                                                                 *
     44!                                                                            *
     45!*****************************************************************************
    4646
    4747  use par_mod
     
    5151  implicit none
    5252
    53   integer :: itime
    54   real :: xt,yt,zt
     53  integer, intent(in) :: itime
     54  real, intent(in) :: xt,yt,zt
    5555
    5656  ! Auxiliary variables needed for interpolation
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG