Ignore:
Timestamp:
Nov 3, 2017, 1:57:01 PM (7 years ago)
Author:
jaudouard
Message:

Final update from J.A. about the CO2 clouds scheme for the LMDZ.MARS GCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r1720 r1818  
    472472         call getin("spantCO2",spantCO2)
    473473         write(*,*)  " spantCO2 = ",spantCO2
     474!Do you want to filter the sub-grid T distribution by a Saturation index?
     475         write(*,*) "filter sub-grid temperature by Saturation index?"
     476         satindexco2=.true.
     477         call getin("satindexco2",satindexco2)
     478         write(*,*)  " satindexco2 = ",satindexco2
     479
    474480
    475481! thermal inertia feedback
Note: See TracChangeset for help on using the changeset viewer.