Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| faq [2022/12/09 23:51] – [I have problems compiling libRadtran under Mac OS X] admin | faq [2024/12/22 23:58] (current) – [How to convert to the new syntax?] admin |
|---|
| ==== How to convert to the new syntax? ==== | |
| |
| This is simple: We provide a Python script to translate from the old | |
| syntax (before July 2014) to the new syntax (after July 2014): | |
| |
| python src_py/translate.py uvspec.inp > uvspecnew.inp | |
| |
| |
| ==== How serious are serious differences reported by "make check"? ==== | ==== How serious are serious differences reported by "make check"? ==== |
| The most general method to setup your own aerosol (or cloud) properties is the following: | The most general method to setup your own aerosol (or cloud) properties is the following: |
| |
| profile_file 1D aer1 your_aerosol1.dat | profile_file aer1 1D your_aerosol1.dat |
| profile_properties aer1 your_aerosol1.cdf interpolate | profile_properties aer1 your_aerosol1.cdf interpolate |
| |
| profile_file 1D aer2 your_aerosol2.dat | profile_file aer2 1D your_aerosol2.dat |
| profile_properties aer2 your_aerosol2.cdf interpolate | profile_properties aer2 your_aerosol2.cdf interpolate |
| |