Changeset b0434e1 in flexpart.git for src/verttransform.f90


Ignore:
Timestamp:
Feb 4, 2016, 9:38:22 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:
db712a8
Parents:
9484483
Message:

Initial code to handle cloud water in nested wind fields (it is not completely implemented in this commit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/verttransform.f90

    r26f6039 rb0434e1  
    578578! to include future cloud processing by non-precipitating-clouds.
    579579!***********************************************************************************
    580     write(*,*) 'using cloud water from ECMWF'
     580    write(*,*) 'Global ECMWF fields: using cloud water'
    581581    clw(:,:,:,n)=0.0
    582582    icloud_stats(:,:,:,n)=0.0
     
    635635      end do
    636636    end do
     637
     638! eso: copy the relevant data to clw4 to reduce amount of communicated data for MPI
     639    clw4(:,:,n) = icloud_stats(:,:,4,n)
     640
    637641!**************************************************************************
    638642  else       ! use old definitions
     
    640644!   create a cloud and rainout/washout field, clouds occur where rh>80%
    641645!   total cloudheight is stored at level 0
    642     write(*,*) 'using cloud water from Parameterization'
     646    write(*,*) 'Global fields: using cloud water from Parameterization'
    643647    do jy=0,nymin1
    644648      do ix=0,nxmin1
     
    681685  endif !readclouds
    682686
    683 ! eso: copy the relevant data to clw4 to reduce amount of communicated data for MPI
    684   clw4(:,:,n) = icloud_stats(:,:,4,n)
    685687
    686688     !********* TEST ***************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG