Re: [arts-users] IWP in ARTS

2020-08-14 Thread Thomas,Renish
Thanks Simon,

I really appreciate the advice.

I had further questions about the more appropriate choice between using the 
pyARTS and Typhon  python packages for ARTS.

My simulation setup ( Predominantly ):

I am trying to sense a cloud box (ON/OFF) , with the sensor looking forward. 
(i.e elevation 0 degrees). I will be wanting to perform both absorption and 
scattering calculations.

My questions:

a).  Which one is more appropriate for my application between pyARTS and Typhon.

b). Do pyARTS and Typhon share mostly the same functions and libraries and are 
they inter-compatible?. Which of these are better documented?


Thanks,
Renish



From: Simon Pfreundschuh 
Sent: Friday, August 14, 2020 12:24 AM
To: Patrick Eriksson ; Thomas,Renish 
; arts_users.mi@lists.uni-hamburg.de 

Subject: Re: [arts-users] IWP in ARTS


Hi Renish,


I have to correct Patrick here, pyarts has been revived and is now the official 
Python

interface for ARTS. To use the Python interface you have two options:


  1.  Build the ARTS development version and the install the pyarts package in 
the python directory
  2.  Install pyarts using pip

Option 1 has the advantage of installing also the ARTS interpreter itself, i.e. 
the arts command
line program as well as the example files, which could help you to get started. 
With option two
you will be able to use ARTS only through the Python interface.


Hope this helps to get you started. Don't hesitate to contact me if you have 
any other

questions.

Best,

Simon

From: arts_users.mi-boun...@mailman.rrz.uni-hamburg.de 
 on behalf of Patrick 
Eriksson 
Sent: Thursday, August 13, 2020 11:21:03 PM
To: Thomas,Renish; arts_users.mi@lists.uni-hamburg.de
Subject: Re: [arts-users] IWP in ARTS

Hi,

If you are familiar with python, or want to be, I recommend that you
switch to it. In python you have access to a proper interface to ARTS,
and you can run it truly interactively. And you can get more help. I am
the only one of the core developers that still is using matlab.

It is then Typhon ypu should look at. Not PyARTS, it's old.

Bye,

Patrick



On 2020-08-13 21:12, Thomas,Renish wrote:
> Thanks Patrick for the clarification,
>
> I saw one of the Atmlab scattering demo examples which uses IWP as an
> input, which later is converted to PND (Partcile Number Density) before
> calling ARTS.
>
> I am still trying to use Atmlab for scattering calculations with
> particle size distributions with a cloud box, due to the ease of using
> Matlab.
>
> Do  you recommend a better way? like PyARTS or using ARTS by itself for
> scattering calculations?
>
> Thanks,
> Renish Thomas
>
>
> 
> *From:* Patrick Eriksson 
> *Sent:* Tuesday, August 11, 2020 8:29 AM
> *To:* Thomas,Renish ;
> arts_users.mi@lists.uni-hamburg.de
> 
> *Subject:* Re: [arts-users] IWP in ARTS
> Dear Renish,
>
> ARTS does not take IWP, TWP etc as input. You need to specify e.g. IWC,
> LWC, humidity ...
>
> And the specification of the atmospheric profiles is independent of the
> observation geometry. You specify the profiles as a function of pressure.
>
> Not clear how you are running ARTS by Atmlab. Please note that qarts
> (and qpack even less) is mainly for calculations without scattering. You
> can do scattering calculations but then you really need to know how ARTS
> is working.
>
> Bye,
>
> Patrick
>
>
>
>
> On 2020-08-10 22:22, Thomas,Renish wrote:
>> Hi All,
>>
>> I had a question about how ARTS treats integrated water path ( IWP ).
>>
>> *My simulation setup*:
>>
>> I am trying to sense a cloud box , with the sensor looking forward. (i.e
>> elevation 0 degrees). I am using ARTS with Atmlab.
>>
>> *My questions:*
>>
>> *a). *How to calculate IWP/LWP (which is an input for ARTS) for the case
>> of horizontal sounding of an extended cloud. Or how to use droplet
>> density as an input instead of IWP.
>>
>> *b). *Can i give IWP as an input for all elevations?  Does the radiative
>> transfer calculations in these cases behave properly for off zenith and
>> off nadir look angles.
>>
>> As i believe  LWP = TPW for the case of nadir-zenith sensing of an
>> entire atmosphere.
>>
>>
>> *LWP*(Liquid Water Path)
>> *TPW*(Total Precipitable Water)
>>
>> Cheers,
>> Renish
>>
>>
>>
>> ___
>> arts_users.mi mailing list
>> arts_users.mi@lists.uni-hamburg.de
>> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.rrz.uni-hamburg.de%2Fmailman%2Flistinfo%2Farts_users.midata=02%7C01%7CRenish.Thomas%40c

Re: [arts-users] IWP in ARTS

