Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_def_grid (grid_id, grid_name, comp_id, grid_valid_shape, grid_type, ierror) |
subroutine psmile_def_grid | ( | integer,intent(out) | grid_id, | |
Character(len=*),intent(in) | grid_name, | |||
integer,intent(in) | comp_id, | |||
integer,dimension (1:2,*),intent(in) | grid_valid_shape, | |||
integer,intent(in) | grid_type, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 13 of file psmile_def_grid.F90.
References a, PSMILe::Comps, PSMILe::Grids, i5, PRISM_Error_Alloc, and psmile_get_grid_handle().
Referenced by psmile_apply_user_data(), and psmile_set_userdef().