Changes in src/readwind_gfs.f90 [5d74ed9:db91eb7] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readwind_gfs.f90

    r5d74ed9 rdb91eb7  
    8383
    8484  ! NCEP
    85   integer :: numpt,numpu,numpv,numpw,numprh,numpclwch
     85  integer :: numpt,numpu,numpv,numpw,numprh
    8686  real :: help, temp, ew
    8787  real :: elev
     
    134134  numpw=0
    135135  numprh=0
    136   numpclwch=0
    137136  ifield=0
    13813710   ifield=ifield+1
     
    558557      endif
    559558! SEC & IP 12/2018 read GFS clouds
    560       if((isec1(6).eq.153).and.(isec1(7).eq.100)) then  !! CLWCR  Cloud liquid water content [kg/kg]
    561          if((i.eq.0).and.(j.eq.0)) then
    562             do ii=1,nuvz
    563               if ((isec1(8)*100.0).eq.akz(ii)) numpclwch=ii
    564             end do
    565         endif
    566         help=zsec4(nxfield*(ny-j-1)+i+1)
    567         if(i.le.i180) then
    568           clwch(i179+i,j,numpclwch,n)=help
    569         else
    570           clwch(i-i181,j,numpclwch,n)=help
    571         endif
     559      if(isec1(6).eq.153) then  !! CLWCR  Cloud liquid water content [kg/kg]
     560        clwch(i,j,nlev_ec-k+2,n)=zsec4(nxfield*(ny-j-1)+i+1)
    572561        readclouds=.true.
    573562        sumclouds=.true.
    574 !        readclouds=.false.
    575 !       sumclouds=.false.
    576563      endif
    577564
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG