Search found 29 matches

by zion0210
Sun Feb 04, 2024 11:23 pm
Forum: ATMS SDR
Topic: Segmentation fault of the MIRS 4.0
Replies: 3
Views: 5486

Re: Segmentation fault of the MIRS 4.0

Hi!

Additionally, I checked sha1 of archive, it’s good.

Also, I tried to run the MIRS 4.0 on Ubuntu 22.04 and Debian 10 and received analogue result.
by zion0210
Fri Feb 02, 2024 4:17 am
Forum: ATMS SDR
Topic: Segmentation fault of the MIRS 4.0
Replies: 3
Views: 5486

Segmentation fault of the MIRS 4.0

Hello, colleagues. I using Debian 9 for run of the satellite data processing. There was Segmentation fault for run of MIRS 4.0 in my system: /NFS/XRDATA/terra/NPP_SOFT/MIRS_v4.0/CSPP_MIRS_4_0/libexec/app/bin/scripts/script_functions.bash: line 9007: 19118 Segmentation fault ${cmd_preamble} ${exePath...
by zion0210
Wed Dec 14, 2022 7:42 am
Forum: ATMS SDR
Topic: MIRS first guess
Replies: 3
Views: 14450

Re: MIRS first guess

Dear Kathy I handle ATMS and AMSU/MHS. I am currently using MIRS v3.0, but discovered this anomaly last winter when I was using MIRS v2.3 and v2.4. I noticed that the surface pressure difference between the MIRS and ground measurements can be as high as 50-70 hPa. For example, the MIRS first guess i...
by zion0210
Mon Dec 12, 2022 11:58 pm
Forum: ATMS SDR
Topic: MIRS first guess
Replies: 3
Views: 14450

MIRS first guess

Hello, colleagues. As far as I know, the MIRS software uses retrospective average temperature profile and surface pressure for first guess. Now there is a large anomaly of pressure and temperature in the region of my interest. Therefore, results of the MIRS have more differences regarding the measur...
by zion0210
Tue Jun 22, 2021 11:58 pm
Forum: ATMS SDR
Topic: Problem with processing l1b Metop data
Replies: 3
Views: 12749

Re: Problem with processing l1b Metop data

Hi Jim. Files NSS.AMAX.M1.D21166.S0316.E0405.B4535555.MM and NSS.MHSX.M1.D21166.S0316.E0405.B4535555.MM located at ftp://ftp.ssec.wisc.edu/pub/incoming/ I used the following form getting l1b metop data https://www.avl.class.noaa.gov/saa/products/search?sub_id=0&datatype_family=TOVS&submit.x=...
by zion0210
Tue Jun 22, 2021 1:57 am
Forum: ATMS SDR
Topic: Problem with processing l1b Metop data
Replies: 3
Views: 12749

Problem with processing l1b Metop data

Hi colleagues. I have a problem with processing AMSU/MHS l1b data. I used MIRS_v2.4 and l1b NOAA data (https://www.avl.class.noaa.gov/). For example, I run the following command: CSPP_MIRS_2_4//scripts/run_mirs.bash -x --noSFR -d /home/terra/NPP_SOFT//MIRS_v2.4/CSPP_MIRS_2_4//data/dynamic_ancillary/...
by zion0210
Tue Oct 08, 2019 1:23 am
Forum: ATMS SDR
Topic: Processing first and last granules.
Replies: 3
Views: 13174

Re: Processing first and last granules.

Hi Kathy,

I use CSPP SDR 3.1.2.

RDR input files was get at https://avl.class.noaa.gov.

There are 15 granules in files that i use. 

The data, wich intedesting for me, contain into last two granules of first file and first two granules in last file.

What can i do for this?

Regards,
zion0210
by zion0210
Mon Oct 07, 2019 12:34 am
Forum: ATMS SDR
Topic: Processing first and last granules.
Replies: 3
Views: 13174

Processing first and last granules.

Hi colleagues,

How can i process first and last granules of ATMS RDR data?

The default run exepted first and last granules.

Also, the next command not helped me:

Code: Select all

$CSPP_SDR_HOME/atms/atms_sdr.sh  -t 0 0 $ifile.h5
Regards,
zion0210
by zion0210
Sun Oct 06, 2019 10:07 pm
Forum: ATMS SDR
Topic: Processing first and last granules.
Replies: 0
Views: 11347

Processing first and last granules.

Hi colleagues,

How can i process first and last granules of ATMS RDR data?

The default run exepted first and last granules.

Also, the next command not helped me:

Code: Select all

$CSPP_SDR_HOME/atms/atms_sdr.sh  -t 0 0 $ifile.h5
Regards,
zion0210
by zion0210
Fri Dec 14, 2018 3:14 am
Forum: VIIRS EDRs
Topic: How do I convert VIIRS hdf EDR files to geotiffs?
Replies: 9
Views: 19290

Re: How do I convert VIIRS hdf EDR files to geotiffs?

Hi Kathy I talking about two sections of code P2G. For visualisation cloud mask nessisary make preprocessing. Namely get 2-3 bits. At result, we turn out 00 01 10 11, but default fornav out fill_value is "0". So, modification contain next code: if all 8 bits equal "0" then "...