Index of /clawpack/users-4.6/claw/python

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]Makefile 2013-01-21 18:05 113  
[TXT]Makefile.html 2013-01-21 21:31 1.6K 
[   ]cleanup_examples.py 2013-01-21 18:05 1.0K 
[TXT]cleanup_examples.py...>2013-01-21 21:31 2.6K 
[   ]compare_lib.py 2013-01-21 18:05 1.8K 
[TXT]compare_lib.py.html 2013-01-21 21:31 3.4K 
[   ]convert43to44.py 2013-01-21 18:05 27K 
[TXT]convert43to44.py.html 2013-01-21 21:31 36K 
[   ]fix_fort43.py 2013-01-21 18:05 783  
[TXT]fix_fort43.py.html 2013-01-21 21:31 2.3K 
[   ]fixfiles.py 2013-01-21 18:05 1.0K 
[TXT]fixfiles.py.html 2013-01-21 21:31 2.6K 
[   ]gallery.py 2013-01-21 18:05 22K 
[TXT]gallery.py.html 2013-01-21 21:31 25K 
[   ]gallery.pyc 2013-01-21 20:16 19K 
[   ]ipython_config.py 2013-01-21 18:05 1.2K 
[TXT]ipython_config.py.html 2013-01-21 21:31 2.9K 
[   ]make_all.py 2013-01-21 18:05 5.2K 
[TXT]make_all.py.html 2013-01-21 21:31 6.9K 
[TXT]make_all_errors.html 2013-01-21 21:31 12K 
[TXT]make_all_errors.txt 2013-01-21 20:02 11K 
[TXT]make_all_output.html 2013-01-21 21:31 1.1M 
[TXT]make_all_output.txt 2013-01-21 20:02 1.1M 
[   ]make_clean.py 2013-01-21 18:05 1.1K 
[TXT]make_clean.py.html 2013-01-21 21:31 2.6K 
[   ]make_clobber.py 2013-01-21 18:05 1.1K 
[TXT]make_clobber.py.html 2013-01-21 21:31 2.6K 
[   ]make_gallery.py 2013-01-21 18:05 327  
[TXT]make_gallery.py.html 2013-01-21 21:31 1.9K 
[   ]make_gallery_web.py 2013-01-21 18:05 515  
[TXT]make_gallery_web.py...>2013-01-21 21:31 2.0K 
[   ]make_htmls.py 2013-01-21 18:05 1.8K 
[TXT]make_htmls.py.html 2013-01-21 21:31 3.4K 
[   ]make_libs.py 2013-01-21 18:05 2.8K 
[TXT]make_libs.py.html 2013-01-21 21:31 4.4K 
[TXT]make_libs_errors.html 2013-01-21 21:31 2.3K 
[TXT]make_libs_errors.txt 2013-01-21 19:16 764  
[TXT]make_libs_output.html 2013-01-21 21:31 39K 
[TXT]make_libs_output.txt 2013-01-21 19:16 38K 
[DIR]pyclaw/ 2013-01-21 19:25 -  
[   ]rm_output.py 2013-01-21 18:05 1.1K 
[TXT]rm_output.py.html 2013-01-21 21:31 2.6K 
[   ]startserver.py 2013-01-21 18:05 889  
[TXT]startserver.py.html 2013-01-21 21:31 2.4K 
[   ]webify.py 2013-01-21 20:19 1.2K 
[TXT]webify.py.html 2013-01-21 21:31 2.9K 

README.html
  README.html CLAWPACK  
 Source file:   README.txt
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/python
 Converted:   Mon Jan 21 2013 at 20:16:06   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

Python scripts and modules for Clawpack

Directory claw/python

These need to be cleaned up, reorganized, and better documented...

  • startserver.py [.html] Use this to start a web server at port 50005.

  • make_clean.py [.html] Execute "make clean" in all subdirectories of the specified directory. Useful to clean up executables, .o and .html files.

  • make_clobber.py [.html] Execute "make clobber" in all subdirectories of the specified directory. This does "make clean" but also removes all output and plot directories.

  • make_htmls.py [.html] Creates .html files in all directories where "make .htmls" can be used.

  • make_plots.py [.html] Runs all examples and creates plots files by doing "make .plots" whereever possible. If a file make_all.sh exists then this is executed rather than "make .plots", useful when other things need to be done as well.

  • make_gallery.py [.html] Create galleries showing thumbnails for applications.

  • gallery.py [.html] Module used by make_gallery.py.

  • convert43to44.py [.html] Convert an application directory that works with Clawpack 4.3 to a form that works with 4.4 or 4.5. May not work perfectly, but does much of the work. Does not yet work in amr directories.