|
S3COM
0.9.0
|
A satellite simulator and retrieval sandbox tool for cloud studies.
S3COM is a tool at the interface of high-resolution modeling and satellite observations. It aims to make cloud studies a little easier by
S3COM can be installed via its makefile:
More details on this page
Click here for more details on S3COM dependencies and environment.
Dependencies
The following dependencies are needed and require path adjustments in the Makefile:
PATH_NETCDF_C, PATH_NETCDF_FPATH_HDF5PATH_RTTOVbuild/Makefile.local file before running rttov_compile.sh.ulimit -s unlimited.All Makefile paths refer to base repositories giving access to libraries, objects and binaries.
Environment
PATH_S3COM should be set in Makefile to indicate where S3COM is installed.
The environment section provides advised settings on specific supercomputers.
Note: Run make clean to remove all built binaries, libraries and objects.
S3COM requires the path to a namelist file as main argument:
The namelist contains information on input and output files as well as important options to run S3COM. Refer to namelist section for a detailed description.
S3COM outputs are 3 files containing satellite simulations, retrievals and atmospheric data. See the output section.
A structured documentation is generated by Doxygen. Refer to this technical page for more information. The documentation includes descriptions of all subroutines and modules, with specific examples for usage.
The Rs3com package was developed to conveniently create namelist files, run the algorithm, read its input and output and create basic figures.
S3COM does not account for sub-grid variability of cloud properties. It should be used on atmospheric model simulations with a spatial resolutions similar or higher than that of the selected satellite instruments, ideally from CRMs or LES models. It is advised against using S3COM on GCM outputs; for such use we advise more dedicated satellite simulators, such as COSPv2.
S3COM is available under a BSD 3-clause license. See LICENSE for details.