Ignore:
Timestamp:
Apr 3, 2026, 5:21:58 PM (7 days ago)
Author:
lrosset
Message:

Titan PCM : 1. Adding a flag to enable/disable the fixed minimal methane concentration ; 2. Moving the latent heat calculation from physics to microphysics, and putting it under flag ; 3. All write_diagfi calls are put under flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/deftank/callphys.def

    r3975 r4171  
    104104# If yes, number of ices ? (must be compatible with traceur.def AND microphysical model)
    105105nices      = 4
     106# Activate latent heat retroaction ?
     107latent_heat = .false.
     108# Constrain minimal methane concentration in the atmosphere?
     109free_ch4 = .false.
    106110# Use new optics for clouds ?
    107111opt4clouds = .true.
Note: See TracChangeset for help on using the changeset viewer.