Ignore:
Timestamp:
Aug 30, 2013, 4:00:31 PM (11 years ago)
Author:
sglmd
Message:

Added a flexible, 2-layer aerosol scenario (initially for Saturn, but can be simply tuned). Called aeroback2lay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/iniaerosol.F

    r747 r1026  
    1212c   (CO2 aerosols, dust, water, chemical species, ice...)   
    1313c
    14 c   author: Laura Kerber
     14c   author: Laura Kerber, S. Guerlet
    1515c   ------
    1616c       
     
    4646      write(*,*) '--- H2SO4 aerosol = ', iaero_h2so4
    4747     
     48      if (aeroback2lay) then
     49         ia=ia+1
     50         iaero_back2lay=ia
     51         !! define aerosols parameters (should be in a .def?)
     52         !! Saturn: Roman et al. Icarus 2013 2-layer scenario (ISS observations)
     53         obs_tau_col_tropo=8.D0       !! observed total optical depth in the tropospheric layer (visible)
     54         obs_tau_col_strato=0.08D0    !! observed total optical depth in the stratospheric layer (visible)
     55         pres_bottom_tropo= 66000.0   !! In Pa !   
     56         pres_top_tropo= 18000.0      !! In Pa
     57         pres_bottom_strato= 10000.0  !! In Pa
     58         pres_top_strato= 100.0       !! In Pa
     59         size_tropo=2.e-6     !! particle size in the tropospheric layer, in meters
     60         size_strato=1.e-7    !! particle size in the stratospheric layer
     61      endif
     62      write(*,*) '--- Two-layer aerosol = ', iaero_back2lay
     63
     64     
    4865      write(*,*) '=== Number of aerosols= ', ia
    4966     
Note: See TracChangeset for help on using the changeset viewer.