[arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-15 Thread Pengwang Zhai
Hi, I used earlier version of ARTS to calculate the total absorption coefficients with: abs_coefCalc and found it is very useful. Now with the new version, this does not work any more. After reading the change log I found that it is replaced with abs_coefCalcFromXsec However, after numerous

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-15 Thread Pengwang Zhai
alc method are obsolete and not supported anymore. > > Best wishes, > Jana > > > On Mon, Feb 15, 2016 at 4:30 PM, Pengwang Zhai wrote: > Hi, > > I used earlier version of ARTS to calculate the total absorption coefficients > with: > > abs_coefCalc > &

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-15 Thread Pengwang Zhai
> ps. > *by the way, what are the 3 dimensions? neither abs_coeff nor > abs_coef_per_species is (or has been for a long time) a Tensor3. That is, you > must have post-processed abs_coef(_per_species) anyways? > > On Mon, Feb 15, 2016 at 6:09 PM, Pengwang Zhai wrote: > Thank

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-16 Thread Pengwang Zhai
sorption coefficients, both total (`abs_coef') and # separately for each tag group (`abs_coef_per_species'): atmfields_checkedCalc abs_xsec_agenda_checkedCalc AgendaExecute(abs_xsec_agenda) abs_coefCalcFromXsec # Optionally write these to files: WriteXML( output_file_format,abs_coef_per_speci

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-16 Thread Pengwang Zhai
To explain the reasoning for the active tag: Not all species can be handled > by the xsec calculations. So some must be inactive. For your calculations > --- that is to emulate how the old abs_coefCalc worked as I understand it --- > this is not a problem. > > //Richard &g

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-16 Thread Pengwang Zhai
e reasoning for the active tag: Not all species can be handled > by the xsec calculations. So some must be inactive. For your calculations > --- that is to emulate how the old abs_coefCalc worked as I understand it --- > this is not a problem. > > //Richard > > &

Re: [arts-users] calculate absorption coefficients from abs_coefCalc

2016-02-16 Thread Pengwang Zhai
Thanks, Jana. Your email explains much of my confusions now. I will use propmat_clearsky_field and calculate abs_coef from it using other scrips, matlab, for example. The only problem is the burden of figuring out a 7 dimension tensor text file layout, but I will get there eventually. Thanks

[arts-users] The use of ARTS in visible

2016-02-19 Thread Pengwang Zhai
Hi, I am trying to use ARTS to calculate the absorption coefficients (propmat_clearsky_field) for wavelengths between 860 nm and 1060 nm. If I use abs_speciesSet( species=[ "H2O-PWR98”]) I get numbers ridiculously large (~2500 1/m). If I just use abs_speciesSet( species=[ "H2O”]), I get rea

Re: [arts-users] The use of ARTS in visible

2016-02-19 Thread Pengwang Zhai
Thanks, Jana. This is really helpful. In my point of view, it should be very easy/better to program the range within ARTS. I agree that users need to be keen on what they do. However, they may not know everything at times. It would be much better to implement these small things and avoid po

Re: [arts-users] for help

2016-06-20 Thread Pengwang Zhai
rptions too. Put a frequency, temperature, pressure sanity check for all models should be the first priority to do for ARTS. Yours, Pengwang Zhai > On Jun 20, 2016, at 4:48 AM, Jana Mendrok wrote: > > Hi Shawley, > Hi Patrick, hi all, > > so far I have tested liquid clo

[arts-users] Using ARTS in visible/UV

2016-09-23 Thread Pengwang Zhai
Dear ARTS fans, I intent to use ARTS to obtain gas absorption coefficients for major gases, base on HITRAN 2012 database. In the main page of ARTS, one of the current limitation is: (Current) Limitations • not suitable for shortwave calculations (near IR-UV) • no absorpt

Re: [arts-users] Using ARTS in visible/UV

2017-05-04 Thread Pengwang Zhai
Dear Stefan and Claudia, I downloaded reptran from libradtran.org following the instruction in the paper: Gasteiger, J., C. Emde, B. Mayer, R. Buras, S. A. Buehler, and O. Lemke (2014), Representative wavelengths absorption parameterization applied to satellite channels and spectral bands, J. Q

[arts-users] Compatibility with HITRAN2016

2018-01-06 Thread Pengwang Zhai
Dear ARTS developers: ARTS is an invaluable tool for the RT community and thanks very much for your great contribution. I have recently run into a problem with HITRAN 2016, the newest version of HITRAN. I have downloaded the O2 par file from the HITRAN website. It is named as: 5a4fe828.par. I

Re: [arts-users] Compatibility with HITRAN2016

2018-01-10 Thread Pengwang Zhai
27;re using the latest version from the > Subversion repository. > > Cheers, > Oliver > > >> On 6 Jan 2018, at 22:21, Pengwang Zhai wrote: >> >> Dear ARTS developers: >> >> ARTS is an invaluable tool for the RT community and thanks very much for >&

[arts-users] read in HITRAN par file

2022-02-03 Thread Pengwang Zhai
1.3e+14, 1.0e+15 ) arts reports: "Run-time error in method: ReadHITRAN Error parsing quantum number Sym”. Is there any way we can read in HITRAN par file and create a lookup table? Do you suggest me going back to arts 2.3? Thanks for your advice, Pengwang ___

[arts-users] cannot compile the latest version of ARTS

2022-02-08 Thread Pengwang Zhai
Hello, I had some issue with arts 2.4 in reading HITRAN par file. I was advised to use the latest version of arts. I did the following: git clone https://github.com/atmtools/arts.git cd arts mkdir build cd build cmake -DENABLE_NETCDF=1 .. make The compilation stoped at 25%, with the following e

[arts-users] Cannot create abs_lookup with arts 2.5

2022-02-10 Thread Pengwang Zhai
Hello, ARTS community, I downloaded and compiled the latest version of arts. Now I tested the the creation of abs_lookup with the example control file located in: arts/controlfiles/artscomponents/absorption/TestAbs.arts I only modified two occurrences of: abs_speciesSet( species=[ "H2O-PWR98"

Re: [arts-users] Cannot create abs_lookup with arts 2.5

2022-02-10 Thread Pengwang Zhai
esAddConts.html). > You selected H2O, and by doing this my guess is that you are not considering > continuum, as it is written in lines 36-37 of TestAbs.arts. > > I hope that this will help you, > > Mattia > > > Pengwang Zhai ha scritto: > >> Hello, ARTS c

Re: [arts-users] Cannot create abs_lookup with arts 2.5

2022-02-11 Thread Pengwang Zhai
at this time. Mainly, since the line calculations >> should happen in propmat_clearsky_agenda now, they are not part of any of >> the default cross-section agendas as in the past. The lookup generation >> interface is currently under active development, so this interfac

Re: [arts-users] Cannot create abs_lookup with arts 2.5

2022-02-14 Thread Pengwang Zhai
after several days. Maybe I am trying to calculate too many frequency lines, though I believe ARTS 2.3 only took several hours to build the same lookup table. I did see the same warning that you saw regarding abs_xsec_per_speciesAddLines. Yours, Pengwang Pengwang Zhai (he/his