Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_read_byid_dble (id_varid, id_taskid, dd_a, ju_day, ju_sec, ju_dayb, ju_secb, timeop, ierror) |
subroutine | trs_vec_bundle_1d_dble (user, xio, shape, vshape, ierror) |
subroutine | trs_vec_bundle_2d_dble (user, xio, shape, vshape, ierror) |
subroutine | trs_vec_bundle_3d_dble (user, xio, shape, vshape, ierror) |
subroutine psmile_read_byid_dble | ( | integer,intent(in) | id_varid, | |
integer,intent(in) | id_taskid, | |||
double precision,dimension(*),intent(inout),target | dd_a, | |||
double precision,intent(in) | ju_day, | |||
double precision,intent(in) | ju_sec, | |||
double precision,dimension(2),intent(in) | ju_dayb, | |||
double precision,dimension(2),intent(in) | ju_secb, | |||
logical,intent(out) | timeop, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 10 of file psmile_read_byid_dble.F90.
References PSMILe::Fields, PSMILe::Grids, PSMILe::Methods, mpp_mod_oa::mpp_set_current_pelist(), not, PRISM_Error_Alloc, psmile_open_file_byid(), psmile_read_3d_dble(), psmile_read_4d_dble(), trs_vec_bundle_1d_dble(), trs_vec_bundle_2d_dble(), and trs_vec_bundle_3d_dble().
Referenced by psmile_get_dble(), and psmile_get_restart().
subroutine trs_vec_bundle_1d_dble | ( | double precision,dimension(shape(1,1),intent(in) | user, | |
double precision,dimension(shape(1,1),intent(out) | xio, | |||
integer,dimension(2,3),intent(out) | shape, | |||
integer,dimension(2,3),intent(in) | vshape, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 706 of file psmile_read_byid_dble.F90.
Referenced by psmile_read_byid_dble().
subroutine trs_vec_bundle_2d_dble | ( | double precision,dimension(shape(1,1),intent(in) | user, | |
double precision,dimension(shape(1,1),intent(out) | xio, | |||
integer,dimension(2,4),intent(out) | shape, | |||
integer,dimension(2,4),intent(in) | vshape, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 731 of file psmile_read_byid_dble.F90.
Referenced by psmile_read_byid_dble().
subroutine trs_vec_bundle_3d_dble | ( | double precision,dimension(shape(1,1),intent(in) | user, | |
double precision,dimension(shape(1,1),intent(out) | xio, | |||
integer,dimension(2,5),intent(out) | shape, | |||
integer,dimension(2,5),intent(in) | vshape, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 761 of file psmile_read_byid_dble.F90.
Referenced by psmile_read_byid_dble().