Changeset 5f9d14a in flexpart.git for src/readwind.f90


Ignore:
Timestamp:
Apr 8, 2015, 2:23:27 PM (9 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:
1585284
Parents:
cd85138
Message:

Updated wet depo scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readwind.f90

    r8a65cb0 r5f9d14a  
    7777!HSO  end
    7878
    79   real(kind=4) :: uuh(0:nxmax-1,0:nymax-1,nuvzmax)
    80   real(kind=4) :: vvh(0:nxmax-1,0:nymax-1,nuvzmax)
    81   real(kind=4) :: wwh(0:nxmax-1,0:nymax-1,nwzmax)
     79  real(sp) :: uuh(0:nxmax-1,0:nymax-1,nuvzmax)
     80  real(sp) :: vvh(0:nxmax-1,0:nymax-1,nuvzmax)
     81  real(sp) :: wwh(0:nxmax-1,0:nymax-1,nwzmax)
    8282  integer :: indj,i,j,k,n,levdiff2,ifield,iumax,iwmax
    8383
     
    9191
    9292  integer :: isec1(56),isec2(22+nxmax+nymax)
    93   real(kind=4) :: zsec4(jpunp)
    94   real(kind=4) :: xaux,yaux,xaux0,yaux0
    95   real(kind=8) :: xauxin,yauxin
    96   real,parameter :: eps=1.e-4
    97   real(kind=4) :: nsss(0:nxmax-1,0:nymax-1),ewss(0:nxmax-1,0:nymax-1)
    98   real :: plev1,pmean,tv,fu,hlev1,ff10m,fflev1,conversion_factor
    99 
    100   logical :: hflswitch,strswitch, readcloud
     93  real(sp) :: zsec4(jpunp)
     94  real(sp) :: xaux,yaux
     95  real(dp) :: xauxin,yauxin
     96  real(sp),parameter :: eps=1.e-4
     97  real(sp) :: nsss(0:nxmax-1,0:nymax-1),ewss(0:nxmax-1,0:nymax-1)
     98  real(sp) :: plev1,pmean,tv,fu,hlev1,ff10m,fflev1,conversion_factor
     99
     100  logical :: hflswitch,strswitch!,readcloud
    101101
    102102!HSO  grib api error messages
     
    107107  strswitch=.false.
    108108!hg
    109   readcloud=.false.
     109!  readcloud=.false.
    110110!hg end
    111111  levdiff2=nlev_ec-nwz+1
     
    362362        !write(*,*) 'found water!'
    363363      endif
    364 
    365364      if(isec1(6).eq.247) then  !! CIWC  Cloud ice water content
    366365        ciwch(i,j,nlev_ec-k+2,n)=zsec4(nxfield*(ny-j-1)+i+1)
     
    379378
    38037950 call grib_close_file(ifile)
    381 
    382380
    383381!error message if no fields found with correct first longitude in it
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG