Changes between Version 4 and Version 5 of FpInstall
- Timestamp:
- Mar 21, 2014, 4:06:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FpInstall
v4 v5 6 6 7 7 8 = Hints for installing F lexpartv8.2 =9 (should work for all Versions of Flexpart)8 = Hints for installing FLEXPART v8.2 = 9 (should work for all versions of FLEXPART) 10 10 11 a step-by-step guidance for installing flexpartv8.2 at your local unix machine.12 Please consider to consult F lexpartv8.2 documentation11 a step-by-step guidance for installing FLEXPART v8.2 at your local unix machine. 12 Please consider to consult FLEXPART v8.2 documentation 13 13 14 1. Download Grib-API und Jasper as described in the flexpartdocumentation14 1. Download Grib-API und Jasper as described in the FLEXPART documentation 15 15 16 16 2. Install Jasper library … … 38 38 make install 39 39 }}} 40 4. Add the following lines to the bash.rc-file of your home directory:40 4. Add the following lines to the .bashrc-file of your home directory: 41 41 {{{ 42 42 edit %HOME%/.bashrc (e.g. vi or emacs) … … 46 46 export PATH=$GRIB_API_BIN:$PATH 47 47 }}} 48 5. Testing ifGrib-API installation has been successful: read out Grib-file:48 5. Testing whether Grib-API installation has been successful: read out Grib-file: 49 49 {{{ 50 50 grib_ls %FILENAME% … … 65 65 }}} 66 66 67 Adjust file includepar in the F lexpart-directory to your local computing capacities (if the values of the following parameters are choosen too high, compiling via make will fail)67 Adjust file includepar in the FLEXPART directory to your local computing capacities and your needs (if the values of the following parameters are choosen too high, compiling via make will fail) 68 68 {{{ 69 69 parameter(nxmax=721,nymax=361,nuvzmax=92,nwzmax=92,nzmax=92) (input: ECMWF windfields with resolution 0.5°) … … 74 74 make 75 75 }}} 76 Minimum requirements to achieve results in a reasonable time: 4GB RAM76 Minimum requirements for typical domains and particle numbers: 4 GB RAM