mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Untrack share/ directory
This commit is contained in:
parent
dd9f309a49
commit
b17eaf7778
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
iterations <- 50
|
|
||||||
dt <- 100
|
|
||||||
|
|
||||||
list(
|
|
||||||
timesteps = rep(dt, iterations),
|
|
||||||
store_result = TRUE
|
|
||||||
)
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
list(
|
|
||||||
timesteps = rep(50, 100),
|
|
||||||
store_result = TRUE
|
|
||||||
)
|
|
||||||
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
iterations <- 500
|
|
||||||
dt <- 50
|
|
||||||
|
|
||||||
out_save <- seq(5, iterations, by = 5)
|
|
||||||
|
|
||||||
list(
|
|
||||||
timesteps = rep(dt, iterations),
|
|
||||||
store_result = TRUE,
|
|
||||||
out_save = out_save
|
|
||||||
)
|
|
||||||
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
iterations <- 20000
|
|
||||||
dt <- 200
|
|
||||||
|
|
||||||
out_save <- seq(50, iterations, by = 50)
|
|
||||||
|
|
||||||
list(
|
|
||||||
timesteps = rep(dt, iterations),
|
|
||||||
store_result = TRUE,
|
|
||||||
out_save = out_save
|
|
||||||
)
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
iterations <- 200
|
|
||||||
dt <- 1000
|
|
||||||
|
|
||||||
out_save <- c(1, 2, seq(5, iterations, by=5))
|
|
||||||
## out_save <- seq(1, iterations)
|
|
||||||
|
|
||||||
list(
|
|
||||||
timesteps = rep(dt, iterations),
|
|
||||||
store_result = TRUE,
|
|
||||||
out_save = out_save
|
|
||||||
)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user