Skip to content
Snippets Groups Projects
Commit bbf7f987 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

copy namelists

parent 66463444
No related branches found
No related tags found
No related merge requests found
Pipeline #19581 failed
......@@ -17,7 +17,7 @@ simulation:
lbc_map: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/map_file.latbc"
# List of output file names that will be copied (Wildcards * allowed)
output_file_names: "idfrf*.nc"
output_file_names: "idfrf*.nc *namelist"
files_to_clean: "*.nc"
initial_conditions:
......
......@@ -37,3 +37,7 @@ ICON_LAUNCH_CMD="%ICON.LAUNCH_CMD%"
# Run icon
${ICON_LAUNCH_CMD} icon
# copy namelists to output directory
OUTPUT_DIR=${WORKDIR}/output/${STARTDATE}/${MEMBER}
cp *.namelist ${OUTPUT_DIR}
\ 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