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

Titan PCM:

  • add possibility to release latent heat to the atmosphere due to gases condensation.
  • correct sign error on temperature tendency due to latent heat release in phytitan/cond_muphy.F90
  • add latent heat release flag in callphys.def ("latent_heat" : .true. or .false.).

EMo

File:
1 edited

Legend:

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

    r3657 r4047  
    2121      logical,save :: callchim, callmufi, callclouds
    2222!$OMP THREADPRIVATE(callchim,callmufi,callclouds)
     23      logical,save :: latent_heat
     24!$OMP THREADPRIVATE(latent_heat)
    2325      logical,save :: global1d
    2426!$OMP THREADPRIVATE(global1d)
Note: See TracChangeset for help on using the changeset viewer.