Buy Cialis Online In Australia, Cialis 2,5 Mg Generika + Online Fast Delivery http://www.paleoterra.com/taxonomy/term/7/0 en Reading SQL with PySqlite http://www.paleoterra.com/2011/05/4/reading-sql-pysqlite <p>About a year or so ago, I wrote a special script to run the FOAM climate model. The primary goal of this script, besides running the model, was to store a wide variety of information about the run, including settings, system information (like CPU temperature), and the timing and duration of the run. The storing process stored some of the information before the model starts and after the model ends. It's a great log of my model run and system performance history.</p> <p><a href="http://www.paleoterra.com/2011/05/4/reading-sql-pysqlite" target="_blank">read more</a></p> http://www.paleoterra.com/2011/05/4/reading-sql-pysqlite#comments climate modeling FOAM sqlite Fri, 06 May 2011 01:03:09 +0000 tmoore 117 at http://www.paleoterra.com FOAM Output Variables http://www.paleoterra.com/2010/01/7/foam-output-variables <p>Since I get many questions on what's contained in FOAM output, here's a list of all the variables contained in the standard atmosphere, coupler, and ocean output files.</p> <p><a href="http://www.paleoterra.com/2010/01/7/foam-output-variables" target="_blank">read more</a></p> http://www.paleoterra.com/2010/01/7/foam-output-variables#comments climate modeling FOAM netcdf Sun, 24 Jan 2010 18:39:34 +0000 tmoore 107 at http://www.paleoterra.com Using SQLite and Python to Store Model Metadata http://www.paleoterra.com/2010/01/7/using-sqlite-and-python-store-model-metadata <p>As I continue to run a range of climate models, I've learned from painful lessons that I need to record as much information about the model run as possible. When I first started this process, I simply kept files used to make the run (the geography and configuration files for the model) and the model output. At first, this seemed sufficient because, in the end, these were the data that were most important. As it turns out, however, that having a history of everything you did during the model run, such as adjustments to the settings or geography, is also important both historically to the run and possibly sorting out problems later.</p> <p><a href="http://www.paleoterra.com/2010/01/7/using-sqlite-and-python-store-model-metadata" target="_blank">read more</a></p> http://www.paleoterra.com/2010/01/7/using-sqlite-and-python-store-model-metadata#comments climate modeling python Scripting sqlite Sun, 17 Jan 2010 19:34:00 +0000 tmoore 106 at http://www.paleoterra.com Climate Model on a Mac: Snow Leopard http://www.paleoterra.com/2009/09/2/climate-model-mac-snow-leopard <p>Snow Leopard, the latest OS offering from Apple, promised to be both 64-bit and faster. The question is whether Apple delivered those promises and whether those improvements impact modeling.</p> <p>First, I got Snow Leopard booting to the 64-bit Snow Leopard kernal. There are instructions how to do this out there on the web (note that you don't have to bother if your machine is 64-Bit and you're running the server version).</p> <p>More info below the fold..</p> <p><a href="http://www.paleoterra.com/2009/09/2/climate-model-mac-snow-leopard" target="_blank">read more</a></p> http://www.paleoterra.com/2009/09/2/climate-model-mac-snow-leopard#comments climate modeling Macintosh Snow Leopard Tue, 29 Sep 2009 15:41:28 +0000 tmoore 104 at http://www.paleoterra.com Running FOAM's Ocean Model (OM3) Without The Atmosphere http://www.paleoterra.com/content/running-foams-ocean-model-om3-without-atmosphere <p>Running a coupled climate model takes a LONG time. Frequently, modelers don't use a full ocean model to save on time and CPU usage. However, when an ocean model is used, it is sometimes helpful to stop the fully coupled model and run the ocean by itself for some time. This helps spin up the ocean without using as much CPU time. This video is how to do it for paleo cases in FOAM.</p> <p><a href="http://www.paleoterra.com/content/running-foams-ocean-model-om3-without-atmosphere" target="_blank">read more</a></p> climate modeling video tutorial Sat, 11 Jul 2009 18:14:26 +0000 tmoore 82 at http://www.paleoterra.com Adding Climate Model Content To Site http://www.paleoterra.com/2009/07/6/adding-climate-model-content-site <p>As part of the ongoing efforts to make simulations run by PaleoTerra more useful, we are updating the site to list all climate models run by PaleoTerra and to start making the climate model reports, images, and animations available online to clients.</p> <p><a href="http://www.paleoterra.com/2009/07/6/adding-climate-model-content-site" target="_blank">read more</a></p> http://www.paleoterra.com/2009/07/6/adding-climate-model-content-site#comments climate modeling Sat, 04 Jul 2009 17:07:28 +0000 tmoore 81 at http://www.paleoterra.com What's New in the Climate Model Report Format http://www.paleoterra.com/content/whats-new-climate-model-report-format <p>Here is a quick video on what's new with the PaleoTerra climate model report. If you have any questions, feel free to contact me.</p> <p><a href="http://www.paleoterra.com/content/whats-new-climate-model-report-format" target="_blank">read more</a></p> climate modeling video tutorial Thu, 18 Jun 2009 23:16:29 +0000 tmoore 38 at http://www.paleoterra.com Climate Model on a Mac #15: Watch those dynamic libraries! http://www.paleoterra.com/2009/05/6/climate-model-mac-15-watch-those-dynamic-libraries <p>I recently upgraded my PGI compiler to version 8, and I had tons of trouble getting the climate model to compile and run. In this case, I decided to switch from mpich 1.2.7 to OpenMPI, on the hopes it would be better for the system and easier to set up.</p> <p>However, nothing linked properly. If the software compiled, then it would have tons of MPI related errors. As a rule, I install all the libraries needed to run the model in the /opt directory, since it's easier to have more than one version of various libraries (different versions, different compilers, 32 vs 64 bit, etc), so I didn't think there could be a conflict in the libraries.</p> <p><a href="http://www.paleoterra.com/2009/05/6/climate-model-mac-15-watch-those-dynamic-libraries" target="_blank">read more</a></p> http://www.paleoterra.com/2009/05/6/climate-model-mac-15-watch-those-dynamic-libraries#comments climate modeling Macintosh PGI Sat, 30 May 2009 15:08:00 +0000 tmoore 35 at http://www.paleoterra.com Climate model on a mac project: #14 Knowing when you quit... http://www.paleoterra.com/2008/07/7/climate-model-mac-project-14-knowing-when-you-quit <p>When not using a scheduler like Torque/PBS, it can be complicated to find out whether the model has quit. If the run was successful, you can have a reasonable idea when it SHOULD quit, but it might crash long before that time. As a result, you've lost hours, if not days, of computing time.</p> <p><a href="http://www.paleoterra.com/2008/07/7/climate-model-mac-project-14-knowing-when-you-quit" target="_blank">read more</a></p> http://www.paleoterra.com/2008/07/7/climate-model-mac-project-14-knowing-when-you-quit#comments Automator climate modeling FOAM Macintosh Scripting Mon, 14 Jul 2008 06:02:00 +0000 tmoore 28 at http://www.paleoterra.com Climate Model on a Mac Project #1 http://www.paleoterra.com/2008/05/3/climate-model-mac-project-1 <p>Computer clusters can be expensive to buy and expensive to maintain. My current linux cluster has 18 CPUs, and takes up about 13U of rack space in a colocation facility, and uses 17-18 amps of power.</p> <p><a href="http://www.paleoterra.com/2008/05/3/climate-model-mac-project-1" target="_blank">read more</a></p> http://www.paleoterra.com/2008/05/3/climate-model-mac-project-1#comments climate modeling FOAM hardware linux Macintosh Wed, 14 May 2008 14:55:00 +0000 tmoore 15 at http://www.paleoterra.com