This is working copy. It contains diagnostic codes to generate visual graphics from reading grib1 files for HWRF and either grib1 or FORTRAN binary for HYCOM. This is working in progress, and has several missing base codes. Note is that for your use, customization is required by editing paths, for example. For any questions, please contact Hyun-Sook Kim. ---- Author: Hyun-Sook Kim (hyun.sook.kim@noaa.gov) ---- 2/4/2015. ================================================================= cf_R3track1N1.m - visual comparisons of Vmax, Pmin, Rmax, and positions between experimental and operational against the best track cf_R3track2N1.m - same as "cf_R3track1N1.m", except two experimental and operational runs. --- HWRF related c_hpbl.m - see simulated PBL heights from d03 (inner domain). c_RHsect.m - relative humidity section P2zkm.m - cconvert pressure (kPa/mbar) to altitude (km). vt_vr_calculate.m - decomposes to Vr (radial) and Vt (tangential velocities) from grib1 input files. Ngrb2_vt_vr.m - same as "vt_vr_calculate.m", but reading in grib2 files. --- HYCOM related cf_rssOIsst.m -- compare SST simulations with TMI-AMSRE OI daily SST. hyhwrf_TUVsrf.m - plot HYCOM velocity vectors superimposed on SST/ cal_ohc.m - compute Ocean Heat Content. layth2depth.m - change HYCOM layer thickness to depth (meter) read_binmld.m - read from FORTRAN binary file and plot OMLD (Ocean Mixed Layer Depth): OMLD definition = 0.5oC read_nestarch_mld.m - read from HYCOM intrinsic archive files [*.ab] and plot OMLD: OMLD definition = 0.3oC see_ohc3Dbin.m - read from FORTRAN binary file and plot OHC field. --- HYCOM related: temperature, density and current speed vertical section along a forecast track Tsect_track2.m - temperature Vsect_track2.m - velocity Dsect_track2.m - density --- storm footprint trackLHT_R300km.m - latent heat flux trackMLD_R300km.m - ocean mixed layer depth trackSST_R300km.m - SST (see track_SST example) trackZ26_R300km.m - Z26 (depth of 26C isotherm) N_trackHPBL_R300km.m - PBL height N_trackLHT_R300km.m - latent heat N_trackRH2levs_R300km.m - relative humidity between 2 levels N_track_sfcTEF_R300km.m - sum of latent and sensible heat N_trackSHT_300km.m - sensible heat N_trackSPFH2levs_R300km.m - specific humidity N_trackSST_R300km.m (see N_trackSST_example) N_trackTsTa_R300km.m - air-sea temperature difference N_trackTvir_R300km.m - virtual temperature N_trackHFLX_R300km.m - plots sum of latent and sensible heat fluxes at each storm footprint (Radius of 300km): input - d03 grib1 files. Ngrb2_trackHFLX_R300km.m - same as "N_trackHFLX_R300km.m", except inputs are grib2 files. ---