Format Delft3D RFGGRID (.grd) file.
format_rfggrid( src_grd, dst_grd, na_pattern = "-9.99999000000000024E\\+02", na_replacement = " 0.00000000000000000E+00", coord_sys = "Cartesian" )
src_grd | Character. Full name of the Delft3D RFGGRID (.grd) file to be formatted. |
---|---|
dst_grd | Character. Full name of the formatted Delft3D RFGGRID (.grd) file. |
na_pattern | Character. The MISSING VALUE in the src_grd. |
na_replacement | Character. A character vector of replacements. |
coord_sys | Character. Coordinate system in the grd. |