From: Peter K. <pet...@wa...> - 2014-12-09 12:08:57
|
Hi Hamed, You can put the file in any directory. As ccplot is a console program, you have to use the Windows Command Prompt to execute it. 1. Open Command Prompt (Start Menu->Run..., type "cmd"). 2. Go to the directory containing the CAL_LID_...hdf file. E.g. if you saved it in C:\calipso, type: cd C:\calipso You can determine the path to the directory from the address bar in the Windows file explorer. 3. Run ccplot: ccplot -i CAL_LID_L1-ValStage1-V3-01.2007-06-12T03-42-18ZN.hdf Some information about the file should be printed on the console. You can run any ccplot commands like the one above. Any plots will be saved in the same directory. If you instead get an error such as "ccplot is not recognized as an internal or external command", it means it is not installed properly or something else is wrong. Please let me know if that is the case. Here is a short tutorial I could find on how to open the Command Prompt and use the cd command to change directories. I hope it helps. http://physiology.med.unc.edu/wwwMHMF/how-to/work-with-cmd/default.html Regards, Peter On 12/08/2014 04:12 PM, Hamed Adab wrote: > Hi > > I used ccplot on windows XP. > > I downloaded "CAL_LID_L1-ValStage1-V3-01.2007-06-12T03-42-18ZN.hdf" > So which directory I should put the data to read by ccplot > > > Thank you |