[arts-users] sensitivity of SAPHIR frequencies (183.31GHZ)

2022-03-15 Thread Sisma Samuel
Hi,
I was trying to simulate the *sensitivity of  SAPHIR frequencies
(183.31GHZ)*. I tried to run
*/home/nizy/arts-2.4.0/controlfiles/artscomponents/doit/TestDOIT.arts*

To simulate for SAPHR frequencies by modifying* doit_setup.arts*
 Frequency grid
# --
# Note: The frequencies must be contained in the gas absorption lookup
table.
*VectorSet( f_grid,183.31e9,1836.32e9] )*


but my output was
This run took 0.06s (1.32s CPU time)
Run-time error in controlfile: doit_setup_saphir.arts
Run-time error in method: abs_lookupAdapt
Cannot find new frequency 0 (1.8331e+11Hz) in the lookup table frequency
grid.
Stopping ARTS execution.


Regards
Sisma
___
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] How to run for SAPHIR

2021-09-20 Thread Sisma Samuel
hi,
I compiles ~/arts-2.4.0/build/src/arts *TestMetMM.arts  * for SAPHIR
instrument  for simulating TB

# Change the filename to switch sensors in TestMetMM.arts.
INCLUDE "instruments/metmm/sensor_descriptions/*sensor_saphir.arts*"
*my output is *
This run took 14.07s (201.72s CPU time)
Run-time error in controlfile: TestMetMM.arts
Run-time error in method: Compare

ybatch[0] (6) and ybatch_ref[0] (5) do not have the same size.
Mismatch at array index: 0

How can I change the sensor specifications,

-- 
Regards
Sisma
___
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] ARTS workshop

2020-02-14 Thread Sisma Samuel
dear,
How to apply for arts workshop that will be held June 2020, does any
notification came or the date to apply is over


thanks
sisma
___
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] (no subject)

2019-06-13 Thread Sisma Samuel
dear all,
how to compute ARTS for SAPHIR on board MT i changed frequency, and sensor
specifications of AMSU , Is it enough and I computed brightness
temperatures.

How to do ARTS for cloudy cases , is it possible by comment  cloudbox in
testamsu generic.arts

 sisma
___
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] ARTS FOR SAPHIR

2019-04-28 Thread Sisma Samuel
dear all,
how to compute ARTS for SAPHIR on board MT i changed frequency, and sensor
specifications , Is it enough and I computed brightness temperatures.

How to do ARTS for cloudy cases , is it possible by comment  cloudbox in
testamsu generic.arts

-- 
Yours faithfully
Sisma Samuel
___
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] Fwd: AMSUB how test whether right

2019-04-28 Thread Sisma Samuel
Thanks a lot.
Lemke

On Mon, Apr 15, 2019 at 12:16 PM Oliver Lemke 
wrote:

> Hi Sisma,
>
> They look correct as far as I can tell from a quick glance at your
> screenshot. You can check the values yourself by comparing them to the
> supplied reference values in
> arts/controlfiles/instruments/amsu/TestAMSUB.ybatch.ref.xml . This is also
> done automatically if you run a "make check-all".
>
> Cheers,
> Oliver
>
>
> > On 13 Apr 2019, at 15:26, Sisma Samuel  wrote:
> >
> >
> >
> > -- Forwarded message -
> > From: Sisma Samuel 
> > Date: Fri, Apr 12, 2019 at 9:54 PM
> > Subject: AMSUB how test  correct or not
> > To: ARTS Users List 
> >
> >
> > I compiled testamsub.arts and the values i got is as in fig. attached
> how to know whether its compiled properly
> >
> > --
> > Yours faithfully
> > Sisma Samuel
>
>

-- 
Yours faithfully
Sisma Samuel
___
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] basics of ATRS

2019-03-07 Thread Sisma Samuel
Thank you so much.

On Wed, Mar 6, 2019 at 5:38 PM Oliver Lemke 
wrote:

