source: flexpart.git/README.md @ 00c1894

10.4.1_peseiGFS_025bugfixes+enhancementsdevrelease-10release-10.4.1scaling-bug
Last change on this file since 00c1894 was 6616daf, checked in by Ignacio Pisso <ip@…>, 5 years ago

changes to README and create_tarball.sh

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# README #
2
3
4### What is this repository for? ###
5
6* This repository contains the development version of the Lagrangian model FLEXPART
7
8 ### How do I get set up? ###
9
10* Configuration
11
12  Edit the makefile with the paths to libraries and include files
13
14* Dependencies
15
16 * Jasper and grib_api or ECCodes
17 * NetCDF (optional)
18
19* Compilation
20
21```
22> cd src
23
24change the appropriate paths to libraries in the makefile
25
26> make
27```
28
29* Deployment instructions
30
31   FLEXPART is a standalone executable 
32   The necessary ECMWF wind fields can be obtained testing flex_ecmwf
33   The AVAILABLE file works with the default ERA 5 retrieved winds
34   In the winds are available in flex_ecmwf/work it should suffice to execute
35   ./src/FLEXPART in the main directory 
36
37### Contribution guidelines ###
38
39* The version contributed should compile on a reference version of the system and compiler. The current reference is gfortran 5.4 on Ubuntu 16.04
40* Code contribution including new features and bug fixes should be complemented with appropriate tests
41   An essential test consists of a set of input files and directories that allow FLEXPART to run.
42   A test can be accompanied by output files for verification
43* Code review
44
45[comment]: # "### Who do I talk to? ###"
46
47ignacio.pisso@nilu.no
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG