My Project
FVCOMg01
visitsim.f90
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
!/===========================================================================/
13
! Copyright (c) 2007, The University of Massachusetts Dartmouth
14
! Produced at the School of Marine Science & Technology
15
! Marine Ecosystem Dynamics Modeling group
16
! All rights reserved.
17
!
18
! FVCOM has been developed by the joint UMASSD-WHOI research team. For
19
! details of authorship and attribution of credit please see the FVCOM
20
! technical manual or contact the MEDM group.
21
!
22
!
23
! This file is part of FVCOM. For details, see http://fvcom.smast.umassd.edu
24
! The full copyright notice is contained in the file COPYRIGHT located in the
25
! root directory of the FVCOM code. This original header must be maintained
26
! in all distributed versions.
27
!
28
! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29
! AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
30
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
31
! PURPOSE ARE DISCLAIMED.
32
!
33
!/---------------------------------------------------------------------------/
34
! CVS VERSION INFORMATION
35
! $Id$
36
! $Name$
37
! $Revision$
38
!/===========================================================================/
39
40
! if visit is not defined compile a dummy subroutine!
41
42
subroutine
init_visit
43
USE
mod_utils
44
implicit none
45
46
IF
(
dbg_set
(
dbg_log
))
WRITE
(ipt,*)
"! VISIT SIMULATION MODE IS OFF"
47
48
end subroutine
init_visit
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
mod_utils
Definition:
mod_utils.f90:40
mod_utils::dbg_set
logical function dbg_set(vrb)
Definition:
mod_utils.f90:182
init_visit
subroutine init_visit
Definition:
visitsim.f90:43
mod_utils::dbg_log
integer, parameter dbg_log
Definition:
mod_utils.f90:65
Generated by
1.8.15