Changes in / [20963b1:37d6222] in flexpart.git


Ignore:
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r10c7396 r3d04845  
    11# README #
    22
    3 This README would normally document whatever steps are necessary to get your application up and running.
    43
    54### What is this repository for? ###
    65
    7 * This repository contains the development version of the Lagrangian model FLEXPART 9.2 migrated from svn
     6* This repository contains the development version of the Lagrangian model FLEXPART
    87
    9 ### How do I get set up? ###
     8 ### How do I get set up? ###
    109
    11 * Summary of set up
    1210* Configuration
     11
     12  Edit the makefile with the paths to libraries and include files
     13
    1314* Dependencies
    14 * Database configuration
    15 * How to run tests
    16 * Deployment instructions
     15
     16 * Jasper and grib_api or ECCodes
     17 * NetCDF (optional)
     18
     19* Compilation
     20
     21```
     22> cd src
     23> make
     24```
     25
     26* Deployment instructions
     27
     28   FLEXPART is a standalone executable   
    1729
    1830### Contribution guidelines ###
    1931
    20 * The version contributed should compile on a reference version of the system and compiler. The current reference is gfortran on Ubuntu 12.04 -- GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
     32* 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
    2133* Code contribution including new features and bug fixes should be complemented with appropriate tests
    22 * Writing tests:
    2334   An essential test consists of a set of input files and directories that allow FLEXPART to run.
    2435   A test can be accompanied by output files for verification
    2536* Code review
    26 * Other guidelines
    2737
    28 ### Who do I talk to? ###
     38[comment]: # "### Who do I talk to? ###"
    2939
    30 * Ignacio Pisso ip@nilu.no
     40ignacio.pisso@nilu.no
  • options/COMMAND

    r5b7ec80 r9f59af6  
    1212 CTL= -5.0000000    ,
    1313 IFINE=          4,
    14  IOUT=    2,
     14 IOUT=    1,
    1515 IPOUT=          0,
    1616 LSUBGRID=          0,
  • options/SPECIES/SPECIES.README

    r8d70e43 r9f59af6  
    66./specoverview
    77
    8 UPDATE FOR FLEXPART VERSION 10.0 DEV:
     8UPDATE FOR FLEXPART VERSION 10.3:
    99---------------------------------------------------------------------------------------------------------------------------
    1010Please note that the format of the SPECIES files has changed from the previous version (9.2) of FLEXPART and it is important
     
    4141        D is the diffusivity of water vapor and
    4242        D_i is the diffusivity of the species,
    43         H is the effective Henrys constant,
     43        H is the effective Henry's constant,
    4444        f0 varies between 0 and 1 and gives the reactivity of a species relative to that of ozone. For non-reactive species f0 is 0, for slightly reactive it is 0.1 and for highly reactive it is 1.
    4545        Dry deposition of gases is switched off by negative D.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG