User Tools

Site Tools


atmos:software:titan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:software:titan [2018/10/01 15:02] deleneatmos:software:titan [2020/01/29 17:25] (current) – external edit 127.0.0.1
Line 28: Line 28:
   m4   m4
   gcc   gcc
-  c++ (gcc-c++) +  gcc-c++ (c++) 
-  gfortran (gcc-gfortran)+  gcc-gfortran (gfortran)
  
   glibc-devel   glibc-devel
   libX11-devel   libX11-devel
-  libXext-devel (if available)+  libXext-devel
   libpng-devel   libpng-devel
   libtiff-devel   libtiff-devel
   jasper-devel   jasper-devel
   zlib-devel   zlib-devel
-  libexpat-devel+  libexpat-devel (May have to get from rpmfind)
   flex-devel   flex-devel
   fftw3-devel   fftw3-devel
Line 57: Line 57:
  
 It is not a bad idea to go through and try to install each package, just to make sure they are actually present on the computer after doing the update. To install each package simply do: It is not a bad idea to go through and try to install each package, just to make sure they are actually present on the computer after doing the update. To install each package simply do:
-<code> % sudo dnf install thenenterthepackagesnameherewithspacesbetween </code>+ 
 +% sudo dnf install thenenterthepackagesnameherewithspacesbetween 
 ===== How to install Lrose and TITAN with latest update =====  ===== How to install Lrose and TITAN with latest update ===== 
  
-With recent updates from NCAR, TITAN is now part of a larger program called LROSE (Lidar Radar Open Software Environment).   +With recent updates from NCAR, TITAN is now part of a larger program called LROSE (Lidar Radar Open Software Environment). To be able to being installing TITAN, you must first download the latest release of LROSE from the NCAR github repository. First you will need to create an area to download the release to: 
-To be able to being installing TITAN, you must first download the latest release of LROSE from the NCAR github repository.  + 
-First you will need to create an area to download the release to: +<code> mkdir release </code> 
-<code> mkdir release </code>+
 This can be named anything you'd like but NCAR suggests **"release"** or **"bin_test_area"** This can be named anything you'd like but NCAR suggests **"release"** or **"bin_test_area"**
 After the directory is created you need to enter the directory and download the release: After the directory is created you need to enter the directory and download the release:
-<code> cd release </code> +<code> cd release </code> 
-<code> wget https://github.com/NCAR/lrose-core/releases/lrose-20180626.bin.x86_64.tgz </code> +<code> wget https://github.com/NCAR/lrose-core/archive/lrose-blaze-20180911.tar.gz </code> 
-It is important to check what the latest release is in the repository, but it will be close in resemblance to the release above.  + 
-Once the release is downloaded, untar the file: +It is important to check what the latest release is in the repository, but it will be close in resemblance to the release above. Once the release is downloaded, untar the file: 
-<code> tar xvfz lrose-20180626.bin.x86_64.tgz </code> + 
-This will create a folder titled **"lrose-20180626"**.  +<code> tar -xvzf lrose-</code> 
-<code> % ls </code>  + 
-Check to make sure the directory was created then+This will create a folder titled **"lrose-*"**.  
-<code> cd lrose-20180626.bin.x86_64 </code> +change to new diretory: 
-Now to install it+ 
-<code> % ./install_bin_release.py --verbose --prefix=/usr/local/lrose </code> +<code> cd lrose-core* </code> 
-That will install lrose and install the necessary files within the lrose directory.+ 
 +To build LROSE using standard method: 
 + 
 +<code> build/checkout_and_build_auto.py --debug --prefix ~/lrose --package lrose-blaze </code> 
 + 
 +That will install lrose and install the necessary files within the ~/lrose directory. Once lrose is installed, TITAN will now have its required prerequisites to be able to be installed
  
-Once lrose is installed, TITAN will now have its required prerequisites to be able to be installed.  
 To be able to install TITAN the tcsh shell must be used. **Tcsh** or **csh** can be used, both operate the same on linux. To be able to install TITAN the tcsh shell must be used. **Tcsh** or **csh** can be used, both operate the same on linux.
 +
 When downloading TITAN, there are different templates to choose from found at: When downloading TITAN, there are different templates to choose from found at:
 +
 <code> https://github.com/NCAR/titan-templates/releases </code> <code> https://github.com/NCAR/titan-templates/releases </code>
 +
 From there, download the latest release available, such as: From there, download the latest release available, such as:
 +
 <code>  titan_template_single_radar.20180101.tgz </code> <code>  titan_template_single_radar.20180101.tgz </code>
 or  or 
 <code> titan-20180102.x86_64.tgz </code> <code> titan-20180102.x86_64.tgz </code>
 +
 At this point, you are unable to use **wget** to download the release, so you will need to make sure you transfer this file from download to the same folder the lrose release was put into. From there: At this point, you are unable to use **wget** to download the release, so you will need to make sure you transfer this file from download to the same folder the lrose release was put into. From there:
 <code> % tar xvfz titan_template_single_radar.20180101.tgz </code> <code> % tar xvfz titan_template_single_radar.20180101.tgz </code>
atmos/software/titan.1538406150.txt.gz · Last modified: 2020/01/29 17:25 (external edit)