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


Ignore:
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r3d04845 r10c7396  
    11# README #
    22
     3This README would normally document whatever steps are necessary to get your application up and running.
    34
    45### What is this repository for? ###
    56
    6 * This repository contains the development version of the Lagrangian model FLEXPART
     7* This repository contains the development version of the Lagrangian model FLEXPART 9.2 migrated from svn
    78
    8  ### How do I get set up? ###
     9### How do I get set up? ###
    910
     11* Summary of set up
    1012* Configuration
    11 
    12   Edit the makefile with the paths to libraries and include files
    13 
    1413* Dependencies
    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   
     14* Database configuration
     15* How to run tests
     16* Deployment instructions
    2917
    3018### Contribution guidelines ###
    3119
    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
     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
    3321* Code contribution including new features and bug fixes should be complemented with appropriate tests
     22* Writing tests:
    3423   An essential test consists of a set of input files and directories that allow FLEXPART to run.
    3524   A test can be accompanied by output files for verification
    3625* Code review
     26* Other guidelines
    3727
    38 [comment]: # "### Who do I talk to? ###"
     28### Who do I talk to? ###
    3929
    40 ignacio.pisso@nilu.no
     30* Ignacio Pisso ip@nilu.no
  • options/COMMAND

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

    r9f59af6 r8d70e43  
    66./specoverview
    77
    8 UPDATE FOR FLEXPART VERSION 10.3:
     8UPDATE FOR FLEXPART VERSION 10.0 DEV:
    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 Henry's constant,
     43        H is the effective Henrys 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