Ignore:
Timestamp:
Apr 16, 2019 2:05:27 PM (5 years ago)
Author:
monakurppa
Message:

corrected the OpenMP implementation for salsa and some minor bugs in salsa_mod

Location:
palm/trunk/EXAMPLES/test_salsa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/test_salsa/test_salsa_p3d

    r3864 r3899  
    143143!
    144144!-- Concentration initial types: 0 = based on the parameter file, 1 = read from a NetCDF file
    145     isdtyp    = 1, ! size distribution
    146     igctyp    = 1, ! gases
    147 
    148 !
    149 !-- If isdtyp = 0, define the initial aerosol size distribution by dpg, sigmag and n_lognorm
     145    init_aerosol_type  = 1, ! size distribution
     146    init_gases_type    = 1, ! gases
     147
     148!
     149!-- If init_aerosol_type = 0, define the initial aerosol size distribution by dpg, sigmag and n_lognorm
    150150 !   dpg       = 13.5E-9, 54.0E-9, 864.1E-9, ! mean diameter per mode (in metres)
    151151 !   sigmag    =     1.8,    2.16,     2.21, ! standard deviation per mode
     
    153153
    154154!
    155 !-- If igctyp = 0, apply these initial gas concentrations                       
     155!-- If init_gases_type = 0, apply these initial gas concentrations                     
    156156 !   H2SO4_init = 5.0E12, ! sulphuric acid (#/m3)
    157157 !   HNO3_init  = 3.0E15, ! nitric acid (#/m3)
Note: See TracChangeset for help on using the changeset viewer.