MSG Correction for
McIDAS-X 2013.1
The McIDAS-X 2013.1 tar file available on the 2013.1 Software
and Instructions page was updated 28 January 2013 at 21:30 UTC to include updated versions of
subroutines msgtaget2.for and msgtutil.for. The updated
subroutines contain a fix to give more precise temperature values for Meteosat-10 bands 4
through 11, and to support MSG Rapid Scan Service files. Note that the temperature errors were
generally small (up to +/-0.3 K were found during testing), and thus were not noticeable when
viewing the displayed data, though they may be important for users who need precise values.
Only those sites that maintain servers containing Meteosat-10 HRIT data or users with HRIT data
on their local workstation and need the precise IR temperature values and/or need the ability to use
local MSG Rapid Scan Service files need to install this update. All other users can skip this update.
Users who downloaded and installed McIDAS-X 2013.1 on their Unix workstation prior to 28 January 2013
21:30 UTC and need the precise IR temperature values and/or the ability to use local MSG Rapid Scan
Service files will need to install the updated msgtaget2.for and msgtutil.for
subroutines by completing the instructions below.
Complete the following steps to download, compile and install the updated msgtaget2.for
and msgtutil.for subroutines for McIDAS-X version 2013.1.
- Log on to the workstation as mcidas.
- Change to the source directory for 2013.1 and make backup copies
of the existing source files.
Type: cd ~mcidas/mcidas2013.1/src
Type: cp msgtaget2.for msgtaget2.for.bak
Type: cp msgtutil.for msgtutil.for.bak
- Download (e.g., right-click and select Save option) the following files to
the ~mcidas/mcidas2013.1/src directory on your McIDAS-X workstation.
File name |
Size |
Description |
msgtaget2.for |
49 KB |
updated to support MSG Rapid Scan Service files
|
msgtutil.for |
31 KB |
updated to give more precise Meteosat-10 IR temperature values and to support MSG Rapid Scan Service files
|
- Change to the ~mcidas directory and run the make option
to force a compile of the updated modules (msgtaget2.for and msgtutil.for).
Type: cd ~mcidas
Type: sh ./mcidas2013.1.sh make
- Run the install option to install the updated modules.
Type: sh ./mcidas2013.1.sh install
|