File: RELATIVE:/../../../mfix.git/model/cdist_mod.f

1           module cdist
2     
3           logical :: bDist_IO
4           logical :: bStart_with_one_RES
5           logical :: bDoing_postmfix
6     
7           integer :: netCDF_file_index
8     
9           logical :: bWrite_netcdf(20)
10     
11           logical :: bFirst_netcdf_write = .true.
12     
13           logical :: bGlobalNetcdf = .true.
14     
15           end module cdist
16