2020-08-14 Thread Simon Pfreundschuh
Hi Renish,


I have to correct Patrick here, pyarts has been revived and is now the official 
Python

interface for ARTS. To use the Python interface you have two options:


  1.  Build the ARTS development version and the install the pyarts package in 
the python directory
  2.  Install pyarts using pip

Option 1 has the advantage of installing also the ARTS interpreter itself, i.e. 
the arts command
line program as well as the example files, which could help you to get started. 
With option two
you will be able to use ARTS only through the Python interface.


Hope this helps to get you started. Don't hesitate to contact me if you have 
any other

questions.

Best,

Simon

From: arts_users.mi-boun...@mailman.rrz.uni-hamburg.de 
 on behalf of Patrick 
Eriksson 
Sent: Thursday, August 13, 2020 11:21:03 PM
To: Thomas,Renish; arts_users.mi@lists.uni-hamburg.de
Subject: Re: [arts-users] IWP in ARTS

Hi,

If you are familiar with python, or want to be, I recommend that you
switch to it. In python you have access to a proper interface to ARTS,
and you can run it truly interactively. And you can get more help. I am
the only one of the core developers that still is using matlab.

It is then Typhon ypu should look at. Not PyARTS, it's old.

Bye,

Patrick



On 2020-08-13 21:12, Thomas,Renish wrote:
> Thanks Patrick for the clarification,
>
> I saw one of the Atmlab scattering demo examples which uses IWP as an
> input, which later is converted to PND (Partcile Number Density) before
> calling ARTS.
>
> I am still trying to use Atmlab for scattering calculations with
> particle size distributions with a cloud box, due to the ease of using
> Matlab.
>
> Do  you recommend a better way? like PyARTS or using ARTS by itself for
> scattering calculations?
>
> Thanks,
> Renish Thomas
>
>
> 
> *From:* Patrick Eriksson 
> *Sent:* Tuesday, August 11, 2020 8:29 AM
> *To:* Thomas,Renish ;
> arts_users.mi@lists.uni-hamburg.de
> 
> *Subject:* Re: [arts-users] IWP in ARTS
> Dear Renish,
>
> ARTS does not take IWP, TWP etc as input. You need to specify e.g. IWC,
> LWC, humidity ...
>
> And the specification of the atmospheric profiles is independent of the
> observation geometry. You specify the profiles as a function of pressure.
>
> Not clear how you are running ARTS by Atmlab. Please note that qarts
> (and qpack even less) is mainly for calculations without scattering. You
> can do scattering calculations but then you really need to know how ARTS
> is working.
>
> Bye,
>
> Patrick
>
>
>
>
> On 2020-08-10 22:22, Thomas,Renish wrote:
>> Hi All,
>>
>> I had a question about how ARTS treats integrated water path ( IWP ).
>>
>> *My simulation setup*:
>>
>> I am trying to sense a cloud box , with the sensor looking forward. (i.e
>> elevation 0 degrees). I am using ARTS with Atmlab.
>>
>> *My questions:*
>>
>> *a). *How to calculate IWP/LWP (which is an input for ARTS) for the case
>> of horizontal sounding of an extended cloud. Or how to use droplet
>> density as an input instead of IWP.
>>
>> *b). *Can i give IWP as an input for all elevations?  Does the radiative
>> transfer calculations in these cases behave properly for off zenith and
>> off nadir look angles.
>>
>> As i believe  LWP = TPW for the case of nadir-zenith sensing of an
>> entire atmosphere.
>>
>>
>> *LWP*(Liquid Water Path)
>> *TPW*(Total Precipitable Water)
>>
>> Cheers,
>> Renish
>>
>>
>>
>> ___
>> arts_users.mi mailing list
>> arts_users.mi@lists.uni-hamburg.de
>> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.rrz.uni-hamburg.de%2Fmailman%2Flistinfo%2Farts_users.midata=02%7C01%7CRenish.Thomas%40colostate.edu%7Cea619cb0a1254d6e42bd08d83e02fa22%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637327529808522851sdata=m0jOTRKuv3eygwPpqAQa7l00E0%2BnARJc7MDSGpiZZTk%3Dreserved=0
>>
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


Re: [arts-users] IWP in ARTS

2020-08-13 Thread Patrick Eriksson

Hi,

If you are familiar with python, or want to be, I recommend that you 
switch to it. In python you have access to a proper interface to ARTS, 
and you can run it truly interactively. And you can get more help. I am 
the only one of the core developers that still is using matlab.


It is then Typhon ypu should look at. Not PyARTS, it's old.

Bye,

Patrick



On 2020-08-13 21:12, Thomas,Renish wrote:

Thanks Patrick for the clarification,

I saw one of the Atmlab scattering demo examples which uses IWP as an 
input, which later is converted to PND (Partcile Number Density) before 
calling ARTS.


