Changeset 2145 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jun 21, 2019, 3:18:01 PM (6 years ago)
Author:
aboissinot
Message:

Some temporary outputs in thermcell_closure are removed and a bug in
thermcell_plume is fixed.

Location:
trunk/LMDZ.GENERIC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r2144 r2145  
    14891489- thermal plume model parameters are now set in callphys.def
    14901490- (re)add flag to choose between thermcell_dv2 or thermcell_dq to transport horizontal momentum.
     1491
     1492== 20/06/2019 == AB
     1493- remove temporary outputs in thermcell_closure and fix a bug in thermcell_plume.
  • trunk/LMDZ.GENERIC/libf/phystd/thermcell_closure.F90

    r2143 r2145  
    107107      ENDDO
    108108     
    109       print *, 'A*2 ', alim_star2(1)
    110       print *, 'A*  ', alim_star_tot(1)
    111       print *, 'H   ', plume_height(1)
    112       print *, 'wmax', wmax(1)
    113109     
    114110RETURN
  • trunk/LMDZ.GENERIC/libf/phystd/thermcell_plume.F90

    r2143 r2145  
    152152               zw2_est(ig,l+1) = zw2m * 2.
    153153               zw2(ig,l+1) = zw2_est(ig,l+1)
     154               active(ig) = .true.
    154155            ENDIF
    155156            l = l + 1
Note: See TracChangeset for help on using the changeset viewer.