Skip to content

Commit

Permalink
remove 't' from 'traject_fmt'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Sep 20, 2024
1 parent 1f6509f commit e996f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exe/
out/
by-id/
yyyymmddHH_lati_long_zagl/
yyyymmddHH_lati_long_zagl_traj.traject_fmt
yyyymmddHH_lati_long_zagl_traj.trajec_fmt
yyyymmddHH_lati_long_zagl_foot.nc
hycs_std
SETUP.CFG
Expand All @@ -23,7 +23,7 @@ out/
yyyymmddHH_lati_long_zagl_foot.nc
...
particles/
yyyymmddHH_lati_long_zagl_traj.traject_fmt
yyyymmddHH_lati_long_zagl_traj.trajec_fmt
...
r/
src/
Expand Down
2 changes: 1 addition & 1 deletion r/src/simulation_step.r
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ simulation_step <- function(before_footprint = list(function() {output}),
winderrtf = winderrtf)
}

if (traject_fmt != '') { # Do not write trajectory file if format is empty
if (trajec_fmt != '') { # Do not write trajectory file if format is empty
# Save output object and symlink to out/particles
write_traj(output, output$file)

Expand Down

0 comments on commit e996f04

Please sign in to comment.