format_rfggrid: Format Delft3D RFGGRID (.grd) file.

View source: R/format_rfggrid.R

format_rfggridR Documentation

Format Delft3D RFGGRID (.grd) file.

Description

Format Delft3D RFGGRID (.grd) file.

Usage

format_rfggrid(
  src_grd,
  dst_grd,
  na_pattern = "-9.99999000000000024E\\+02",
  na_replacement = " 0.00000000000000000E+00",
  coord_sys = "Cartesian"
)

Arguments

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.


hxfan1227/efdcr documentation built on July 21, 2023, 9:50 p.m.