From 17bfc3b2847d139e6a89956155307d1551efe925 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 18 Oct 2012 07:24:44 +0000 Subject: [PATCH] added explanation of script purpose to its usage output (-h) --- processing/pre/marc_addUserOutput.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/processing/pre/marc_addUserOutput.py b/processing/pre/marc_addUserOutput.py index 35fc48c37..8ed7ec3dc 100755 --- a/processing/pre/marc_addUserOutput.py +++ b/processing/pre/marc_addUserOutput.py @@ -51,7 +51,15 @@ def ParseOutputFormat(filename,what,me): parser = OptionParser(usage='%prog [options] Marc.inputfile(s)', description=""" -what I do... +Transfer the output variables requested in the material.config to +properly labelled user defined variables within the Marc input file (*.dat). + +Requires the files +.output +that are written during the first run of the model. + +Specify which user block format you want to apply by stating the homogenization, crystallite, and phase identifiers. +Or have an existing set of user variables copied over from another *.dat file. """) parser.add_option('-n','--number', dest='number', type='int', \ help='maximum requested User Defined Variable [%default]')