NOAA-EMC / RTOFS_GLO

0 stars 1 forks source link

RTOFS post scripts with CFP but not run under different sub-dir or no separated output logfiles (bugzilla #1133) #12

Open DanIredell-NOAA opened 2 years ago

DanIredell-NOAA commented 2 years ago

http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1133

Please address the RTOFS post scripts with CFP but not run under different sub-dir or no separated output logfiles.

The following scripts run with MPMD and CFP but not run under different sub-dir or no separated output logfiles - scripts/exrtofs_glo_post.sh

Please refer to https://www.nco.ncep.noaa.gov/idsb/implementation_standards/Implementation%20Standards%20v10.2.pdf?, page 12, section "Working directories"

DanIredell-NOAA commented 1 year ago

Branch bugfixes: Directed output to separate log files for CFP in exrtofs_glo_post.sh

DanIredell-NOAA commented 9 months ago

Code change for this specific issue was this (scripts/exrtofs_glo_post.sh):

<        echo "${USHrtofs}/${RUN}_glo3z_6hrly.sh $reg " >> cmdfile
---
>        echo "${USHrtofs}/${RUN}_glo3z_6hrly.sh $reg > $reg.$fhr.out 2>&1" >> cmdfile