Skip to content

Commit 04ad96b

Browse files
committed
Updating gitingore file and adding a few fixes to the readme
1 parent 0d5c7ef commit 04ad96b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
*.exe
33
*.mod
44
*.DS_Store
5+
Examples/ParFlow_SteadyFlux/spinup0.00125
6+
Examples/ParFlow_SteadyFlux/transient0.00125
7+
Examples/ParFlow_SteadyFlux/EcoSLIM0.00125

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ the simulation will exit.
7474
* **Ending ParFlow File Number (pft2):** The file number for the *ParFlow* output to stop the *EcoSLIM* simulation at.
7575
* **EcoSLIM Output Start Counter (tout1):** This initializes the file numbering for the *EcoSLIM* outputs. If this is set to zero then the first *EcoSLIM* output number will be set to match starting *ParFlow* file number specified above.
7676
* **Time Sequence Repeat (n_cycle):** If the time sequence repeat is greater than one the
77-
*ParFlow* inputs from *pft1* to *pft2* will be repeated the specified *n_cycle* times. (i.e. the total number of time steps simulated will be *n_cycle(pft2-pft1)*)
77+
*ParFlow* inputs from *pft1* to *pft2* will be repeated the specified *n_cycle* times. (i.e. the total number of time steps simulated will be *n_cycle(pft2-pft1+1)*)
7878
* **ASCII 3-D Particle File Output Frequency (ipwrite):** Controls ASCII output of particle locations and ages. This output format is not recommended for performance reasons. Refer to the *Outputs* section for the details on this output. If frequency is set to 0 this output will not be written at all, 1 will write the output every timestep, n>1 will write the output every n timesteps (i.e. n=2 writes outputs every other step). If n<0 then all outputs will be written to one file; useful for truly steady state simulation. (Transient outputs files: `runname_transient_particle.filenum.3D`, static output files: `runname_total_particle_trace.3D`)
7979
* **Particle VTK Output Frequency (ibinpntswrite):** Controls VTK, binary output of particle locations and attributes (`runname_pnts_filenum.vtk`). Refer to the *Outputs* section for the details on this output. If frequency is set to 0 this output will not be written at all, 1 will write the output every timestep, n>1 will write the output every n timesteps (i.e. n=2 writes outputs every other step)
8080
* **Gridded ASCII ET Output Frequency (etwrite):** Controls ASCII grid based ET output (`runname_ET_summary.filenum.out.txt`). Refer to the *Outputs* section for the details on this output. If frequency is set to 0 this output will not be written at all, 1 will write the output every timestep, n>1 will write the output every n timesteps (i.e. n=2 writes outputs every other step)
@@ -105,7 +105,7 @@ SLIM_hillslope ! SLIM run name, path to ParFlow files follows, then DEM file
105105
1 ! ParFlow t1: ParFlow file number to start from (initial condition is pft1-1)
106106
1752 ! ParFlow t2: ParFlow file number to stop at
107107
1 ! EcoSLIM output start counter 0=pft1
108-
2 ! Time Sequence Repeat [n_cycle*(pft2-pft1)]
108+
2 ! Time Sequence Repeat (n_cycle) Total number of time steps = [n_cycle*(pft2-pft1+1)]
109109
0 ! ipwrite frequency, controls an ASCII, .3D particle file not recommended due to poor performance
110110
0 ! ibinpntswrite frequency, controls VTK, binary output of particle locations and attributes
111111
0 ! etwrite frequency, controls ASCII ET output
@@ -126,6 +126,7 @@ Outputs
126126
* File name: `runname.out.log`
127127
+ **Restart:** Binary file containing all the particle information for all active particles at the end of the simulation.
128128
* File name: `runname_particle_restart.bin`
129+
* The first entry gives the number of particles in the restart file
129130
* Variables: *X, Y, Z, Age, Saturated_Age, Mass, Source, Status, Particle_Concentration, Exit_Status*
130131
+ **Exited Particles Log:**
131132
* File name: `runname_exited_particles.bin`

0 commit comments

Comments
 (0)