I am still trying to use Atmlab for scattering calculations with 
particle size distributions with a cloud box, due to the ease of using 
Matlab.


Do  you recommend a better way? like PyARTS or using ARTS by itself for 
scattering calculations?


Thanks,
Renish Thomas



*From:* Patrick Eriksson 
*Sent:* Tuesday, August 11, 2020 8:29 AM
*To:* Thomas,Renish ; 
arts_users.mi@lists.uni-hamburg.de 


*Subject:* Re: [arts-users] IWP in ARTS
Dear Renish,

ARTS does not take IWP, TWP etc as input. You need to specify e.g. IWC,
LWC, humidity ...

And the specification of the atmospheric profiles is independent of the
observation geometry. You specify the profiles as a function of pressure.

Not clear how you are running ARTS by Atmlab. Please note that qarts
(and qpack even less) is mainly for calculations without scattering. You
can do scattering calculations but then you really need to know how ARTS
is working.

Bye,

Patrick




On 2020-08-10 22:22, Thomas,Renish wrote:

Hi All,

I had a question about how ARTS treats integrated water path ( IWP ).

*My simulation setup*:

I am trying to sense a cloud box , with the sensor looking forward. (i.e 
elevation 0 degrees). I am using ARTS with Atmlab.


*My questions:*

*a). *How to calculate IWP/LWP (which is an input for ARTS) for the case 
of horizontal sounding of an extended cloud. Or how to use droplet 
density as an input instead of IWP.


*b). *Can i give IWP as an input for all elevations?  Does the radiative 
transfer calculations in these cases behave properly for off zenith and 
off nadir look angles.


As i believe  LWP = TPW for the case of nadir-zenith sensing of an 
entire atmosphere.



*LWP*(Liquid Water Path)
*TPW*(Total Precipitable Water)

Cheers,
Renish



___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.rrz.uni-hamburg.de%2Fmailman%2Flistinfo%2Farts_users.midata=02%7C01%7CRenish.Thomas%40colostate.edu%7Cea619cb0a1254d6e42bd08d83e02fa22%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637327529808522851sdata=m0jOTRKuv3eygwPpqAQa7l00E0%2BnARJc7MDSGpiZZTk%3Dreserved=0


___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


Re: [arts-users] IWP in ARTS

2020-08-13 Thread Thomas,Renish
Thanks Patrick for the clarification,

I saw one of the Atmlab scattering demo examples which uses IWP as an input, 
which later is converted to PND (Partcile Number Density) before calling ARTS.

I am still trying to use Atmlab for scattering calculations with particle size 
distributions with a cloud box, due to the ease of using Matlab.

Do  you recommend a better way? like PyARTS or using ARTS by itself for 
scattering calculations?

Thanks,
Renish Thomas



From: Patrick Eriksson 
Sent: Tuesday, August 11, 2020 8:29 AM
To: Thomas,Renish ; 
arts_users.mi@lists.uni-hamburg.de 
Subject: Re: [arts-users] IWP in ARTS

Dear Renish,

ARTS does not take IWP, TWP etc as input. You need to specify e.g. IWC,
LWC, humidity ...

And the specification of the atmospheric profiles is independent of the
observation geometry. You specify the profiles as a function of pressure.

Not clear how you are running ARTS by Atmlab. Please note that qarts
(and qpack even less) is mainly for calculations without scattering. You
can do scattering calculations but then you really need to know how ARTS
is working.

Bye,

Patrick




On 2020-08-10 22:22, Thomas,Renish wrote:
> Hi All,
>
> I had a question about how ARTS treats integrated water path ( IWP ).
>
> *My simulation setup*:
>
> I am trying to sense a cloud box , with the sensor looking forward. (i.e
> elevation 0 degrees). I am using ARTS with Atmlab.
>
> *My questions:*
>
> *a). *How to calculate IWP/LWP (which is an input for ARTS) for the case
> of horizontal sounding of an extended cloud. Or how to use droplet
> density as an input instead of IWP.
>
> *b). *Can i give IWP as an input for all elevations?  Does the radiative
> transfer calculations in these cases behave properly for off zenith and
> off nadir look angles.
>
> As i believe  LWP = TPW for the case of nadir-zenith sensing of an
> entire atmosphere.
>
>
> *LWP*(Liquid Water Path)
> *TPW*(Total Precipitable Water)
>
> Cheers,
> Renish
>
>
>
> ___
> arts_users.mi mailing list
> arts_users.mi@lists.uni-hamburg.de
> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.rrz.uni-hamburg.de%2Fmailman%2Flistinfo%2Farts_users.midata=02%7C01%7CRenish.Thomas%40colostate.edu%7Cea619cb0a1254d6e42bd08d83e02fa22%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637327529808522851sdata=m0jOTRKuv3eygwPpqAQa7l00E0%2BnARJc7MDSGpiZZTk%3Dreserved=0
>
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi