\cancel mode verify !++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! ! mp_sinusoidal.jnl -- Sets up variables for a Sinusoidal projection using ! 'curvilinear coordinates' code in Ferret v4.50 ! ! Jonathan Callahan ! 5/97 ! Description: Sets up variables for a Sinusoidal map of the world ! ! Usage: arg1 arg2 ! go mp_sinusoidal [central meridian] [standard parallel] ! ! arg 1 - longitude used for the center of the projection ! arg 2 - latitude used for the center of the projection ! Example: ! use coads_climatology ! go mp_sinusoidal ! set grid sst ! shade sst[l=1], x_page, y_page ! ! Note 1: If you intend to plot an overlay which is a subregion ! of the original plot you will need to specify the two ! optional arguments as in: ! ! use coads_climatology ! go mp_sinusoidal ! set grid sst ! shade sst[l=1], x_page, y_page ! go mp_sinusoidal `mp_central_meridian` `mp_standard_parallel` ! set region/x=40e:110e/y=60s:20s ! shade/over slp[l=1], x_page, y_page ! ! Note 2: The x-range for the subregion to be overlayed must ! be: ( `mp_cent_mer` - 180 < x < `mp_cent_mer` + 180 ) ! This journal file comes from equations in the following book: ! ! An Album of Map Projections ! U.S. Geological Survey ! Professional Paper 1453 ! ! Equation numbers refer to the equation number in this book. if `$2%0% gt 90` then query/ignore $3"