% MITGCM_TOOLS % % Documentation for each function can be found by typing "help FUNCTION_NAME" % e.g. % >> help loadstate % %Reading/loading data: % loadconfig - reads the parameters from "data" and other files % loadforcing - loads the forcing fields % loadgrid - loads all the grid information % loadstate - loads model state (u,v,t,s,...) % mitgcmhistory - reads the time histsory of variables from STDOUT % %Diagnostics: % barotropic_psi - calculates barotropic stream function % overturning - calculates overturning stream function % hfac - calculates hFac's based used by model % %Functions used by mitgcm_tools: % grepparameter - grabs parameters from namelist parameter files % %Written by adcroft@mit.edu, 2001-2003 %