I want use the libradtran to calculate the aerosol radiation effects. So, I intend to import the outputs from atmospheric chemistry transport model to the libradtran. Who can tell me how to dispose? Thank you!
To couple two different software may need knowledge of program coding; to merge the two software is a kind of development of a new one. In the case of disposable amount of output data, you may use the two sets of data and deal them with another common software, such as MATLAB.
I intend to read the aerosol concentration of every grid cell in chemistry transport model using Python, and then put it into optical calculation code, like Mie code. Lastly, I intend to input the calculated optical properties into libradtran, is that right?
I'm not quite familiar with the software you use. However, if the output of one software can be the input of the other in dimension, you can try it. I'm a little doubt about this. Generally, there should be a platform for the different software, which is available or you can construct it.
I hope some other expert in this field could answer the question more definitely.