Ignore:
Timestamp:
Nov 28, 2018, 12:30:55 PM (6 years ago)
Author:
jvatant
Message:

Add a simple seasonal+latitudinal variation model (season_haze.F90) for the vertical mean profile
of haze. Based on Karkoscha,2016 . Activable through "seashaze" key (default=T).
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90

    r1947 r2046  
    366366
    367367! Microphysics
     368
     369     write(*,*) "Use haze seasonal model from Karkoschka 2016 ?"
     370     seashaze=.true. ! default value
     371     call getin_p("seashaze",seashaze)
     372     write(*,*)" seashaze = ",seashaze
    368373
    369374     write(*,*) "Run with or without microphysics?"
Note: See TracChangeset for help on using the changeset viewer.