Changeset 1026 for trunk/LMDZ.GENERIC/libf/phystd/iniaerosol.F
- Timestamp:
- Aug 30, 2013, 4:00:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/iniaerosol.F
r747 r1026 12 12 c (CO2 aerosols, dust, water, chemical species, ice...) 13 13 c 14 c author: Laura Kerber 14 c author: Laura Kerber, S. Guerlet 15 15 c ------ 16 16 c … … 46 46 write(*,*) '--- H2SO4 aerosol = ', iaero_h2so4 47 47 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 48 65 write(*,*) '=== Number of aerosols= ', ia 49 66
Note: See TracChangeset
for help on using the changeset viewer.