Changeset 4048 for trunk


Ignore:
Timestamp:
Feb 5, 2026, 5:50:38 PM (3 weeks ago)
Author:
aslmd
Message:

Titan PCM:
Some comments
EMo

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/calc_condlh.F90

    r3963 r4048  
    1919!   OUTPUT
    2020!   ------
    21 !   Lcx = Condensation latente heat [J.kg-1]
     21!   Lcx = Condensation latent heat [J.kg-1]
    2222!
    2323!   Author
  • trunk/LMDZ.TITAN/libf/phytitan/calmufi.F90

    r3682 r4048  
    3535  REAL(kind=8), DIMENSION(:,:,:), INTENT(IN)  :: pq    !! Tracers (\(X.kg^{-1}}\)).
    3636  REAL(kind=8), DIMENSION(:,:,:), INTENT(IN)  :: zdqfi !! Tendency from former processes for tracers (\(X.kg^{-1}}\)).
    37   REAL(kind=8), DIMENSION(:,:,:), INTENT(OUT) :: zdq   !! Microphysical tendency for tracers (\(X.kg^{-1}}\)).
     37  REAL(kind=8), DIMENSION(:,:,:), INTENT(OUT) :: zdq   !! Microphysical tendency for tracers (X.kg_air-1.s-1)
    3838 
    3939  REAL(kind=8), DIMENSION(:,:,:), ALLOCATABLE :: zq !! Local tracers updated from former processes (\(X.kg^{-1}}\)).
     
    5858  REAL(kind=8), DIMENSION(:,:), ALLOCATABLE :: dgazs !! Tendencies of each condensible gaz species !(\(mol.mol^{-1}\)).
    5959
    60   REAL(kind=8), DIMENSION(:,:), ALLOCATABLE ::  int2ext !! (\(m^{-2}\)).
     60  REAL(kind=8), DIMENSION(:,:), ALLOCATABLE ::  int2ext !! (kg.m-2)
    6161  REAL(kind=8), DIMENSION(:), ALLOCATABLE   :: tmp
    6262  TYPE(error) :: err
  • trunk/WRF.COMMON/INTERFACES_V4/dynphy_wrf_titan_lmd/callphysiq_mod.F

    r3661 r4048  
    4040  ! these two quantities do not even have the same units (kg/kg and kg/m^2)!!!
    4141  ! seems it is the same for some other physics. It is probably a bug.
    42   !EMo25 zqfi_omp in kg/kghumidair?
     42  !EMo25 zqfi_omp in kg/kghumidair for gases, m3/kghumidair for ice tracers or in (nb of particles)/kghumidair for m0 tracers
    4343
    4444  call allocate_comm_wrf(klon,llm,nqtot)
  • trunk/WRF.COMMON/INTERFACES_V4/module_lmd_driver.F

    r4045 r4048  
    752752      SCALAR(i,kps:kpe,j,P_MARKER) = SCALAR(i,kps:kpe,j,P_MARKER)*exp(-dt/tau_decay)
    753753      SCALAR(i,1,j,P_MARKER) = 1. !! this tracer is emitted in the surface layer
    754     CASE(61) !emoisan tobechecked
     754    CASE(61) !emoisan
    755755      scalar(i,kps:kpe,j,P_mu_m0as)=scalar(i,kps:kpe,j,P_mu_m0as) &
    756756           +zdqfi_omp(subs,kps:kpe,1)*dt * (1.d0+scalar(i,kps:kpe,j,P_CH4))
Note: See TracChangeset for help on using the changeset viewer.