INTERFACE:
integer function new_nc_variable(ncid,name,data_type,dims,id)DESCRIPTION:
This routine is used to define a new variable to store in a NetCDF file.
USES:
IMPLICIT NONEINPUT PARAMETERS:
integer, intent(in) :: ncid
character(len=*), intent(in) :: name
integer, intent(in) :: data_type
integer, intent(in) :: dims(:)
OUTPUT PARAMETERS:
integer, intent(out) :: idREVISION HISTORY:
Original author(s): Karsten Bolding & Hans Burchard
See ncdfout module