Changes between Version 3 and Version 4 of FpClimateNorESM


Ignore:
Timestamp:
Mar 29, 2016, 11:53:40 AM (8 years ago)
Author:
ignacio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FpClimateNorESM

    v3 v4  
    11FLEPXART-NorESm/CAM (V1) is based on FLEXPART V9. Compared to the standard FLEXPART V9 this NorESm/CAM version does not allow nesting and it is tailored to run using the grid resolution of NorESM in the CMIP5 configuration (1.89°×2.5°) and 26 vertical levels.  The code is very similar to the original FLEXPARTV9. It uses a PATHNAMES file, and a COMMAND file to input the simulations settings. In COMMAND there is an added flag to set the method to calculate the vertical velocity (see the GMD manuscript) and in PATHNAMES there is an additional path to a file defining the grid structure of the meteorological input data.
     2
     3The download and installation test procedure:
     4
     51) Create a base directory e.g.
     6  mkdir ~/repos
     7
     82) Get the code using Git, type the command:
     9 git clone !https://www.flexpart.eu/gitmob/flexpart -b flexpart-noresm
     10
     11 Make sure Git is installed in your system  https://git-scm.com/downloads. This will create a local “flexpart” directory containing the sub-directories “src” (with sources), “tests” and “options”
     12
     133) Get the meteorological data and two extra “.dat” files needed by FLEXPART  (~650 Mb)
     14 Downloading the file “flexpartnoresm.dat.tar”  from:
     15 https://www.flexpart.eu/downloads/53
     16
     174) Decompress the data using the command:
     18 tar -xf flexpartnoresm.dat.tar
     19
     20 the archive contains the driving meteorological data for tests (in sub-directory “meteogrid”) and two essential input  “.dat”  files that FLEXPART needs in the “options” directory
     21
     225) be sure to move the two input “.dat files”  mentioned in (4) to the options directory e.g. use command:
     23  mv *.dat options
     24 
     256)  Once the structure is in place one has to create the executable.
     26
     27 a) make sure the NetCDF libraries are available (http://www.unidata.ucar.edu/software/netcdf/)
     28
     29 b) modify the makefile where needed to link to your local NetCDF library
     30
     31 c) make the executable:  make -f makefile_noresm_gfortran
     32 
     337) Finally test that the installation works
     34
     35 a) go to the “tests” directory
     36
     37 b1) execute the file  ./create_tests
     38 It will create 3 basic test cases in the directory ~/repos/flexpart/tests_tmp
     39
     40 b2) or execute the file  /create_and_run
     41 It  will create the tests and run automatically
    242
    343The Reference for the FLEXPART-NorESM/CAM model version is: