Ignore:
Timestamp:
Aug 4, 2015, 12:05:18 PM (9 years ago)
Author:
tnavarro
Message:

new option supersat to allow for supersaturation of water

File:
1 edited

Legend:

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

    r1381 r1467  
    477477         write(*,*)" microphys = ",microphys
    478478
     479! supersat
     480         write(*,*)"Allow super-saturation of water vapor?"
     481         supersat=.true. ! default value
     482         call getin("supersat",supersat)
     483         write(*,*)"supersat = ",supersat
     484
    479485! microphysical parameter contact       
    480486         write(*,*) "water contact parameter ?"
Note: See TracChangeset for help on using the changeset viewer.