AER-RC/LBLRTM

multiple profiles

FanliLiu opened this issue · 2 comments

Hi. Is it possible to write multiple profiles in one TAPE5? And can it output multiple results (like radiances or optical depths) in one file (like TAPE27 or ODdeflt*)? I tried to copy the content in TAPE5 twice and then run LBLRTM, but it didn't output twice.

@FanliLiu you'll need a separate run for each profile. typically, i have a separate directory for each profile, then stage the inputs i need in those working directories with symbolic links to the TAPE3, TAPE5, xs, FSCDXS, EMISSIVITY, REFLECTIVITY, etc. as needed. one feature of LBL is that it assumes naming conventions for files that might change with different profiles (TAPE3 and TAPE5 are two examples), so if you run for two profiles in the same directory, your inputs and outputs will get overwritten.

if you'd like an example, i've written a driver and associated module that runs LBL for a few profiles in series. i can dig up some parallelized examples too, if that would help.

@pernak18 Thank you. I will try.