|
subroutine | ncd_putatt_int (ncid, varid, attrib, value, xtype) |
|
subroutine | ncd_putatt_real (ncid, varid, attrib, value, xtype) |
|
subroutine | ncd_putatt_char (ncid, varid, attrib, value, xtype) |
|
◆ ncd_putatt_char()
subroutine bncdio_pio::ncd_putatt::ncd_putatt_char |
( |
type(file_desc_t), intent(inout) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
character(len=*), intent(in) |
attrib, |
|
|
character(len=*), intent(in) |
value, |
|
|
integer, intent(in), optional |
xtype |
|
) |
| |
|
private |
◆ ncd_putatt_int()
subroutine bncdio_pio::ncd_putatt::ncd_putatt_int |
( |
type(file_desc_t), intent(inout) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
character(len=*), intent(in) |
attrib, |
|
|
integer, intent(in) |
value, |
|
|
integer, intent(in), optional |
xtype |
|
) |
| |
|
private |
◆ ncd_putatt_real()
subroutine bncdio_pio::ncd_putatt::ncd_putatt_real |
( |
type(file_desc_t), intent(inout) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
character(len=*), intent(in) |
attrib, |
|
|
real(r8), intent(in) |
value, |
|
|
integer, intent(in) |
xtype |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- components/clm/src/external_models/sbetr/src/driver/shared/bncdio_pio.F90