subroutine, public gfs_abort::gfs_abort_run | ( | type(gfs_control_type), intent(in) | model, |
integer, intent(in) | blkno, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
local_name | standard_name | long_name | units | type | dimensions | kind | intent |
---|---|---|---|---|---|---|---|
Model | gfs_control_type_instance | instance of derived type GFS_control_type | DDT | GFS_control_type | () | GFS_control_type | in |
blkno | ccpp_block_number | number of block for explicit data blocking in CCPP | index | integer | () | in | |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out |
errflg | ccpp_error_code | error code for error handling in CCPP | 1 | integer | () | out |