とらりもんHOME  Index  Search  Changes  Login

とらりもん - MIMICS Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

[[https://rscl-grss.org/coderecord.php?id=466]]

MIMICS = Michigan MIcrowave Canopy Scattering model

"MIMICS is meant to simulate the radar backscatter from a forested region at frequencies in the P, L, and C bands."

!Download and de-freeze
$ wget https://rscl-grss.org/codelibrary/48822f5fa1c438ee89555fc85df8528c.gz
$ mv 48822f5fa1c438ee89555fc85df8528c.gz mimics.tar.gz
$ tar zxvf mimics.tar.gz

!Compile
$ cd mimics15a/
$ cd source
$ make
# You will see many lines of messages. Finally, you can find "mimics1.5" file in input_dir directory.
$ cd ..

!Test run
$ vi runit
# You should put "./" at the head of mimics1.5
$ ./runit
# You will see many messages.
$ ls output_dir/ -l