Skip to content
Snippets Groups Projects
Commit cdca81e1 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Added version info to script generator files

parent 1386ef32
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
#
# Generate an ECHAM experiment from templates and the given configuration file.
#
# $Id$
#
import logging
import os
......
......@@ -2,6 +2,8 @@
# ECHAM experiment configuration file
#
VERSION_ = $Id$
ECHAM_EXE = echam6
INITIAL_DATA = /pool/data/ECHAM6/input/r0002
......
#! /bin/bash
#
# $Id$
#
#-----------------------------------------------------------------------------
#
set -x
......
#!/client/bin/ksh
#%include 'standard_queue_settings/'+QUEUE_TYPE+'.tmpl' ignore missing
#
# $Id$
#
###############################################################################
set -ex
###############################################################################
......
......@@ -10,6 +10,8 @@
#
#-----------------------------------------------------------------------------
#
# $Id$
#
# If a command has a non-zero exit status, execute ERR trap, if set, and exit
#
set -ex
......
......@@ -2,6 +2,8 @@
# Default definitions for amip-LR experiments
#
VERSION_ = $Id$
RES = 63
LEVELS = 47
OCERES = GR15
......
......@@ -2,6 +2,8 @@
# Default definitions for amip-MR experiments
#
VERSION_ = $Id$
RES = 63
LEVELS = 95
OCERES = TP04
......
......@@ -10,6 +10,8 @@
#
#-----------------------------------------------------------------------------
#
# $Id$
#
# If a command has a non-zero exit status, execute ERR trap, if set, and exit
#
set -ex
......
......@@ -2,6 +2,8 @@
# Default definitions for sstClim-LR experiments
#
VERSION_ = $Id$
RES = 63
LEVELS = 47
OCERES = GR15
......
......@@ -2,6 +2,8 @@
# Default definitions for sstClim-MR experiments
#
VERSION_ = $Id$
RES = 63
LEVELS = 95
OCERES = TP04
......
......@@ -10,6 +10,8 @@
#
#-----------------------------------------------------------------------------
#
# $Id$
#
# If a command has a non-zero exit status, execute ERR trap, if set, and exit
#
set -ex
......
......@@ -2,6 +2,8 @@
#
# Setup for blizzard (IBM Tivoli Workload Scheduler LoadLeveler)
#
# $Id$
#
# @ shell = %{JOB.shell}
# @ job_name = %{EXP_ID}_%{JOB.id}
# @ job_type = %{JOB.job_type}
......
......@@ -2,6 +2,8 @@
#
# Setup for thunder (SLURM)
#
# $Id$
#
#SBATCH --job-name=%{EXP_ID}_%{JOB.id}
#SBATCH --partition=%{JOB.partition}
#%if JOB.node_usage == 'not_shared':
......
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