Skip to content
Snippets Groups Projects
Commit db6fabb3 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Move some configuration from the case folder to the common folder. Splitting things up.

parent 30fc280f
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
spack:
url: git@gitlab.physik.uni-muenchen.de:LDAP_rbg/spack.git
branch: lmu/ubuntu20.04-icon
compiler: gcc@11.3.0
python_environment:
# Name of the virtual environment in the remote platform experiment folder
folder_name: python_environment
requirements:
# Because there's an issue with numba, for now we need to keep a specific version of numpy
- numpy==1.23
- enstools-compression
# Just to try a library from a git repository.
- git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git
- f90nml
data_management:
# Where do we put the output files afterwards?
local_destination_folder: /scratch/o/Oriol.Tinto/tmp/
icon:
version: 2.6.5-nwp0
spack:
url: git@gitlab.physik.uni-muenchen.de:LDAP_rbg/spack.git
branch: lmu/ubuntu20.04-icon
compiler: gcc@11.3.0
icon:
version: 2.6.5-nwp0
python_environment:
# Name of the virtual environment in the remote platform experiment folder
folder_name: python_environment
requirements:
# Because there's an issue with numba, for now we need to keep a specific version of numpy
- numpy==1.23
- enstools-compression
# Just to try a library from a git repository.
- git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git
- f90nml
simulation:
dynamics_grid_filename: icon_grid_0016_R02B06_G.nc
radiation_grid_filename: icon_grid_0015_R02B05_R.nc
......@@ -31,10 +12,6 @@ simulation:
output_file_names: "init_DOM01_ML_*.nc latbc_DOM01_ML_*.nc"
files_to_clean: "*.nc"
data_management:
# Where do we put the output files afterwards?
local_destination_folder: /scratch/o/Oriol.Tinto/tmp/
initial_conditions:
# Where are we getting our initial data from?
parent_folder: /archive/meteo/external-models/dwd/icon/oper/icon_oper_eps_gridded-global_rolling/
......
spack:
url: git@gitlab.physik.uni-muenchen.de:LDAP_rbg/spack.git
branch: lmu/ubuntu20.04-icon
compiler: gcc@11.3.0
icon:
version: 2.6.5-nwp0
python_environment:
# Name of the virtual environment in the remote platform experiment folder
folder_name: python_environment
requirements:
# Because there's an issue with numba, for now we need to keep a specific version of numpy
- numpy==1.23
- enstools-compression
# Just to try a library from a git repository.
- git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git
- f90nml
simulation:
dynamics_grid_filename: icon_grid_0012_R02B04_G.nc
radiation_grid_filename: icon_grid_0011_R02B03_R.nc
......@@ -32,8 +13,4 @@ simulation:
# List of output file names that will be copied (Wildcards * allowed)
output_file_names: "latbc_DOM01_ML_*.nc"
files_to_clean: "*.nc"
data_management:
# Where do we put the output files afterwards?
local_destination_folder: /scratch/o/Oriol.Tinto/tmp/
files_to_clean: "*.nc"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment