TRAINING GOALPrepare an environment in which Java, GNU Wget 1.x, bzip2, GNU date, gnuplot, and Tmap are available.
4000 × 4000METEOSAT-IODC grid
0.03°Latitude/longitude grid spacing
15 minProduct time interval
Float32 / BEIEEE 754 / Big-endian
0
Check the execution environment
Check each command used in the training. Rather than hiding these checks in a script, run the actual commands directly.
Create the working directory
mkdir -p ~/amaterass_jica
cd ~/amaterass_jica
Check Java, bzip2, date, and gnuplot
java -version
javac -version
bzip2 --version
date --version
gnuplot --version
Check GNU Wget 1.x for FTP access
wget1 --version
wget --version
GNU Wget: GNU Wget 1.x is required because METEOSAT-IODC data are retrieved via FTP. Each download script uses wget1 when available; otherwise it uses wget only if it is GNU Wget 1.x rather than Wget2.
1
Prepare Tmap
Tmap is used to visualize AMATERASS data as maps. Download and compile Tmap, then run it directly in each DAY while checking the required arguments.
Download and compile Tmap
cd ~/amaterass_jica
wget -c https://downloads.amaterass.science/tmap_v3.0cc_20260815d.tar.gz
tar xzf tmap_v3.0cc_20260815d.tar.gz
cd tmap
javac *.java
✓
CHECK
Run ls *.class. The Tmap setup is complete if tmap.class and the other class files are listed.
2
Data used in this training
The representative scene is 1 May 2026 at 09:12 UTC. DAY 2 uses data from May 2026 to calculate the monthly mean.
Time: The first 12 digits of each filename indicate UTC. METEOSAT-IODC does not provide a per-pixel actual-observation-time file like the HIMAWARI Japan-area product, so this training uses the UTC reference time in the filename.