Entradas

WRF-EMS: Compilación en Ubuntu 12.10

Se tiene WRF-EMS  http://strc.comet.ucar.edu/software/newrems/ Se pide registra y solicita el script de instalación. Llega al correo... Es necesario tener instalado tcsh y csh. Ya es así con esta distro. Luego de leer un poco y de algunos problemas básicos de ejecución del script perl llego a  http://www.wrfems.info/viewtopic.php?f=5&t=15  y hago: Creo el archivo  .cshrc gedit ~.cshrc guardo para crear el archivo sólamente, y con ~ cuardo en el home sudo mv /bin/sh /bin/sh-move-out-of-the-way sudo ln -s /bin/bash /bin/sh al ejecutar el script el archivo solicitará la especificación para descargar los archivos con wget o curl Entonces ejecuto el archivo desde bash sudo perl /home/sergio/Documentos/ems_install.pl --install 3.2.1.5.45.beta --nowkp --wget [sudo] password for sergio:      Greetings clearly intelligent and devastatingly good-looking WRF EMS user!     Welcome to the NWS SOO Science and Training Re...

R: Leer y escribir Esri Shapefiles

Imagen
Estoy en un curso de la USP, en la IAG sobre smoke , Cmaq y un seminario. Hay que leer y escribir raster en netcdf ioapi. Hay varios paquetes interesantes como " ioapi-hack-R ". Pero partiré mostrando como visualizar un shapefiles en R, y de mi tesis. setwd("/home/sergio/R/tesis") library(maptools) red <- readShapeLines("red_10comunas") plot(red, axes=TRUE, border="gray")

January 18th is #InternetFreedomDay

Imagen
One year ago we defeated  SOPA . Today, celebrate your freedom of expression. January 18th  is  #InternetFreedomDay Hace un año, nosotros derrotamos SOPA . Hoy, celebramos tu libertad de expresión. El  18 de Enero  es  #DíaDeLaLibertaddeInternet El discurso de "I have a dream" de Martin Luther King Jr tiene los derechos protegidos por SONY... compártelo de todas formas

#Rstats #ggplot2: Plotting Functions with stat_function, Adding Labels and Legends. Tunning your plot!

Imagen
For my Master thesis i need to plot functions, and of course, i'm using ggplot2 vpge0: Vehículo Pasajeros Gasolineros Pre-Euro vpge1: Vehículo Pasajeros Gasolineros Euro 1 vpge3: Vehículo Pasajeros Gasolineros Euro 3 vpge4: Vehículo Pasajeros Gasolineros Euro 4

#PDFTribute: Knowledge is free!

Imagen
En honor a   Aaron Swartz , y gracias al mundo R , ( 1 , 2 , 3 )  El conocimiento es libre

Mis páginas en Google +

Hola, los invito a mis páginas en  +Google+ mi perfil:  +Sergio Ibarra   El perfil de este blog:  +El Conocimiento Es Libre   Mi CREW:  +Mafia Arte Destreza (M.A.D.)   Eso!, Saludos! Big up Google+! PS: Empezaré a postear algunas cosas sobre SPSS

WRF-Chem: Compilación en Ubuntu 12.04

Imagen
#1. Librerías sudo apt-get install m4 sudo apt-get install libjasper-dev sudo apt-get install libpng-dev sudo apt-get install libnetcdf-dev sudo apt-get install zlib1g-dev sudo apt-get install build-essential sudo apt-get install libmpich2-dev sudo apt-get install libmpich1.0-dev sudo apt-get install libmpich-shmem1.0-dev sudo apt-get install libmpich-mpd1.0-dev sudo apt-get install libcloog-ppl-dev sudo apt-get install gfortran sudo apt-get install tcsh sudo apt-get install libcloog-ppl0 #2 Descargar y crear Directorios mkdir WRF341 cd WRF341 wget http://www.mmm.ucar.edu/wrf/src/WRFV3.4.1.TAR.gz wget http://www.mmm.ucar.edu/wrf/src/WRFV3-Chem-3.4.1.TAR.gz tar -xvzf WRFV3.4.1.TAR.gz tar -xvzf WRFV3-Chem-3.4.1.TAR.gz cd .. mkdir WPS wget http://www.mmm.ucar.edu/wrf/src/WPSV3.4.1.TAR.gz tar -xvzf WPSV3.4.1.TAR.gz #3 Editar variables de ambiente #Los ficheros .bashrc permiten ejecutar comandos automáticamente al #hacer login. ~/.bashrc se ejecutará cuando TU hagas login, y /#etc/.bashrc ...