Search 5,000,000+ questions and answers.

Frequently Asked Questions

Is there a way to run the model in "batch mode" that would generate trajectory endpoints?

NOAA ARL Frequently Asked Questions
FAQ question under HYSPLIT in General explains how to adjust the start height to account for differences between model terrain and actual terrain. I'm assuming that it's most accurate to use actual elevation plus my desired trajectory height as a starting height, and specify the option KMSL=1 in the setup.cfg file on the PC. Is this correct? Occasionally these trajectories are wildly different f rom those with KMSL=0 and the start height specified as meters above ground level.
Related Questions

Do I need an X server to run in batch mode?

GIMP - Documentation
Yes, you have to have some form of X server (unless you're running Windows, of course). It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
Related Questions

Q9.8: How do I run MATLAB in batch mode?

Frequently asked questions about MATLAB
On the PC, you can use the /r flag to start your m-file immediately upon starting MATLAB. Using this in combination with the Windows Task Manager, you can set a MATLAB job to run when you want it to run, even if you are not at the computer. Please note that you will need to exit MATLAB at the end of the m-file. Alternately, if you only want a single file to run, you can name it startup.m and place it in your MATLAB directory.
Related Questions

How do I run MrBayes in batch mode?

FAQ - MrBayes
When you become more familiar with MrBayes, you will undoubtedly want to run it in batch mode instead of typing all commands at the prompt. This is done by adding a MRBAYES block to a Nexus file, either the same file containing the DATA block or a separate Nexus file. The MRBAYES block simply contains the commands as you would have given them from the command line, with the difference that each command line is ended with a semi-colon.
Related Questions

How can I run my files through Distiller in batch mode?

Appligent
One of the features offered with FileOpen (http://www.fileopen.com) is the ability to set expiration dates.
Related Questions

Can I run LS-PrePost in batch mode?

LS-PrePost Online Documentation | FAQ
Most operations can be performed in batch mode. Typically LS-PrePost is used in batch mode for extracting data from ASCII files. To run LS-PrePost in batch mode, use LS-PrePost c=commandfile -nograpics, where "commandfile" is the file containing LS-PrePost commands.
Related Questions

How do I run Abaqus in batch?

FAQS for CSM Software
Interactive limits on IBM p690 30 minutes and 1Gb. All jobs that exceed these limits will be stopped, and should be submitted through the batch system. Script abaqus_batch on IBM scripts has been written to automate the process of submitting Abaqus jobs to the batch system. All input files that run serially on a local workstation can be executed in parallel on the IBM p690 Array without any modifications.
Related Questions

How do I execute script-fu from batch mode?

GIMP - Documentation
Invoke the script as non-interactive and add a pair of escaped quotes around each string just like you do in (script-fu-register). You DO NOT need to replace '-' with '_' in any names or registrations.
Related Questions

How to run batch fax2tif in comand line mode?

fax to tif tiff converter to convert fmf fxd fxm fxr fxs bfx...
Press 'OK' button. All the fax in "source-dir" directory/folder will be converted to tiff files, and saved to "dest-dir" directory/folder. Usually a message-box listing conversion results will be poped up after the conversion is completed, if /q command is not used. bfax2tif /d c:\winfaxfiles d:\mytif *.fxr All "*.fxr" fax files in directory/folder "c:\winfaxfiles" will be converted to tiff files and saved to "d:\mytif" directory/folder.
Related Questions

What is a typical command to run SLIC in batch mode?

ILC Detector Simulation FAQ - Linear Collider - SLAC Conflue...
slic -g myGeom.lcdd \ # geometry file -i events.stdhep \ # StdHep input file -p lcio/ \ # path for LCIO output file -o output.slcio \ # name of LCIO output file -x \ # delete existing LCIO file -r 1234 \ # seed the random engine -s 100 \ # number of events to skip -r 1000 # number of events to run
Related Questions

edit] How do I run multiple cases in batch mode?

Fluent FAQ -- CFD-Wiki, the free CFD reference
This could be achieved by running it from journal file. The example journal file that runs two cases is given as: file read-case-data xxx1.cas solve dual-time-iterate yyy1 file write-case-data zzz1.cas file read-case-data xxx2.cas yes ; for discard cas dialog solve dual-time-iterate yyy2 file write-case-data zzz2.cas
Related Questions

Is there any way to run the headphones in mono mode like on the MP 24/x/z and MP 22/x/z?

Technical Support
Unfortunately there is no way to obtain a mono headphone signal from this mixer. The use of a single cup mono headphone is not advised either as it can cause distortion in the headphone amplifier. (See below for system mono option.)
Related Questions

Do I have to have an X server? Even for batch mode?

GIMP User FAQ
Yes, you have to have some form of X server - the GIMP is an X application! It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
Related Questions

Which transactions will be supported in batch mode and which will be supported in real time?

ASK: Vendors - FAQs
Answer: ASK will support transactions via their EDI System in a batch mode. Work is currently being done with payers to determine if they can support the ANSI ASC X12N 270/271, 276/277 and 278 in a real time mode.
Related Questions

How can I run Soar many times without user intervention (i.e., in a batch mode)?

Soar Frequently Asked Questions List
Bob Wray has put a page on the WWW describing how he ran Soar in a batch mode to collect data for his thesis. The site includes examples of csh scripts, Tcl scripts, and Soar code he used in the process. For more information, please contact Bob Wray (wray@soartech.com).
Related Questions

How can I create and save graphics when I run Mathematica in batch mode?

ITCWeb: Frequently Asked Questions about Mathematica
The following example is Mathematica script file nameds test_graphic.m that uses the Mathematica plotting command ParametricPlot3D to create a graphic and the Display command to save it as a postscript file named test_graphic.ps. Note that the DisplayFunction -> Identity option of ParametricPlot3D suppresses the X-window display of the plot. The commands in test_graphic.
Related Questions

How do I produce PNG graphics in batch mode?

R FAQ
Under Unix, the png() device uses the X11 driver, which is a problem in batch mode or for remote operation. If you have Ghostscript you can use bitmap(), which produces a PostScript file then converts it to any bitmap format supported by Ghostscript. On some installations this produces ugly output, on others it is perfectly satisfactory. In theory one could also use Xvfb from X.
Related Questions

How can I submit in batch mode?

Phenyx FAQ
To submit in batch mode, you need to purchase a local version of Phenyx or to have access to the Phenyx OnLine Server. Please contact us or read the admin documentation.
Related Questions

How can I run another application or batch file from my Visual Basic .NET code?

Visual Basic Frequently Asked Questions
The answer for all of these examples is the same, you can use the classes and methods in System.Diagnostics.Process to accomplish these tasks and more. Example 1. Running a command line application, without concern for the results: Private Sub Button1_Click(ByVal sender As System.Object, _ Example 2. Retrieving the results and waiting until the process stops (running the process synchronously): Private Sub Button2_Click(ByVal sender As Object, _ Example 3.
Related Questions

Is there a way to run PAP in windowed mode - so it doesn't take over the whole screen?

DBS GmbH - Animation, Cartoon, Postproduction, Broadcast, Au...
At the current moment (release 3.0), PAP will open up in screen-mode to run in the actual resolution you are animating in (800x600, 1024x768 or 1600x1200). However, the next release (the free upgrade 3.1), will feature a windowed mode, so you have PAP inside a window alongside your other programs. Different digitizer tablets have different aspects. Some are square - some have the aspect of the screen. Use the BoardArea function in PAP to correct this problem.
Related Questions

Can the mixer outputs be run in mono mode?

Technical Support
Yes. By building a summing Y-cable (check out Why Not Wye) and connecting it to the MAIN OUTPUTS a mono signal may be obtained.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact