Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

somnec(1) [debian man page]

SOMNEC(1)						      General Commands Manual							 SOMNEC(1)

NAME
somnec - Compute Sommerfield-Norton Ground Grids SYNOPSIS
somnec DESCRIPTION
somnec is a program to generates grids used by the NEC2 program for the Sommerfeld-Norton approximation to realistic grounds. It allows interactive user input of relative dielectric constant, ground conductivity, and frequency in MHz. The output for use by nec2 is written out as binary unformatted file. The program .B nec2 reads this in, if the Sommerfield Norton Ground is specified in the nec2 input cards by the presence of a suitable suitable Ground Parameters Card i.e. a GN card with IPERF set to 2 (coluns 3-5). Hence the user is also prompted for a file name, and the grid arrays are written to the file. OPTIONS
Due to the age of the program, it expects its input to be in the form of punched cards fed into a hopper. It doesn't currently take any options, instead the name of the input and output files must be entered once the program has been run. SEE ALSO
nec(1) It is fully documented as part of the report Numerical Electromagnetics Code (NEC) -- Method of Moments", available as a printed publica- tion in three parts covering the theory of operation, the program code and the users' manual. BUGS
This program was keyed in by hand from a printed listing. Thus it is possible that some extra bugs have been introduced. Unformatted binary files are often a fortran minefield, particuarly if transported between systems. AUTHOR
This manual page was written by <alanb@chiark.greenend.org.uk>. The original program was developed by G. J. Burke and A. J. Poggio of Laurence Livermore Laboratory. SOMNEC(1)

Check Out this Related Man Page

SEXP-CONV(1)							   Nettle tools 						      SEXP-CONV(1)

NAME
nettle-hash - compute message digests SYNOPSIS
nettle-hash -a ALGORITHM [OPTIONS] [FILE]... DESCRIPTION
This manual page documents briefly the nettle-hash command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. nettle-hash is a program that computes various message digests. The output is different from the familiar md5sum and sha*sum family. For each file, the file name and a colon is printed first, unless input is read from standard input, in which case nothing is printed. Then the hash is printed in chunks of 64 bits (16 hexadecimal digits) followed by the name of the algorithm. In raw (binary) mode, the hash is not split in chunks and is not followed by a newline. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -a, --algorithm=algorithm Compute hash using algorithm. -l, --length=length Truncate digests at length octets. It is an error to specify a length greater than the normal length of the selected digest. --list List supported hash algorithms. --help Show summary of options. -V, --version Show version of program. SEE ALSO
md5sum(1), sha1sum(1), etc. AUTHOR
This manual page was originally written by Magnus Holmgren <holmgren@debian.org>, for the Debian GNU/Linux system (but may be used by oth- ers). nettle 2.2 July 2011 SEXP-CONV(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

command not found

Dear all, I made a FDTD code (in fortran) and i run it on the supercomputer (NEC SX-6) which is unix based. now here is the problem, if i run small program it runs without problem, but if i increase the size of the program (but exactly the same code I get the message "command not found". i was... (1 Reply)
Discussion started by: simba_tsavo
1 Replies

2. Shell Programming and Scripting

reading input from a file

I am trying to read input for a C program (that expects input from the user) from a file using the shell command: progname < filename but it seems that the program considers the char '<' as the first input, hence causing an "error" in my program. I checked it with another program and it... (2 Replies)
Discussion started by: nadbar
2 Replies

3. Shell Programming and Scripting

Data Splitting into two files from one file

I have a file as: I/P File: Ground Car 2009 Lib 2008 Lib 2003 Ground Car 2009 Ground Car 2003 Car 2005 Car 2003 Car 2005 Sita 2900 2006 Car 2007 I have to split the file into two: - one for names and second for years. O/p1 (Names): Ground Car (3 Replies)
Discussion started by: karumudi7
3 Replies

4. Programming

Help with make this Fortran code more efficient (in HPC manner)

Hi there, I had run into some fortran code to modify. Obviously, it was written without thinking of high performance computing and not parallelized... Now I would like to make the code "on track" and parallel. After a whole afternoon thinking, I still cannot find where to start. Can any one... (3 Replies)
Discussion started by: P_E_M_Lee
3 Replies

5. Windows & DOS: Issues & Discussions

Issue while installing antivirus

I downloaded a trial version Kaspersky PURE 3.0.13.0.2.558 While installing it was showing a message that :" The foll. is a problem for proper working of this antivurus Norton Internet ..../ Norton Anti-virus / Norton ...." The message was something like this. I searched for Norton in "search... (4 Replies)
Discussion started by: ravisingh
4 Replies