gtool4 netCDF data Output module directly called by GCM run program.
use dycore_type_mod, only : STRING
private public :: dycore_out_init, dycore_out_put, dycore_out_end ! subroutines
io_gt4_out_mod �ν�����ȡ����������ꤪ��� ����ȯŸ�����̤ν��Ϥν������Ԥʤ���
subroutine dycore_out_init(Dims) use dycore_type_mod, only: DYCORE_DIMS use io_gt4_out_mod , only: io_gt4_out_init, io_gt4_out_SetDims, & & io_gt4_out_SetVars use dc_trace , only: BeginSub, EndSub, DbgMessage
type(DYCORE_DIMS), intent(in):: Dims ! �����ǡ�������
�ʻ����ǡ����� Vars ����Ϥ��롣
subroutine dycore_out_put(Vars)
use dycore_type_mod, only : DYCORE_VARS, DBKIND, REKIND use io_gt4_out_mod, only : io_gt4_out_Put use dc_trace, only : BeginSub, EndSub, DbgMessage, DataDump
type(DYCORE_VARS), intent(in):: Vars ! �ʻ����ǡ�������
io_gt4_out_mod �ν�λ������Ԥʤ���
subroutine dycore_out_end
use io_gt4_out_mod, only : io_gt4_out_end use dc_trace, only : BeginSub, EndSub, DbgMessage