First working version of model builder with several output file types and mode_create working

This commit is contained in:
Alex 2019-11-27 15:10:28 -05:00
parent 8217e8b51c
commit ff3fc5e20a
6 changed files with 418 additions and 142 deletions

View file

@ -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 ", &