.. _RST Requirements: Requirements ********************************************************* To be able to use the last coupling's developments of Meso-NH's package you need to have the following requirements : +--------------------+-----------------+ | .. centered:: Hardware | +====================+=================+ | Operating System | Linux | +--------------------+-----------------+ | Disk space | 10 Go minimum | +--------------------+-----------------+ | Processor | 2 cores minimum | +--------------------+-----------------+ +--------------------+---------------------+ | .. centered:: Software | +====================+=====================+ | Compiler | gfortran or ifort | +--------------------+---------------------+ | Parallel library | MPI | +--------------------+---------------------+ | | Python3 | | os, glob | | | | | netCDF4 | | | | | numpy | | | | | matplotlib | +--------------------+---------------------+ In this documentation following python's environment works: .. code-block:: yaml name: env_cplmnhtoy channels: - defaults dependencies: - python=3.11.5 - numpy=1.26.0 - netcdf4=1.6.2 - matplotlib=3.7.2 .. note:: You can copy/paste these lines in a file called env_cplmnhtoy.yml. To install it with :command:`conda`, do .. code-block:: bash conda env create -f env_cplmnhtoy.yml .. note:: Insallation of python's environment has to be done one time. To activate it, do .. code-block:: bash conda activate env_cplmnhtoy