Changes between Version 7 and Version 8 of FpClimateNorESM


Ignore:
Timestamp:
Feb 13, 2020, 12:56:55 PM (4 years ago)
Author:
pesei
Comment:

Update reference, reorganise a bit, correct typo

Legend:

Unmodified
Added
Removed
Modified
  • FpClimateNorESM

    v7 v8  
    11
    2 == FLEPXART - NorESM/CAM ==
    3 FLEPXART - NorESM/CAM (V1) is based on FLEXPART V9. The code is very similar to the original FLEXPARTV9.
     2= FLEPXART - NorESM/CAM =
    43
     4A version of FLEXPART for use with the [https://folk.uib.no/ngfhd/EarthClim/Publications/publications.html#no Norwegian Earth System Model (NorESM1-M)], which is based on the [https://en.wikipedia.org/wiki/Community_Climate_System_ModelCommunity Climate System Model (CCSM4)] which includes the Community Atmosphere Model (CAM4).
     5
     6== Overview ==
     7- FLEXPART - NorESM/CAM (V1) is based on [FpRoadmap FLEXPART V9]. The code is very similar to the original FLEXPART V9.
    58- 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.   
    69- In COMMAND there is an added flag to set the method to calculate the vertical velocity (see GMD manuscript in preparation, see bottom of the page) and
    710- in PATHNAMES there is an additional path to a file defining the grid structure of the meteorological input data.
    811
    9 The download and installation test procedure (you need git on your local system, available as standard package of all Linux distros (Git homepage: https://git-scm.com/downloads). ):
     12== Reference for the FLEXPART-NorESM/CAM model version ==
     13
     14Cassiani, M., Stohl, A., Olivié, D., Seland, Ø., Bethke, I., Pisso, I., and Iversen, T.: ''The offline Lagrangian particle model FLEXPART–NorESM/CAM (v1): model description and comparisons with the online NorESM transport scheme and with the reference FLEXPART model'', Geosci. Model Dev., 9, 4029–4048, https://doi.org/10.5194/gmd-9-4029-2016, 2016.
     15
     16
     17== Installation ==
     18
     19The download and installation test procedure (you need `git` on your local system, available as standard package of all Linux distros (Git homepage: https://git-scm.com).):
    1020
    11211. Create a base directory e.g.[[BR]]
     
    2636 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
    2737
    28 5. Be sure to move the two input `.dat` files  mentioned in 4. to the options directory e.g. use command: `mv *.dat options`
    29  '
    30 6.  Once the structure is in place one has to create the executable.
     385. Be sure to move the two input `.dat` files  mentioned in 4. to the options directory, e.g. use the command: `mv *.dat options`
     39 
     406.  Once the structure is in place, one has to compile and create the executable.
    3141 a. make sure the NetCDF libraries are available (Standard package for Linux, see also http://www.unidata.ucar.edu/software/netcdf/)
    3242 b. modify the makefile where needed to link to your local NetCDF library
     
    3848 It will create 3 basic test cases in the directory `~/repos/flexpart/tests_tmp`[[br]]
    3949 or[[br]] execute the file  `./create_and_run`[[br]]
    40  It  will create the tests and run automatically
    41 
    42 The Reference for the FLEXPART-NorESM/CAM model version is:
    43 
    44 Cassiani M., Stohl A., Olivié D., Seland Ø., Bethke I., Pisso I., Iversen T. (2016): '''The Lagrangian particle model FLEXPART-NorESM/CAM: model description, validation and an example application'''. To be submitted soon to ''[http://www.geosci-model-dev-discuss.net/ Geoscientific Model Development Discussion]''.
     50 It  will create the tests and run automatically.