Projects tagged ‘fortran’ and ‘python’


[15 total ]

0 Users

py-de (pronounced Pie dee ee) is an extremely simple IDE written in python. The goal is ease of use - you can compile and link source code in a directory written in a variety of languages (C, C++ ... [More] , fortran, python, perl, ruby). The interface is similar to gedit, nedit, except that it has an execute function built right in so that users can compile code without even looking at the command line. It would be a terrible IDE to use for real projects, but its perfect for beginning programmers. [Less]
Created 12 months ago.

0 Users

A very small library to parse Fortran Namelist into a python class (dictionary derived). Fortran namelist are a very handy feature to set options in fortran programs. The problem in their use is that ... [More] they cannot be validated directly into fortran and oftenly cause a crash without very explicit error message and no way to catch this crash and resume/continue. Therefore a Python script running beforehand can parse the fortran Namelist file and do may operation on it with error catching and power manipulation tools avil in Python. A check against some metadata describing the namelist format can also be done before the actual fortran program runs. Options values can be passed to other program/scrips. Also the namelist format can be used consistantly for fortran an nonefortran program/scripts... [Less]
Created 12 months ago.

0 Users

OtilitaCFD code for (time-dependent) Batchelor's Vortex linear stability analysis. The compilation has been tested with GNU Fortran 77 (f77). For that, make clean;make. Important contributions were ... [More] made by Gianluca Meneghello and Ángel Noel Castaño Sánchez. The code is named after la niña mala (Travesuras de la niña mala - Mario V. Llosa). It took decades for Ricardo to discover her real name. How could he imagine that a so charming girl would have such strange name? [Less]
Created 11 months ago.

0 Users

This project will storage that programm I code in my work. the programm will mainly code in Fortran, Java, Python.
Created 11 months ago.

0 Users

These are code examples from the CiSE Magazine Scientific Programming Department co-edited by George K. Thiruvathukal and Konstantin Läufer (formerly edited by Paul Dubois)
Created 12 months ago.

0 Users

This is the Clear Climate Code project, reimplementing GISTEMP in Python for clarity. See http://clearclimatecode.org/
Created 12 months ago.

0 Users

A set of tools.
Created about 1 month ago.

0 Users

Software written in python and fortran to carry out: 1) One dimensional minimum bracketing 2) One dimensional minimization 3) Multidimensional minimization by conjugate gradients 4) Global ... [More] minimization in discrete and continuous space by monte carlo [Less]
Created 11 months ago.

0 Users

The project will mainly on seismology rearch!
Created 12 months ago.

0 Users

Computational Steering Library and Toolkit"Moving the bottleneck out of the hardware and back into the human mind" What is Computational Steering?Computational steering refers to the process by ... [More] which a scientist interacts with a running application. Typically, this application will be some form of simulation by which the scientist seeks to learn about some physical system. It can be useful for the scientist to monitor the progress of the simulation by monitoring the values of various parameters. Better still, the scientist may want to try "what if" scenarios - what happens if I alter the value of this system parameter? This is computational steering at its simplest. For large, complex systems the scientist will often need to see some form of visual feedback from the steered system as it evolves in order to inform any further steering decisions; we call this "on-line visualization." Library and ToolkitThe software offered here was developed as part of the EPSRC funded RealityGrid project by the Research Computing Services group at The University of Manchester. PackagesThe main packages are as follows: Steering Library - the core library and examples (C/C++ and Fortran). Steering Library Wrappers - Python, Perl and Java wrappers for the above. Generic Qt Steering Client - An example GUI for steering an application. WSRF Tools - WSRF-based Steering Web Services and Registry Middleware. VTK Module - VTK classes for on-line visualization of a steered code. Code RepositoryWe use Git for version control so the source code isn't hosted here on Google Code. See the CodeRepository page for more information. BugsIf you find any bugs in any of the code, please use the issue tracker via the tab above. If you can attach a patch with your report, even better! Mailing ListIf you download this software we would really appreciate it if you subscribed to our (very low volume) mailing list. This allows us to let you know when a new version is released and it allows you to ask us (and other users) questions. Join here: http://listserv.manchester.ac.uk/cgi-bin/wa?A0=COMP-STEERING Related ProjectsWSRF::Lite [Less]
Created 11 months ago.