Functions/Subroutines | |
subroutine | shr_pcdf_readwrite (type, filename, mpicom, gsmap, dof, clobber, cdf64, id1, id1n, rs1, rs1n, is1, is1n, rf1, rf1n, if1, if1n, av1, av1n, id2, id2n, rs2, rs2n, is2, is2n, rf2, rf2n, if2, if2n, av2, av2n, id3, id3n, rs3, rs3n, is3, is3n, rf3, rf3n, if3, if3n, av3, av3n, id4, id4n, rs4, rs4n, is4, is4n, rf4, rf4n, if4, if4n, av4, av4n) |
subroutine | shr_pcdf_defvar0d (fid, fname, vtype) |
subroutine | shr_pcdf_defvar1d (fid, fname, vtype, dimid) |
subroutine | shr_pcdf_readr1d (fid, fname, iodesc, r1d) |
subroutine | shr_pcdf_writer1d (fid, fname, iodesc, r1d) |
subroutine | shr_pcdf_readi1d (fid, fname, iodesc, i1d) |
subroutine | shr_pcdf_writei1d (fid, fname, iodesc, i1d) |
subroutine | shr_pcdf_readr0d (fid, fname, r0d) |
subroutine | shr_pcdf_writer0d (fid, fname, r0d) |
subroutine | shr_pcdf_readi0d (fid, fname, i0d) |
subroutine | shr_pcdf_writei0d (fid, fname, i0d) |
subroutine | shr_pcdf_readdim (fid, fname, dim) |
subroutine | shr_pcdf_writedim (fid, fname, dim) |
Variables | |
character(len=*), paramete | version ) |
real(r8), parameter | fillvalue = SHR_CONST_SPVAL |
integer(in), parameter | ifillvalue = -999999 |
subroutine shr_pcdf_mod::shr_pcdf_defvar0d | ( | type(file_desc_t),intent(in) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(in) | vtype | |||
) | [private] |
Definition at line 552 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_defvar1d | ( | type(file_desc_t),intent(in) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(in) | vtype, | |||
integer(IN),dimension(:),intent(in) | dimid | |||
) | [private] |
Definition at line 572 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readdim | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(inout) | dim | |||
) | [private] |
Definition at line 801 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readi0d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(inout) | i0d | |||
) | [private] |
Definition at line 759 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readi1d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
type(io_desc_t),intent(inout) | iodesc, | |||
integer(IN),dimension(:),intent(inout) | i1d | |||
) | [private] |
Definition at line 655 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readr0d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
real(R8),intent(inout) | r0d | |||
) | [private] |
Definition at line 717 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readr1d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
type(io_desc_t),intent(inout) | iodesc, | |||
real(R8),dimension(:),intent(inout) | r1d | |||
) | [private] |
Definition at line 593 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_readwrite | ( | character(len=*),intent(in) | type, | |
character(len=*),intent(in) | filename, | |||
integer(IN),intent(in) | mpicom, | |||
type(mct_gsmap),intent(in),optional | gsmap, | |||
integer(IN),dimension(:),intent(in),optional | dof, | |||
logical,intent(in),optional | clobber, | |||
logical,intent(in),optional | cdf64, | |||
integer(IN),intent(inout),optional | id1, | |||
character(len=*),intent(in),optional | id1n, | |||
real(R8),intent(inout),optional | rs1, | |||
character(len=*),intent(in),optional | rs1n, | |||
integer(IN),intent(inout),optional | is1, | |||
character(len=*),intent(in),optional | is1n, | |||
real(R8),dimension(:),intent(inout),optional | rf1, | |||
character(len=*),intent(in),optional | rf1n, | |||
integer(IN),dimension(:),intent(inout),optional | if1, | |||
character(len=*),intent(in),optional | if1n, | |||
type(mct_aVect),intent(inout),optional | av1, | |||
character(len=*),intent(in),optional | av1n, | |||
integer(IN),intent(inout),optional | id2, | |||
character(len=*),intent(in),optional | id2n, | |||
real(R8),intent(inout),optional | rs2, | |||
character(len=*),intent(in),optional | rs2n, | |||
integer(IN),intent(inout),optional | is2, | |||
character(len=*),intent(in),optional | is2n, | |||
real(R8),dimension(:),intent(inout),optional | rf2, | |||
character(len=*),intent(in),optional | rf2n, | |||
integer(IN),dimension(:),intent(inout),optional | if2, | |||
character(len=*),intent(in),optional | if2n, | |||
type(mct_aVect),intent(inout),optional | av2, | |||
character(len=*),intent(in),optional | av2n, | |||
integer(IN),intent(inout),optional | id3, | |||
character(len=*),intent(in),optional | id3n, | |||
real(R8),intent(inout),optional | rs3, | |||
character(len=*),intent(in),optional | rs3n, | |||
integer(IN),intent(inout),optional | is3, | |||
character(len=*),intent(in),optional | is3n, | |||
real(R8),dimension(:),intent(inout),optional | rf3, | |||
character(len=*),intent(in),optional | rf3n, | |||
integer(IN),dimension(:),intent(inout),optional | if3, | |||
character(len=*),intent(in),optional | if3n, | |||
type(mct_aVect),intent(inout),optional | av3, | |||
character(len=*),intent(in),optional | av3n, | |||
integer(IN),intent(inout),optional | id4, | |||
character(len=*),intent(in),optional | id4n, | |||
real(R8),intent(inout),optional | rs4, | |||
character(len=*),intent(in),optional | rs4n, | |||
integer(IN),intent(inout),optional | is4, | |||
character(len=*),intent(in),optional | is4n, | |||
real(R8),dimension(:),intent(inout),optional | rf4, | |||
character(len=*),intent(in),optional | rf4n, | |||
integer(IN),dimension(:),intent(inout),optional | if4, | |||
character(len=*),intent(in),optional | if4n, | |||
type(mct_aVect),intent(inout),optional | av4, | |||
character(len=*),intent(in),optional | av4n | |||
) |
Definition at line 59 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_writedim | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(inout) | dim | |||
) | [private] |
Definition at line 822 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_writei0d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
integer(IN),intent(inout) | i0d | |||
) | [private] |
Definition at line 780 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_writei1d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
type(io_desc_t),intent(inout) | iodesc, | |||
integer(IN),dimension(:),intent(inout) | i1d | |||
) | [private] |
Definition at line 690 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_writer0d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
real(R8),intent(inout) | r0d | |||
) | [private] |
Definition at line 738 of file shr_pcdf_mod.F90.
subroutine shr_pcdf_mod::shr_pcdf_writer1d | ( | type(file_desc_t),intent(inout) | fid, | |
character(len=*),intent(in) | fname, | |||
type(io_desc_t),intent(inout) | iodesc, | |||
real(R8),dimension(:),intent(inout) | r1d | |||
) | [private] |
Definition at line 628 of file shr_pcdf_mod.F90.
real(r8),parameter shr_pcdf_mod::fillvalue = SHR_CONST_SPVAL |
Definition at line 53 of file shr_pcdf_mod.F90.
integer(in),parameter shr_pcdf_mod::ifillvalue = -999999 |
Definition at line 54 of file shr_pcdf_mod.F90.
character(len=*),paramete shr_pcdf_mod::version) |
Definition at line 52 of file shr_pcdf_mod.F90.