2. Requirements

To be able to use the last coupling’s developments of Meso-NH’s package you need to have the following requirements :

Hardware

Operating System

Linux

Disk space

10 Go minimum

Processor

2 cores minimum

Software

Compiler

gfortran or ifort

Parallel library

MPI

Python3



os, glob
netCDF4
numpy
matplotlib

In this documentation following python’s environment works:

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 conda, do

conda env create -f env_cplmnhtoy.yml

Note

Insallation of python’s environment has to be done one time.

To activate it, do

conda activate env_cplmnhtoy