| Profiel van Yun一只爱思考的猪Foto'sWeblogLijsten | Help |
|
20 juni Episode 03 - Terminology in ROMSprognostic equation—Any
equation governing a system that contains a time derivative of a
quantity and therefore can be used to determine the value of that
quantity at a later time when the other terms in the equation are known
(e.g., vorticity equation) 19 juni Episode 02 - Install software for ROMS=:=:=:=:=:=:=:=: Checklist =:=:=:=:=:=:=:=: Internet >1G free space Linux with GNOME and Mozilla Firefox =:=:=:=:=:=:=:=: Installation =:=:=:=:=:=:=:=: 1. Install JRE (Java Runtime Environment) -- Smartsvn requires JRE 1.4.1 or higher Navigate to http://www.java.com/en/download/manual.jsp#lin and download Linux (self-extracting file) to /user/java Login as root user # cd /user/java # chmod a+x jre-1_5_0-linux-i586.bin # ./jre-1_5_0-linux-i586.bin and follow the instructions to complete installation (Note: for more information see http://www.java.com/en/download/help/5000010500.xml#selfextracting) 2. Install Smartsvn Smartsvn can be used as soon as it is unpacked, so choose an appropriate directory before you start this program. Navigate to http://www.syntevo.com/smartsvn/download.jsp and download Generic (Linux, Unix, OS/2) # gunzip smartsvn-generic-2_1_8.tar.gz # tar –xvf smartsvn-generic-2_1_8.tar # cd smartsvn-2_1_8/bin # smartsvn.sh 3. Install ifort (Intel® Fortran Compiler) Navigate to http://www.intel.com/cd/software/products/asmo-na/eng/compilers/282048.htm click “Free Non-commercial download” >“accept” > “Intel® Fortran Compiler Professional Edition for Linux” You need provide a valid email address, so that Intel Software Development can send you the serial number and *.lic file (1st installation with serial number and 2nd needs *.lic) “Intel(R) Fortran Compiler for Linux” > Version “9.0” > “Full Product”>”download” # gunzip l_fc_c_9.0.033.tar.gz # tar –xvf l_fc_c_9.0.033.tar # cd l_fc_c_9.0.033 # ./install.sh and follow the instructions to complete installation. You may need to choose a directory to install opt/intel/fc/9.0 and opt/intel/idb/9.0. Wherever you decide to create such a directory, please remember to add them to $PATH # gedit $HOME/.bash_profile Find “user specific environment and startup program” $PATH = /opt/intel/fc/9.0/bin: /opt/intel/idb/9.0/bin:$PATH This new $PATH will not be activated until you restart the PC 4. Install Netcdf # wget http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf.tar.gz # gunzip netcdf.tar.gz # tar –xvf netcdf.tar # cd netcdf-3.6.2 # ./configure (if you are not root user, please specify a subdirectory you have write permission like ./configure –prefix=/home/yunli/user/local) # make check # make install (If you are not root user, please) # gedit $HOME/.bash_profile, and change “$PATH = :$PATH” 5. Install make3.81 (if running ROMS-3.0) # wget ftp://ftp.gnu.org/gnu/make/make-3.81.tar.gz # gunzip make-3.81.tar.gz # tar –xvf make-3.81.tar # cd make-3.81 # ./configure (if you are not root user, please specify a subdirectory you have write permission like ./configure –prefix=/home/yunli/user/local) # make # make install (If you are not root user, please) # gedit $HOME/.bash_profile and change “$PATH = :$PATH” 18 juni Episode 01 - Linux Installation internet advertising *~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~* Recently, I started to run ROMS ~~~ I had to say: "really exhausted but happy job".ROMS was not as easy as I expected, so more effort is needed. I hope dear rookies will join me until we become expertized together... -- Yun Li ![]() see also http://liyun1983.blogspot.com/2007/06/roms-01-linux-installation.html*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~*_*~.~* ===================== Checklist of Preliminaries =====================
======================================== Install Linux to my Laptop -- Founder Yihe S260 ======================================== 1. Check requirement and hardware 15G Free disk space 256M RAM Intel Celeon Intel® 82852/82855 GM/GME (Vitally important for display configuration) 2. Allocate disk space 3. Follow the instruction and install Linux, please remember to select all the necessary packages. For me, I will run ROMS, so the developing package and GCC kit are indispensable. 4. Rebooting the computer is required for complete installation. But my video card is not automatically detected by the drivers included in Linux 8.0, so I fail to log into the system with GUI (Graphic User Interface). Get rid of this problem, follow the steps below, Plugin the internet cable and restart PC. Follow the prompt to log into root user, and then type the command lines one by one # wget http://downloadmirror.intel.com/8203/eng/i915Graphics.tar.gz Mydisk/dir # gunzip Mydisk/dir/i915Graphics.tar.gz # tar –xvf Mydisk/dir/i915Graphics.tar # cd Mydisk/dir/dripkg # ./install.sh # startx (NOTE : http://downloadmirror.intel.com/8211/eng/dri-I915-v1.1-20041217.i386.rpm can be an alternative, but a little complicated) |
|
|