2 ! Author(s)/Contact(s):
5 ! <brief list of changes to this source file>
8 ! Parameters: <Specify typical arguments passed>
10 ! <list file names and briefly describe the data they include>
12 ! <list file names and briefly describe the information they include>
15 ! <list exit condition or error codes returned >
16 ! If appropriate, descriptive troubleshooting instructions or
17 ! likely causes for failures could be mentioned here with the
18 ! appropriate error code
20 ! User controllable options: <if applicable>
22 Module module_gw_gw2d_data
24 INTEGER, PARAMETER :: max_domain=5
26 #include "gw_field_include.inc"
27 type (gw_field) :: gw2d(max_domain)
30 end module module_gw_gw2d_data