Go to the source code of this file.
Functions/Subroutines | |
| subroutine | psmile_write_byid_dble (id_varid, id_taskid, dd_a, ju_day, ju_sec, ierror) |
| subroutine | trs_bundle_vec_1d_dble (user, xio, shape, vshape, ierror) |
| subroutine | trs_bundle_vec_2d_dble (user, xio, shape, vshape, ierror) |
| subroutine | trs_bundle_vec_3d_dble (user, xio, shape, vshape, ierror) |
| subroutine psmile_write_byid_dble | ( | integer,intent(in) | id_varid, | |
| integer,intent(in) | id_taskid, | |||
| double precision,dimension(*),intent(in),target | dd_a, | |||
| double precision,intent(in) | ju_day, | |||
| double precision,intent(in) | ju_sec, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 10 of file psmile_write_byid_dble.F90.
References PSMILe::Fields, PSMILe::Grids, max, PSMILe::Methods, mpp_mod_oa::mpp_set_current_pelist(), not, PRISM_Error_Alloc, psmile_open_file_byid(), psmile_write_3d_dble(), psmile_write_4d_dble(), trs_bundle_vec_1d_dble(), trs_bundle_vec_2d_dble(), and trs_bundle_vec_3d_dble().
Referenced by prism_put_restart(), psmile_get_dble(), and psmile_put_dble().


| subroutine trs_bundle_vec_1d_dble | ( | double precision,dimension(shape(1,1),intent(in) | user, | |
| double precision,dimension(shape(1,1),intent(out) | xio, | |||
| integer,dimension(2,2),intent(out) | shape, | |||
| integer,dimension(2,3),intent(in) | vshape, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 343 of file psmile_write_byid_dble.F90.
Referenced by psmile_write_byid_dble().

| subroutine trs_bundle_vec_2d_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,4),intent(in) | vshape, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 378 of file psmile_write_byid_dble.F90.
Referenced by psmile_write_byid_dble().

| subroutine trs_bundle_vec_3d_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,5),intent(in) | vshape, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 408 of file psmile_write_byid_dble.F90.
Referenced by psmile_write_byid_dble().

1.6.1