There is a newer version of the record available.

Published July 18, 2023 | Version 0.14
Dataset Open

Challenges of constructing and selecting the "perfect" initial and boundary conditions for the LES model PALM

  • 1. Department of Atmospheric Physics, Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic
  • 2. Institute of Computer Science of the Czech Academy of Sciences, Prague, Czech Republic

Contributors

Contact person:

Data collector:

  • 1. Department of Atmospheric Physics, Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic
  • 2. Institute of Computer Science of the Czech Academy of Sciences, Prague, Czech Republic

Description

README

All the supplementary data needed for the reproduction of the experiment described in the manuscript are provided on this ZENODO repository. The supplementary data includes the following:
1. IBC-pre-post-process.zip which contains:
 - Radio sounding data used for vertical profile statistical and visual comparison. They are stored as "CHMU-soundings.dat" in the CHMU_soundings directory
 - code for making the figures for vertical profile comparison between the WRF and PALM model
 - code for performing the statistical analysis for the vertical profiles of PALM and the WRF model
 - code for making the scatter plots of PALM and WRF vertical profiles
 - code for making the heatmaps of the PALM model data

2. PALM_code.zip contains the source code for the current version of the PALM model used for this experiment

3. palm_inputs.zip contains:
 - static driver file
 - dynamic driver file
 - configuration files for the first PALM run (p3d), and the configuration files for the restart runs (p3dr)
for each of the performed simulations

4. postproc.zip contains:
 - the code for performing statistical analysis for minimum (min), average (Avg), and maximum (max) three-day averaged differences for the WRF and PALM model outputs
 - the code for making figures of the differences between selected pairs of WRF and PALM model outputs

5. wrf_namelist.zip contains:
 - list of files in which the setups/configuration for the WRF ensemble used in this experiment

PALM MODEL INSTALLATION AND USAGE GUIDE

A. Installation:

1. First, make sure to satisfy the Software Requirements. On Debian-based Linux Distributions, this can be achieved by the following command:

sudo apt-get install gfortran g++ make cmake coreutils libopenmpi-dev openmpi-bin libnetcdff-dev netcdf-bin libfftw3-dev python3-pip python3-pyqt5 flex bison ncl-ncarg

2. Also, some additional python dependencies are needed, which can be installed using pip. In case you want to use a virtual environment for these dependencies, please make sure to create one first. Afterwards, you can install the python dependencies by executing the following command:

python3 -m pip install -r requirements.txt

3. Now the PALM model system can be installed with the following commands (please replace  with the desired installation directory):

export install_prefix=""
bash install -p ${install_prefix}
export PATH=${install_prefix}/bin:${PATH}

4. The following optional command permanently adds this installation to your bash environment:

echo "export PATH=${install_prefix}/bin:\${PATH}" >> ~/.bashrc

5. Type bash install -h to get all available options of the install script. During installation, the script calls the respective install script of all packages in this repository and installs them to the chosen  directory. Therefore, it is not necessary to manually install any of the packages.

You can test your installation with the following commands:

palmtest --cases urban_environment_restart --cores 4

B. Usage:

After a successful installation, the executables for all packages have been linked into the directory /bin and a default PALM configuration file can be found at /.palm.config.default. In case you have installed the python dependencies inside a virtual environment, that environment needs to be active whenever you wand to use PALM. For usage of each of the packages, please refer to their individual documentation. Next, you need to create your first PALM setup in order to start a simulation. To get a simple preconfigured setup and start your first PALM simulation, please execute the following sequence of commands:

mkdir -p "${install_prefix}/JOBS/example_cbl/INPUT"
cp "packages/palm/model/tests/cases/example_cbl/INPUT/example_cbl_p3d" "${install_prefix}/JOBS/example_cbl/INPUT/"
cd ${install_prefix}
palmrun -r example_cbl -c default -a "d3#" -X 4 -v -z

Files

IBC-pre-post-process.zip

Files (36.1 GB)

Name Size Download all
md5:dcc4332d5286265d8b6d2e3b9bf65bb1
2.1 MB Preview Download
md5:26a9d3156e538cbcb79d99b750660f8b
3.3 MB Preview Download
md5:5cd8ac581e03a4827583f0ff91fce9d3
34.3 GB Preview Download
md5:cc0bc1e3b380398efc8d2fd33f57ace3
1.8 GB Preview Download
md5:b0f7234bdbf6d555dd6d280bdd9ce7f2
139.6 kB Preview Download