[Wsag-modelers] Update of GHAAS on Yukon

stanley stanley at guero.sr.unh.edu
Wed Dec 17 10:05:14 EST 2014


Hi all,

If you have been running the Frames model on Yukon and have been reading 
data from NetCDF files, you probably will have to make a small change to 
your fwFunctions.sh file now that GHAAS has been updated to the latest 
version.

This block of code is no longer needed:

                    if [[ ${fwSOURCE[4]} == *.nc ]]
                    then
                   ${_fwRGISBIN}netcdf2ds -m "${_fwRGISDomainFILE}" 
"${fwSOURCE[4]}" "${fwFILENAME}" &
                    (( ++fwPROC ))
                    else
                    ${_fwRGISBIN}rgis2ds -m "${_fwRGISDomainFILE}" 
"${fwSOURCE[4]}" "${fwFILENAME}" &
                   (( ++fwPROC ))
                   fi


you simply change it to this:

                    ${_fwRGISBIN}rgis2ds -m "${_fwRGISDomainFILE}" 
"${fwSOURCE[4]}" "${fwFILENAME}" &
                   (( ++fwPROC ))


If you have not been running the Frames model on Yukon, or if  you have 
only been using .gdb? files as input, then this probably does not apply 
to you. If you have any questions let me know.

Stanley


More information about the Wsag-modelers mailing list