Versions Compared

Key

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

...

To run EddyPro Engine the folders tmp and output need to be created inside of the directory that contains the project folderfile.

Multicore

Currently, there does not appear to be any documentation that demonstrates that eddyproenginecan run in a parallel fashion over multiple cores/nodes. So, only request a single node and core when using.

...

To use the GUI version of EddyPro download and install it on your local desktop from: https://www.licor.com/env/support/EddyPro/software.html

And create Create the projects on Alcova or create the projects locally and upload to the cluster.

If using on the Windows version or if uploading a project created locally then project file will need to be edited in a text editor to update the pathing.

...

Code Block
file_name=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/test.eddypro
out_path=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/output
ex_file=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/output/eddypro_test_fluxnet_2022-11-22T093242_exp.csv
data_path=//alcova.arcc.uwyo.edu/project/<your_project>/<eddypro_project_example>/<directory_of_data>

...

Code Block
file_name=/alcova/<your_project>/<eddypro_project_example>/test.eddypro
out_path=/alcova/<your_project>/<eddypro_project_example>/output
ex_file=/alcova/<your_project>/<eddypro_project_example>/output/eddypro_test_fluxnet_2022-11-22T093242_exp.csv
data_path=/alcova/<your_project>/<eddypro_project_example>/<directory_of_data>

The exact formatting will differ depending on name of your project in Alcova, what you name the EddyPro project folder, what you name the project, what you name the output, the name of the folder the output is written to, and the name of the directory that data is pulled from. If the project was created on a desktop then copied over then the pathing will need to be updated in a similar format.