Ignore:
Timestamp:
Oct 2, 2017, 10:16:06 AM (7 years ago)
Author:
jyg
Message:

(i) Implementation of the conditionning of the Alp
provided by the wakes: when iflag_alp_wk_cond > 0,
Alp_wk is divided by the probability that there is
a gust front within the grid cell.

New subroutine alpale_wk.F90 called by physiq.

(ii) Some changes concerning the initialization of
the variable wake_dens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phyetat0.F90

    r2979 r3000  
    398398  found=phyetat0_get(klev,wake_deltaq,"WAKE_DELTAQ","Delta hum. wake/env",0.)
    399399  found=phyetat0_get(1,wake_s,"WAKE_S","Wake frac. area",0.)
    400   found=phyetat0_get(1,wake_dens,"WAKE_DENS","Wake num. /unit area",0.)
     400!jyg<
     401!  Set wake_dens to -1000. when there is no restart so that the actual
     402!  initialization is made in calwake.
     403!!  found=phyetat0_get(1,wake_dens,"WAKE_DENS","Wake num. /unit area",0.)
     404  found=phyetat0_get(1,wake_dens,"WAKE_DENS","Wake num. /unit area",-1000.)
     405!>jyg
    401406  found=phyetat0_get(1,wake_cstar,"WAKE_CSTAR","WAKE_CSTAR",0.)
    402407  found=phyetat0_get(1,wake_pe,"WAKE_PE","WAKE_PE",0.)
Note: See TracChangeset for help on using the changeset viewer.