Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use EddyPro project files on the cluster then some edits need to be made to the project file by opening editing it with a text editor. In order to get the project to work on your local desktop again the pathing in the project file will need to be reverted to what it was before.

...

The following is an example of the pathing set in the project file after creating a project that was created using the Windows GUI version of EddyPro and saved on Alcova:

Code Block
file_name=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/<eddypro_project_name>.eddypro
out_path=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/output
data_path=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/<directory_of_data>

...