MFIX  2016-1
cdist_mod.f
Go to the documentation of this file.
1 ! -*- f90 -*-
2  module cdist
3 
4  logical :: bdist_io
5  logical :: bstart_with_one_res
6  logical :: bdoing_postmfix
7 
8  integer :: netcdf_file_index
9 
10  logical :: bwrite_netcdf(20)
11 
12  logical :: bfirst_netcdf_write = .true.
13 
14  logical :: bglobalnetcdf = .true.
15 
16  end module cdist
logical bdoing_postmfix
Definition: cdist_mod.f:6
logical bdist_io
Definition: cdist_mod.f:4
logical bstart_with_one_res
Definition: cdist_mod.f:5
integer netcdf_file_index
Definition: cdist_mod.f:8
logical, dimension(20) bwrite_netcdf
Definition: cdist_mod.f:10
Definition: cdist_mod.f:2
logical bglobalnetcdf
Definition: cdist_mod.f:14
logical bfirst_netcdf_write
Definition: cdist_mod.f:12