Page 1 of 1

How to change the unit of display contour ?

Posted: September 7th, 2016, 5:20 pm
by niuniu
Hi sir,

When I do the deposition experiment, the default output unit is grains/m2. But now I want to display the contour of deposition by using the unit grains/acre, how can I change the grains/m2 to grains/acre ?

Many thanks.

Re: How to change the unit of display contour ?

Posted: September 8th, 2016, 12:38 pm
by ariel.stein
You can create a file called LABELS.CFG with the following content:

'TITLE&','Deposition Experiment&'
'MAPID&','Deposition&'
'UNITS&','grains&'
'VOLUM&','/acre&'

put the file in the working directory. The concplot program should be able to interpret this label file and replace the default labels.
Just make sure you are using the correct conversion factor to output per acre instead of m2.