- Timestamp:
- Feb 5, 2026, 5:50:38 PM (3 weeks ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
LMDZ.TITAN/libf/phytitan/calc_condlh.F90 (modified) (1 diff)
-
LMDZ.TITAN/libf/phytitan/calmufi.F90 (modified) (2 diffs)
-
WRF.COMMON/INTERFACES_V4/dynphy_wrf_titan_lmd/callphysiq_mod.F (modified) (1 diff)
-
WRF.COMMON/INTERFACES_V4/module_lmd_driver.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/calc_condlh.F90
r3963 r4048 19 19 ! OUTPUT 20 20 ! ------ 21 ! Lcx = Condensation latent eheat [J.kg-1]21 ! Lcx = Condensation latent heat [J.kg-1] 22 22 ! 23 23 ! Author -
trunk/LMDZ.TITAN/libf/phytitan/calmufi.F90
r3682 r4048 35 35 REAL(kind=8), DIMENSION(:,:,:), INTENT(IN) :: pq !! Tracers (\(X.kg^{-1}}\)). 36 36 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) 38 38 39 39 REAL(kind=8), DIMENSION(:,:,:), ALLOCATABLE :: zq !! Local tracers updated from former processes (\(X.kg^{-1}}\)). … … 58 58 REAL(kind=8), DIMENSION(:,:), ALLOCATABLE :: dgazs !! Tendencies of each condensible gaz species !(\(mol.mol^{-1}\)). 59 59 60 REAL(kind=8), DIMENSION(:,:), ALLOCATABLE :: int2ext !! ( \(m^{-2}\)).60 REAL(kind=8), DIMENSION(:,:), ALLOCATABLE :: int2ext !! (kg.m-2) 61 61 REAL(kind=8), DIMENSION(:), ALLOCATABLE :: tmp 62 62 TYPE(error) :: err -
trunk/WRF.COMMON/INTERFACES_V4/dynphy_wrf_titan_lmd/callphysiq_mod.F
r3661 r4048 40 40 ! these two quantities do not even have the same units (kg/kg and kg/m^2)!!! 41 41 ! 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 43 43 44 44 call allocate_comm_wrf(klon,llm,nqtot) -
trunk/WRF.COMMON/INTERFACES_V4/module_lmd_driver.F
r4045 r4048 752 752 SCALAR(i,kps:kpe,j,P_MARKER) = SCALAR(i,kps:kpe,j,P_MARKER)*exp(-dt/tau_decay) 753 753 SCALAR(i,1,j,P_MARKER) = 1. !! this tracer is emitted in the surface layer 754 CASE(61) !emoisan tobechecked754 CASE(61) !emoisan 755 755 scalar(i,kps:kpe,j,P_mu_m0as)=scalar(i,kps:kpe,j,P_mu_m0as) & 756 756 +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.
