Skip to content

Commit 38d6e47

Browse files
committed
removed obsolete -c/--compile
1 parent a007bfd commit 38d6e47

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/gotm/main.F90

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ subroutine cmdline
121121
case ('-v', '--version')
122122
call print_version()
123123
stop
124-
case ('-c', '--compile')
125-
call print_version()
126-
call compilation_options()
127-
stop
128124
case ('-h', '--help')
129125
call print_help()
130126
stop
@@ -191,30 +187,13 @@ subroutine cmdline
191187

192188
end subroutine cmdline
193189

194-
subroutine compilation_options()
195-
#ifdef _FABM_
196-
LEVEL1 '_FABM_'
197-
#endif
198-
#ifdef SEAGRASS
199-
LEVEL1 'SEAGRASS'
200-
#endif
201-
#ifdef SPM
202-
LEVEL1 'SPM'
203-
#endif
204-
#ifdef SEDIMENT
205-
LEVEL1 'SEDIMENT'
206-
#endif
207-
STDERR LINE
208-
end subroutine compilation_options
209-
210190
subroutine print_help()
211191
print '(a)', 'Usage: gotm [OPTIONS]'
212192
print '(a)', ''
213193
print '(a)', 'Options:'
214194
print '(a)', ''
215195
print '(a)', ' -h, --help print usage information and exit'
216196
print '(a)', ' -v, --version print version information'
217-
print '(a)', ' -c, --compiler print compilation options'
218197
print '(a)', ' <yaml_file> read configuration from file (default gotm.yaml)'
219198
print '(a)', ' --ignore_unknown_config ignore unknown options encountered in configuration'
220199
print '(a)', ' -l, --list_variables list all variables available for output'

0 commit comments

Comments
 (0)