Ignore:
Timestamp:
Dec 16, 2017, 3:15:53 PM (7 years ago)
Author:
mturbet
Message:

add diagnostic of reevaporation of precipitation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r1842 r1859  
    275275      real zdqsrain(ngrid), zdqssnow(ngrid) ! Rain routine.
    276276      real dqs_hyd(ngrid,nq)                ! Hydrol routine.
     277      real reevap_precip(ngrid)             ! re-evaporation flux of precipitation (integrated over the atmospheric column)
    277278                 
    278279      ! For Tracers : (kg/kg_of_air/s)
     
    12841285
    12851286               call rain(ngrid,nlayer,nq,ptimestep,pplev,pplay,pt,pdt,pq,pdq,            &
    1286                          zdtrain,zdqrain,zdqsrain,zdqssnow,cloudfrac)
     1287                         zdtrain,zdqrain,zdqsrain,zdqssnow,reevap_precip,cloudfrac)
    12871288
    12881289               pdq(1:ngrid,1:nlayer,igcm_h2o_vap) = pdq(1:ngrid,1:nlayer,igcm_h2o_vap) &
     
    21112112               call writediagfi(ngrid,"rain","rainfall","kg m-2 s-1",2,zdqsrain)
    21122113               call writediagfi(ngrid,"snow","snowfall","kg m-2 s-1",2,zdqssnow)
     2114               call writediagfi(ngrid,"reevap","reevaporation of precipitation","kg m-2 s-1",2,reevap_precip)
    21132115            endif
    21142116
Note: See TracChangeset for help on using the changeset viewer.