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/inifis_mod.F90

    r3657 r4047  
    490490     endif
    491491
     492     write(*,*) "Apply condensation heating rate?"
     493     latent_heat=.false. ! default value
     494     call getin_p("latent_heat",latent_heat)
     495     write(*,*)" latent_heat = ",latent_heat
     496
    492497     write(*,*) "Disable the coupling of microphysics within rad. transf. ?"
    493498     write(*,*) "If disabled we will assume a planetwide vert. profile of extinction ..."
Note: See TracChangeset for help on using the changeset viewer.