| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_netcdf_file_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name |
Name of the variable to write to. |
||
| integer(kind=CABLE_NETCDF_INT32_KIND), | intent(in) | :: | values(:,:) |
2-dimensional array of values to write to the variable. |
||
| integer, | intent(in), | optional | :: | start(:) |
Starting indices for writing the variable. If not provided, writing will start at the beginning of the variable. |
|
| integer, | intent(in), | optional | :: | count(:) |
Count of elements to write for each dimension. If not provided, the entire variable will be written. |
Write a 2-dimensional array of 32-bit integers to the netCDF file.