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

Move namelist paths inside the simulation section.

parent 8c7d37ff
No related branches found
No related tags found
2 merge requests!2Split prepare_rundir.sh into three different stages for the whole experiment,...,!1Cast checkpoint time to integer, add 10 minutes to the simulation to guarantee...
......@@ -7,6 +7,7 @@ icon:
version: 2.6.5-nwp0
python_environment:
# Name of the virtual environment in the remote platform experiment folder
folder_name: python_environment
requirements:
- numpy==1.23
......@@ -18,6 +19,10 @@ simulation:
dynamics_grid_filename: icon_grid_0016_R02B06_G.nc
radiation_grid_filename: icon_grid_0015_R02B05_R.nc
external_parameters_filename: icon_extpar_0016_R02B06_G_20131206.nc
namelist:
# Path to the namelists
master_path: "%PROJDIR%/namelists/icon_master_real-from-dwd-ana.namelist"
atmosphere_path: "%PROJDIR%/namelists/icon_atmosphere_real-from-dwd-ana.namelist"
# List of output file names that will be copied (Wildcards * allowed)
output_file_names: "init_DOM01_ML_*.nc latbc_DOM01_ML_*.nc"
......@@ -32,7 +37,3 @@ initial_conditions:
parent_folder: /archive/meteo/external-models/dwd/icon/oper/icon_oper_eps_gridded-global_rolling/
member: 1
namelist:
# Path to the namelist
master_path: "%PROJDIR%/namelists/icon_master_real-from-dwd-ana.namelist"
atmosphere_path: "%PROJDIR%/namelists/icon_atmosphere_real-from-dwd-ana.namelist"
\ 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