Ignore:
Timestamp:
Sep 8, 2013, 11:43:08 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS additional comments of thermal plume model. moved tuning variables in comtherm_h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/thermcell_dqup.F90

    r1032 r1033  
    1       subroutine thermcell_dqup(ngrid,nlayer,ptimestep,fm,entr,detr,  &
    2      &    masse0,q_therm,dq_therm,ndt,zlmax)
    3       implicit none
    4 
     1!=======================================================================
     2! THERMCELL_DQUP
    53!=======================================================================
    64!
     
    1311!
    1412!=======================================================================
    15 ! Arnaud Colaitis 2011-01-05 (modified 2011-2013)
    16 ! SEE COMMENTS IN CALLTHERM_INTERFACE
    17 !=======================================================================
     13! Author : A. Colaitis 2011-01-05 (with updates 2011-2013)
     14! Institution : Laboratoire de Meteorologie Dynamique (LMD) Paris, France
     15! -----------------------------------------------------------------------
     16! Corresponding author : A. Spiga aymeric.spiga_AT_upmc.fr
     17! -----------------------------------------------------------------------
     18! Reference paper:
     19! A. Colaïtis, A. Spiga, F. Hourdin, C. Rio, F. Forget, and E. Millour.
     20! A thermal plume model for the Martian convective boundary layer.
     21! Journal of Geophysical Research (Planets), 118:1468-1487, July 2013.
     22! http://dx.doi.org/10.1002/jgre.20104
     23! http://arxiv.org/abs/1306.6215
     24! -----------------------------------------------------------------------
     25
     26      subroutine thermcell_dqup(ngrid,nlayer,ptimestep,fm,entr,detr,  &
     27     &    masse0,q_therm,dq_therm,ndt,zlmax)
     28      implicit none
    1829
    1930! ============================ INPUTS ============================
Note: See TracChangeset for help on using the changeset viewer.