Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Nov 1, 2015
1 parent 2f6a805 commit cfd5c35
Show file tree
Hide file tree
Showing 7 changed files with 62,309 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.o
*.so
*.mod
*.original
.DS_Store
.DS_Store?
*.a
2 changes: 1 addition & 1 deletion OceanCurrents/CurrentClass.f90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ end module mpidata
! ============================================================================
module precision_data

use mpidata
!use mpidata

! Input / output files
character(len=128)::finput
Expand Down
4 changes: 2 additions & 2 deletions OceanWaves/SwanSrc/SwanCoupler.f90
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module swan_coupler_functions

! Imported spectral wave initial conditions
type ImpSpecWa
! [hs] the signiÞcant wave height (in m).
! [hs] the significant wave height (in m).
real :: hs
! [per] the characteristic period of the energy spectrum
real :: per
Expand Down Expand Up @@ -386,7 +386,7 @@ subroutine import_bathymetry
endif
enddo
enddo

return

end subroutine import_bathymetry
Expand Down
Binary file added bin/ascidian
Binary file not shown.
62,251 changes: 62,251 additions & 0 deletions test/data/gab_topo.nodes

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions test/inputascidian.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<BADLANDS:input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:BADLANDS="http://bibucket.com/git/xsd/XSDBADLANDS" xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="http://bibucket.com/git/xsd/XSDBADLANDS
bibucket.com/git/xsd/XSDBADLANDS/schema-BADLANDS.xsd">

<TopoGrid>
<Grid>data/gab_topo.nodes</Grid>
<GridX>250</GridX>
<GridY>249</GridY>
<GridSpace>3000</GridSpace>
<latGrid>-32.5</latGrid>
<syncFolder>Poseidon</syncFolder>
<spmForcing>0</spmForcing>
<initDep>50</initDep>
<circForcing>1</circForcing>
<waveForcing>1</waveForcing>
</TopoGrid>

<Time>
<startTime>0.</startTime>
<endTime>1.</endTime>
<syncTime>1.</syncTime>
<outputTime>1.</outputTime>
</Time>

<CirculationParam>
<Courant>1.</Courant>
<stormTime>24</stormTime>
<fricCoef>0.0005</fricCoef>
<filterStep>10</filterStep>
<actionMaxDepth>200.0</actionMaxDepth>
</CirculationParam>

<OceanForecast>
<waveBase>50.0</waveBase>
<nbForecast>1</nbForecast>
<forecastClass>
<subgroupNb>1</subgroupNb>
<start>0</start>
<end>1</end>
<subgroupParam>0.3 30.0 140.0</subgroupParam>
</forecastClass>
</OceanForecast>

<OutputDirectory>GABcirc</OutputDirectory>

</BADLANDS:input>
Binary file added test/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfd5c35

Please sign in to comment.