Ignore:
Timestamp:
Jan 30, 2020, 10:13:09 AM (5 years ago)
Author:
aboissinot
Message:

A bug in thermcell_dq is fixed. Now zqt is correctly initialized when tracer h2o_vap
is missing (consistency with flag water is assumed).

File:
1 edited

Legend:

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

    r2177 r2230  
    7878      zhl(:,:) = pt(:,:) / zpopsk(:,:)
    7979     
    80       zqt(:,:) = pq(:,:,igcm_h2o_vap)
     80      zqt(:,:) = 0.
    8181      zql(:,:) = 0.
    8282     
     
    8686     
    8787      IF (water) THEN
     88         
     89         zqt(:,:) = pq(:,:,igcm_h2o_vap)
    8890         
    8991         DO k=1,nlay
Note: See TracChangeset for help on using the changeset viewer.