top of page

Codes and Conquer

 

In this page I am going to share few of my codes, documentation and scripts. Hope it helps! (This page will be updated!)

Most of the algorithms are constructed by me from the scratch. Rest are modifications or updated versions. The date of first creation and updates or modifications may have huge differences. So codes used in one script might vary substantially from another of same kind. 

A good documentation if the same WRF version is your concern. The compilation procedure may vary with different versions.

 

A course paper on tracking Cyclone (cyclone Orissa) with the WRF model in action. I used WRF v.3.5 for this paper.

 

A easy way to access and manipulate binary in MATLAB and relate them to GRADS format.

 

Here's the ABSTRCT of my MS thesis. Thesis title: "Global MACR model to determine coefficients of analytical aerosol forcing models"

 

This Fortran code can read and write data to raw binary files. Additionally, this particular file was created to produce control files for GRADS binary datasets.

 

This is a simple script to manipulate NetCDF files with NCO.

 

Here's a FORTRAN code to calculate the global spatial average including the poles. The raw data in T42 gridded binary format.

 

 

 

 

 

 

 

 

 

A good example on how to access NetCDF with MATLAB. This code shows a way to create variable and manipulate it within a NetCDF file.

The following is an interactive GRADS script for accessing different outputs from ensemble runs.

Let's say you wish to run a program with few changes in every 20 hours for over 100 times. Would you wait for it to get over every 20 hours? That's absurd! Let a script do that with the power of 'sed'.

This is a fun little script to add a progress bar to your work. The progress bar will keep running until the process ends. You can add in text to echo what's been going on inside the script to monitor the whole process.

This is a simple script to manipulate NetCDF files with CDO.

 

bottom of page