\ cancel mode verify !++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! ! mp_polyconic.jnl -- Sets up variables for a Polyconic projection using ! 'curvilinear coordinates' code in Ferret v4.50 ! ! Jonathan Callahan ! 5/97 ! Description: Sets up variables for a Polyconic map of the world ! ! Usage: arg1 arg2 arg3 arg4 ! go mp_polyconic [central meridian] [standard parallel][std parallel N] [std parallel S] ! ! arg 1 - longitude used for the center of the projection ! arg 2 - latitude used for the center of the projection ! arg 3 - latitude used for the northern edge of the projection ! arg 4 - latitude used for the southern edge of the projection ! Example: ! use coads_climatology ! go mp_polyconic ! 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_polyconic ! set grid sst ! shade sst[l=1], x_page, y_page ! go mp_polyconic `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 $9"