Ignore:
Timestamp:
Mar 25, 2026, 5:48:30 PM (2 weeks ago)
Author:
emillour
Message:

Mars PCM:
Minor cleanup, remove obsolete and unused "thermoswater" flag.
EM

Location:
trunk/LMDZ.MARS/deftank
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM5

    r4061 r4154  
    137137# call thermosphere ?
    138138callthermos = .false.
    139 # WATER: included without cycle (only if water=.false.)
    140 thermoswater = .false.
    141139# call thermal conduction ? (only if callthermos=.true.)
    142140callconduct = .false.
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r4061 r4154  
    209209# call thermosphere ?
    210210callthermos = .false.
    211 # WATER: included without cycle (only if water=.false.)
    212 thermoswater = .false.
    213211# call thermal conduction ? (only if callthermos=.true.)
    214212callconduct = .false.
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD5

    r4061 r4154  
    131131# call thermosphere ?
    132132callthermos = .true.
    133 # WATER: included without cycle (only if water=.false.)
    134 thermoswater = .false.
    135133# call thermal conduction ? (only if callthermos=.true.)
    136134callconduct = .true.
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD6

    r4061 r4154  
    209209# call thermosphere ?
    210210callthermos = .true.
    211 # WATER: included without cycle (only if water=.false.)
    212 thermoswater = .false.
    213211# call thermal conduction ? (only if callthermos=.true.)
    214212callconduct = .true
  • trunk/LMDZ.MARS/deftank/callphys.def.co2clouds.GCM5

    r4061 r4154  
    140140# call thermosphere ?
    141141callthermos = .false.
    142 # WATER: included without cycle (only if water=.false.)
    143 thermoswater = .false.
    144142# call thermal conduction ? (only if callthermos=.true.)
    145143callconduct = .false.
  • trunk/LMDZ.MARS/deftank/callphys.def.hdo.GCM5

    r4061 r4154  
    140140# call thermosphere ?
    141141callthermos = .false.
    142 # WATER: included without cycle (only if water=.false.)
    143 thermoswater = .false.
    144142# call thermal conduction ? (only if callthermos=.true.)
    145143callconduct = .false.
Note: See TracChangeset for help on using the changeset viewer.