noaa-ocs-modeling/autoval

A question about running autoval v3.0 for stofs-3d-atl

Opened this issue · 4 comments

Running 3.0 for stofs-3d-atl showed the following error message at the end after completing all the needed plotting/file creation steps:
...
_[Info]: Creating a figure with sizes :8.0x8.0
[Time]: 2024-03-28 13:44:05.420462 UTC
[Error]: failed to execute ssh -q zizang.yang.lx@localhost 'rm -rf /nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/img/.png'
lost connection
[Error]: failed to execute scp -q /nos/stofs.3d_nwm3_autoval_v3/outputs/www/./img/
.png zizang.yang.lx@localhost:/nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/img/
[Error]: failed to execute ssh -q zizang.yang.lx@localhost 'rm -rf /nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/img/loc*.png'
lost connection
[Error]: failed to execute scp -q /nos/stofs.3d_nwm3_autoval_v3/outputs/www/./img/loc*.png zizang.yang.lx@localhost:/nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/img/
[Info]: Creating report in /nos/stofs.3d_nwm3_autoval_v3/outputs/www/index.htm
this is report
/nos/stofs.3d_nwm3_autoval_v3/outputs/www/
[Info]: Downloading ftp://ocsftp.ncd.noaa.gov/estofs/templates.htm/pointVal.waterlevel.htm as /nos/stofs.3d_nwm3_autoval_v3/outputs/tmp/template.htm
this is created report
[Time]: 2024-03-28 13:44:05.950882 UTC
[Error]: failed to execute ssh -q zizang.yang.lx@localhost 'rm -rf /nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/index.htm/index.htm'
lost connection
[Error]: failed to execute scp -q /nos/stofs.3d_nwm3_autoval_v3/outputs/www/index.htm zizang.yang.lx@localhost:/nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/index.htm
[Error]: failed to execute ssh -q zizang.yang.lx@localhost 'rm -rf /nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/stats.estofs.atl.global.cwl.csv'
lost connection
[Error]: failed to execute scp -q /nos/stofs.3d_nwm3_autoval_v3/outputs/work/stats.estofs.atl.global.cwl.csv zizang.yang.lx@localhost:/nos/stofs.3d_nwm3_autoval_v3/outputs/Remote/

Note that I use "user = zizang.yang.lx" in the .ini file.
Question: It seems like the concerned "rm" or "scp" are about "local" files. Can we use rm/cp without involving "userID@localhost"?

Thanks!

Hi Zizang,

You need to create your private/shared keys and store them under your directory in order to make this work.

If you need guidance let me know.

Thanks,

George.

Thanks, George!

A question: for our purpose as described in my previous post, do we really need the invoking "userID@localhost"?" I tend to think it might be sufficient to use the "plain" rm/cp without invoking userID@localhost?

Thanks,
Zizang