> Hi Sisma,
>
> > On 5 Mar 2019, at 18:25, Sisma Samuel  wrote:
> >
> > sir,
> > Thank you, I am a beginner i don't know how to compile .arts file. can
> you please  explain how to run a sample program,  for any example in
> classroom exercise of control files.
>
> Start by adding the arts/build/src directory to your search path variable.
> This way you can call the arts executable from anywhere without having to
> give the whole path. Starting from the toplevel ARTS directory, use this
> command to set the PATH and test if it worked:
>
> export PATH=$PWD/build/src:$PATH
> arts -v
>
> Now you can call ARTS with a controlfile. Try to run the TestClearSky:
>
> cd controlfiles/artscomponents/clearsky
> arts -r020 TestClearSky.arts
>
> You should see some log output and the message 'Everything seems fine.
> Goodbye.'.
>
> For the classroom examples, you also need the arts-xml-data package, which
> you can download here:
>
>
> http://www.radiativetransfer.org/misc/download/stable/2.2/arts-xml-data-2.2.5.tar.gz
>
> When running a classroom example, you need to tell arts where it can find
> the arts-xml-data package. Assuming you have unpacked it in your home
> directory, the command for
> controlfiles/classroom_exercises/exe1_absorption/ would look like this:
>
> cd controlfiles/artscomponents/clearsky
> arts -r020 -D$HOME/arts-xml-data-2.2.5 absorption.arts
>
> If you have arts-xml-data unpacked elsewhere, adapt the -D argument
> accordingly.
>
> Hope this helps,
> Oliver
>
>
> > I know IDL language, no one in my institute is currently using ARTS that
> is the reason why I am asking very basic questions.
> >
> > On Tue, Mar 5, 2019 at 3:56 PM Oliver Lemke 
> wrote:
> > Hi Sisma,
> >
> > > On 5 Mar 2019, at 11:02, Sisma Samuel  wrote:
> > >
> > > sir,
> > > I am a  degree student, I wish to learn ARTS, can any one suggest me
> few simple tutorials and user guides to start on.
> >
> > You can find user guides and articles about the features on the ARTS
> homepage at:
> >
> > http://www.radiativetransfer.org/docs/
> >
> > The ARTS source distribution contains a lot of example controlfiles that
> can help you to get started. For example,
> arts/controlfiles/artscomponents/clearsky/TestClearSky.arts shows how to do
> clearsky calculations in a 1D, 2D or 3D atmospheres.
> >
> > > I installed arts by following the guidelines in ARTS website and
> > > Features in this build:
> > >Numeric precision:double
> > >OpenMP support:   enabled
> > >Documentation server: enabled
> > >Zipped XML support:   enabled
> > >NetCDF support:   disabled
> > >Fortran support:  disabled
> > >Disort support:   disabled
> > >Refice support:   disabled
> > >Tmatrix support:  disabled
> > > Why certain features are not enabled  can any one help me and please
> give me valuable suggestions
> >
> > The features that need Fortran are disabled by default. The source
> distribution contains a README file that describes how to enable them in
> the "OPTIONAL FEATURES" section. Depending on what you wanna do with ARTS
> you might not even need them.
> >
> > Cheers,
> > Oliver
> >
> >
> >
> > --
> > Yours faithfully
> > Sisma Samuel.
>
>

-- 
Yours faithfully
Sisma Samuel
JRF, SPL, VSSC.
___
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] basics of ATRS

2019-03-05 Thread Sisma Samuel
sir,
I am a  degree student, I wish to learn ARTS, can any one suggest me few
simple tutorials and user guides to start on.
I installed arts by following the guidelines in ARTS website and
Features in this build:
   Numeric precision:double
   OpenMP support:   enabled
   Documentation server: enabled
   Zipped XML support:   enabled
   NetCDF support:   disabled
   Fortran support:  disabled
   Disort support:   disabled
   Refice support:   disabled
   Tmatrix support:  disabled
Why certain features are not enabled  can any one help me and please give
me valuable suggestions
-- 
Yours faithfully
Sisma Samuel
JRF, SPL, VSSC.
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi