Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct RadMon README and html install scripts #87

Closed
EdwardSafford-NOAA opened this issue Jun 6, 2023 · 2 comments
Closed

Correct RadMon README and html install scripts #87

EdwardSafford-NOAA opened this issue Jun 6, 2023 · 2 comments
Assignees

Comments

@EdwardSafford-NOAA
Copy link
Collaborator

EdwardSafford-NOAA commented Jun 6, 2023

The tranfer.sh script uses rsync to transfer files to emcrzdm. It initially fails because the target directory does not initially exist on emcrzdm when a new web site is set up. This needs to be noted in the README instructions and, if possible, fixed in the install_html script.

Example error output from failed transfer:
rsync: mkdir "/home/people/emc/www/htdocs/gc_wmb/acollard/radmon/v16.3.8_hires/pngs" failed: No such file or directory (2)

Additionally the README should be updated to reflect that password free access to emcrzdm is possible from systems other than wcoss2.

Also, the check on MY_MACHINE occurs too early in the script and fails as a result. This isn't an issue when run via the plot script, but is a show stopper when run separately.

Lastly, make the rsync transfer from ${TANKimg} not ${TANKimg}/pngs in order to pick up the html files above pngs.

@EdwardSafford-NOAA EdwardSafford-NOAA self-assigned this Jul 18, 2023
@EdwardSafford-NOAA
Copy link
Collaborator Author

EdwardSafford-NOAA commented Jul 18, 2023

  1. Directory creation issue has been addressed in File transfers from hera don't work #92.
  2. MY_MACHINE check was re-positioned at some point and now no longer fails if run apart from the plot script.
  3. Transfer from hera is now automatic in File transfers from hera don't work #92 .
  4. README has been updated in File transfers from hera don't work #92 .
  5. Rsync transfer source has been addressed in File transfers from hera don't work #92 .

@EdwardSafford-NOAA
Copy link
Collaborator Author

All issues addressed in #92 , closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant