PIO
2.5.4
|
Write routines for non-decomposed NetCDF data. More...
Data Types | |
interface | pionfput_mod::PIOc_put_var_int |
interface | pionfput_mod::PIOc_put_var_double |
interface | pionfput_mod::PIOc_put_var_short |
interface | pionfput_mod::PIOc_put_vara_text |
interface | pionfput_mod::PIOc_put_vara_int |
interface | pionfput_mod::PIOc_put_vara_double |
interface | pionfput_mod::PIOc_put_vara_short |
interface | pionfput_mod::PIOc_put_vara_float |
Functions/Subroutines | |
integer function | pionfput_mod::put_var1_text (File, varid, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var1_int (File, varid, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var1_real (File, varid, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var1_double (File, varid, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var1_short (File, varid, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var1_vdesc_text (File, vardesc, index, ival) |
Write one element of data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var_0d_text (File, varid, ival) |
Writes a netCDF scalar variable. More... | |
integer function | pionfput_mod::put_var_1d_text (File, varid, ival) |
Writes text data to netcdf variable. More... | |
integer function | pionfput_mod::put_var_2d_text (File, varid, ival) |
Writes text data to netcdf variable. More... | |
integer function | pionfput_mod::put_var_3d_text (File, varid, ival) |
Writes text data to netcdf variable. More... | |
integer function | pionfput_mod::put_var_4d_text (File, varid, ival) |
Writes text data to netcdf variable. More... | |
integer function | pionfput_mod::put_var_5d_text (File, varid, ival) |
Writes text data to netcdf variable. More... | |
integer function | pionfput_mod::put_var_internal_int (ncid, varid, ival) |
Writes int data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var_internal_real (ncid, varid, ival) |
Writes real data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var_internal_double (ncid, varid, ival) |
Writes double data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var_internal_short (ncid, varid, ival) |
Writes short data to a netCDF variable. More... | |
integer function | pionfput_mod::put_var_1d_int (File, varid, ival) |
Write int data to a netCDF varaible of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_2d_int (File, varid, ival) |
Write int data to a netCDF varaible of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_3d_int (File, varid, ival) |
Write int data to a netCDF varaible of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_4d_int (File, varid, ival) |
Write int data to a netCDF varaible of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_5d_int (File, varid, ival) |
Write int data to a netCDF varaible of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_1d_real (File, varid, ival) |
Write real data to a netCDF varaible of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_2d_real (File, varid, ival) |
Write real data to a netCDF varaible of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_3d_real (File, varid, ival) |
Write real data to a netCDF varaible of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_4d_real (File, varid, ival) |
Write real data to a netCDF varaible of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_5d_real (File, varid, ival) |
Write real data to a netCDF varaible of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_1d_double (File, varid, ival) |
Write double data to a netCDF varaible of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_2d_double (File, varid, ival) |
Write double data to a netCDF varaible of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_3d_double (File, varid, ival) |
Write double data to a netCDF varaible of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_4d_double (File, varid, ival) |
Write double data to a netCDF varaible of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_5d_double (File, varid, ival) |
Write double data to a netCDF varaible of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_1d_short (File, varid, ival) |
Write short data to a netCDF varaible of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_2d_short (File, varid, ival) |
Write short data to a netCDF varaible of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_3d_short (File, varid, ival) |
Write short data to a netCDF varaible of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_4d_short (File, varid, ival) |
Write short data to a netCDF varaible of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_5d_short (File, varid, ival) |
Write short data to a netCDF varaible of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_0d_int (File, varid, ival) |
Writes int data to a netCDF scalar variable. More... | |
integer function | pionfput_mod::put_var_0d_real (File, varid, ival) |
Writes real data to a netCDF scalar variable. More... | |
integer function | pionfput_mod::put_var_0d_double (File, varid, ival) |
Writes double data to a netCDF scalar variable. More... | |
integer function | pionfput_mod::put_var_0d_short (File, varid, ival) |
Writes short data to a netCDF scalar variable. More... | |
integer function | pionfput_mod::put_var_vdesc_0d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 0 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_1d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_2d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_3d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_4d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_5d_text (File, vardesc, ival) |
Write text data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_0d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 0 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_1d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_2d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_3d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_4d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_5d_real (File, vardesc, ival) |
Write real data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_0d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 0 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_1d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_2d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_3d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_4d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_5d_double (File, vardesc, ival) |
Write double data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_0d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 0 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_1d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_2d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_3d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_4d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_5d_int (File, vardesc, ival) |
Write int data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_0d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 0 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_1d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_2d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_3d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_4d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_var_vdesc_5d_short (File, vardesc, ival) |
Write short data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_1d_text (File, varid, start, count, ival) |
Write text data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_2d_text (File, varid, start, count, ival) |
Write text data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_3d_text (File, varid, start, count, ival) |
Write text data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_4d_text (File, varid, start, count, ival) |
Write text data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_5d_text (File, varid, start, count, ival) |
Write text data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_1d_int (File, varid, start, count, ival) |
Write int data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_2d_int (File, varid, start, count, ival) |
Write int data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_3d_int (File, varid, start, count, ival) |
Write int data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_4d_int (File, varid, start, count, ival) |
Write int data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_5d_int (File, varid, start, count, ival) |
Write int data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_1d_real (File, varid, start, count, ival) |
Write real data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_2d_real (File, varid, start, count, ival) |
Write real data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_3d_real (File, varid, start, count, ival) |
Write real data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_4d_real (File, varid, start, count, ival) |
Write real data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_5d_real (File, varid, start, count, ival) |
Write real data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_1d_double (File, varid, start, count, ival) |
Write double data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_2d_double (File, varid, start, count, ival) |
Write double data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_3d_double (File, varid, start, count, ival) |
Write double data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_4d_double (File, varid, start, count, ival) |
Write double data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_5d_double (File, varid, start, count, ival) |
Write double data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_1d_short (File, varid, start, count, ival) |
Write short data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_2d_short (File, varid, start, count, ival) |
Write short data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_3d_short (File, varid, start, count, ival) |
Write short data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_4d_short (File, varid, start, count, ival) |
Write short data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_5d_short (File, varid, start, count, ival) |
Write short data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_1d_text (File, vardesc, start, count, ival) |
Write text data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_2d_text (File, vardesc, start, count, ival) |
Write text data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_3d_text (File, vardesc, start, count, ival) |
Write text data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_4d_text (File, vardesc, start, count, ival) |
Write text data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_5d_text (File, vardesc, start, count, ival) |
Write text data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_1d_real (File, vardesc, start, count, ival) |
Write real data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_2d_real (File, vardesc, start, count, ival) |
Write real data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_3d_real (File, vardesc, start, count, ival) |
Write real data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_4d_real (File, vardesc, start, count, ival) |
Write real data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_5d_real (File, vardesc, start, count, ival) |
Write real data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_1d_double (File, vardesc, start, count, ival) |
Write double data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_2d_double (File, vardesc, start, count, ival) |
Write double data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_3d_double (File, vardesc, start, count, ival) |
Write double data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_4d_double (File, vardesc, start, count, ival) |
Write double data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_5d_double (File, vardesc, start, count, ival) |
Write double data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_1d_int (File, vardesc, start, count, ival) |
Write int data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_2d_int (File, vardesc, start, count, ival) |
Write int data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_3d_int (File, vardesc, start, count, ival) |
Write int data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_4d_int (File, vardesc, start, count, ival) |
Write int data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_5d_int (File, vardesc, start, count, ival) |
Write int data to a netcdf variable of 5 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_1d_short (File, vardesc, start, count, ival) |
Write short data to a netcdf variable of 1 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_2d_short (File, vardesc, start, count, ival) |
Write short data to a netcdf variable of 2 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_3d_short (File, vardesc, start, count, ival) |
Write short data to a netcdf variable of 3 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_4d_short (File, vardesc, start, count, ival) |
Write short data to a netcdf variable of 4 dimension(s). More... | |
integer function | pionfput_mod::put_vara_vdesc_5d_short (File, vardesc, start, count, ival) |
Write short data to a netcdf variable of 5 dimension(s). More... | |
Write routines for non-decomposed NetCDF data.