updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / hydro / Data_Rec / module_gw_gw2d_data.F
blob20792b7c39150b64bf9db80ff7b3752457cdf36a
1 !  Program Name:
2 !  Author(s)/Contact(s):
3 !  Abstract:
4 !  History Log:
5 !  <brief list of changes to this source file>
6
7 !  Usage:
8 !  Parameters: <Specify typical arguments passed>
9 !  Input Files:
10 !        <list file names and briefly describe the data they include>
11 !  Output Files:
12 !        <list file names and briefly describe the information they include>
13
14 !  Condition codes:
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
19
20 !  User controllable options: <if applicable>
22 Module module_gw_gw2d_data
23    IMPLICIT NONE
24    INTEGER, PARAMETER :: max_domain=5
26 #include "gw_field_include.inc"
27       type (gw_field) :: gw2d(max_domain)
28       save gw2d
30 end module module_gw_gw2d_data