Commit cfd0a14 1 parent 006c11f commit cfd0a14 Copy full SHA for cfd0a14
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ COMMON_MODULES += \
23
23
$(GEOLIB)/multilayer/multilayer_module.f90 \
24
24
$(GEOLIB)/friction_module.f90 \
25
25
$(DIGLIB)/refinement_module.f90 \
26
- $(GEOLIB)/adjointsup_module.f90
26
+ $(GEOLIB)/adjointsup_module.f90 \
27
+ $(GEOLIB)/fgout_module.f90 \
27
28
28
29
#list of common modules needed for dclaw codes
29
30
COMMON_MODULES += \
30
31
$(DIGLIB)/digclaw_module.f90 \
31
32
$(DIGLIB)/qinit_module.f90 \
32
33
$(DIGLIB)/auxinit_module.f90 \
33
- $(DIGLIB)/fgout_module.f90 \
34
34
35
35
36
36
# list of source files from AMR library.
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ program amr2
491
491
call read_dtopo_settings() ! specifies file with dtopo from earthquake
492
492
call read_topo_settings(rest) ! specifies topography (bathymetry) files
493
493
call set_auxinit() ! specifies file(s) for auxiliary variables
494
- call set_fgout(rest) ! Fixed grid settings
494
+ call set_fgout(rest,nvar ) ! Fixed grid settings
495
495
call set_regions() ! Set refinement regions
496
496
call set_dig(naux)
497
497
call set_pinit()
@@ -526,7 +526,7 @@ program amr2
526
526
call read_dtopo_settings() ! specifies file with dtopo from earthquake
527
527
call read_topo_settings(rest) ! specifies topography (bathymetry) files
528
528
call set_auxinit() ! specifies file(s) for auxiliary variables
529
- call set_fgout(rest) ! Fixed grid settings
529
+ call set_fgout(rest,nvar ) ! Fixed grid settings
530
530
call set_regions() ! Set refinement regions
531
531
call set_gauges(rest, nvar, naux) ! Set gauge output
532
532
call set_fgmax()
You can’t perform that action at this time.
0 commit comments