! Ferret GO tool ! ! Part of POMfer Plotting Package for Plotting the Results of OzPOM ! ! John Hunter, ! Antarctic Climate & Ecosystems Cooperative Research Centre, ! Hobart, Tasmania, Australia ! ! john.hunter@utas.edu.au ! ! special_data.jnl ! ! netCDF File: ! let nc_file = "/home/johunter/amery/models/ozpom/hemer_re_runs/runs/jh003/sgi_results/jh003_1.nc" ! ! Converts longitude and latitude to eastings and northings ! ! THIS A SPECIAL FOR A PARTICULAR MODEL ! ! Mean radius of the Earth: ! let re = 6371020.e0 ! ! Longitude and latitude of SW corner of SW cell (degrees): ! let long0 = 66 let lat0 = -73 - 20/60 ! ! Latitude for correct scale when calculating east_c(i,j) etc.: ! (This is almost exactly in the middle of the model) ! let latscale = -70 let d2r = atan(1)*4/180 let coslatscale=cos(latscale*d2r) ! ! Smoothing option ("" or "sm"): ! let smop = "sm" ! ! Temperature bias: ! let tbias = 0.0 ! ! Salinity bias: ! let sbias = 35.0 ! ! Other bias: ! let obias = 0.0 ! ! Temperature levels (NO SPACES) and key modifications: ! let tlevels = "(-4,-0.8,0.2)" let tkeymod = "1,1,0.1,1,-2" ! ! Salinity levels (NO SPACES) and key modifications: ! let slevels = "(33.60,34.6001,0.05)" let skeymod = "1,1,0.1,1,-2" ! ! Other levels (NO SPACES) and key modifications: ! let olevels = 10 let okeymod = "1,1,0,0,3" ! ! Vector scale length (m/s): ! let vlength = 0.2 ! ! Coordinates of arrow key (plot inches): ! let arrow_key_x = 1.2 let arrow_key_y = 0.9 ! ! i-, j- and k-skip values for vectors: ! let iskip = 2 let jskip = 2 let kskip = 1 ! ! Axis ratio (length y-axis/x-axis on final plot), for vertical sections: ! let yaxisdxaxis = 0.75