First working version of model builder with several output file types and mode_create working
This commit is contained in:
parent
8217e8b51c
commit
ff3fc5e20a
6 changed files with 418 additions and 142 deletions
|
@ -12,7 +12,7 @@ subroutine call_mode(arg_num,mode)
|
|||
|
||||
select case(mode)
|
||||
case('--create')
|
||||
call create(arg_num)
|
||||
call create()
|
||||
|
||||
case default
|
||||
print *, "Mode ", mode, " currently not accepted. Please check documentation for ", &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue