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

Changed new script generation

* Added missing version keywords in scripts and modules
* Updated some of the header comments
parent 64182a56
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# #
# Compare experiment setups trying to identify file pairs. # Compare experiment setups trying to identify file pairs.
# #
# $Id$
#
PROGRAM=`basename $0` PROGRAM=`basename $0`
BINDIR=`dirname $0` BINDIR=`dirname $0`
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# #
# Compare experiment setups trying to identify file pairs. # Compare experiment setups trying to identify file pairs.
# #
# $Id$
#
PROGRAM=`basename $0` PROGRAM=`basename $0`
......
# '''
# Generate an earth system model configuration from the given configuration file. Generate an earth system model configuration from the given configuration file.
#
# $Id$ $Id$
# '''
import os import os
import re import re
......
'''Frontend for using logging module as terminal feedback facility''' '''
Frontend for using logging module as terminal feedback facility.
$Id$
'''
import logging import logging
import sys import sys
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# #
# Print experiment info in shell-digestible form # Print experiment info in shell-digestible form
# #
# $Id$
#
import os import os
import sys import sys
......
#! /bin/sh #! /bin/sh
# #
# Compare experiment setups trying to identify file pairs. # Remove experiment setups using config information.
#
# $Id$
# #
PROGRAM=`basename $0` PROGRAM=`basename $0`
......
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