WAVEWATCH III  beta 0.0.1
ww3_grid.F90
Go to the documentation of this file.
1 
5 
6 #include "w3macros.h"
7 
17 !/ ------------------------------------------------------------------- /
18 PROGRAM ww3grid
19  !/
20  !/ +-----------------------------------+
21  !/ | WAVEWATCH III NOAA/NCEP |
22  !/ | |
23  !/ | FORTRAN 90 |
24  !/ | Last update : 27-May-2021 |
25  !/ +-----------------------------------+
26  !/ 27-May-2021 : Seperated subroutine to w3grid ( version 7.13 )
27  !/
28  !/ Copyright 2009-2013 National Weather Service (NWS),
29  !/ National Oceanic and Atmospheric Administration. All rights
30  !/ reserved. WAVEWATCH III is a trademark of the NWS.
31  !/ No unauthorized use without permission.
32  !/
33  ! 1. Purpose :
34  !
35  ! "Grid" preprocessing program, which writes a model definition
36  ! file containing the model parameter settigs and grid data.
37  !
38  ! 2. Method :
39  !
40  ! Information is read from the file ww3_grid.inp/nml.
41  ! A model definition file mod_def.ww3 is then produced by W3IOGR.
42  ! Note that the name of the model definition file is set in W3IOGR.
43  ! This is now all done in the subroutine W3GRID
44  !
45  ! 3. Parameters :
46  ! none
47  !
48  ! 4. Subroutines used :
49  !
50  ! Name Type Module Description
51  ! ----------------------------------------------------------------
52  ! W3GRID Subr. W3GRIDMD creates mod_def file
53  !
54  ! 5. Called by :
55  !
56  ! None, stand-alone program.
57  !
58  ! 6. Error messages :
59  !
60  ! 7. Remarks :
61  ! See w3gridmd.ftn for details
62  !
63  ! 8. Structure :
64  ! Call subroutine W3GRID
65  !
66  ! 9. Switches :
67  ! none
68  ! 10. Source code :
69  !
70  !/ ------------------------------------------------------------------- /
71 
72  USE w3gridmd, ONLY: w3grid
73  IMPLICIT NONE
74 
75  CALL w3grid
76 
77 END PROGRAM ww3grid
ww3grid
program ww3grid
"Grid" preprocessing program, which writes a model definition file containing the model parameter set...
Definition: ww3_grid.F90:18
w3gridmd::w3grid
subroutine w3grid()
Definition: w3gridmd.F90:1156
w3gridmd
Definition: w3gridmd.F90:3