Skip to content

Commit

Permalink
Updating filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Mar 24, 2024
1 parent bfae81a commit 5b8665a
Show file tree
Hide file tree
Showing 38 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/modifysam/modifyprm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for wtgii in wtgvec
mkpath(projectdir("exp","prm",schname,expname,wtgstring))
for imember = 1 : 15
mstr = @sprintf("%02d",imember)
oprm = projectdir("run","modifysam","prmtemplates","$(schname)_$(expname).prm")
oprm = projectdir("run","modifysam","prmtemplates",schname,"$(expname).prm")
nprm = projectdir("exp","prm",schname,expname,wtgstring,"member$(mstr).prm")
open(tprm,"w") do fprm
open(oprm,"r") do rprm
Expand Down
2 changes: 1 addition & 1 deletion scripts/modifysam/modifyprm_RCE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkpath(projectdir("exp","prm","RCE",expname))

for imember = 1 : 10
mstr = @sprintf("%02d",imember)
oprm = projectdir("run","modifysam","prmtemplates","RCE_$(expname).prm")
oprm = projectdir("run","modifysam","prmtemplates","RCE","$(expname).prm")
nprm = projectdir("exp","prm","RCE",expname,"member$(mstr).prm")
open(tprm,"w") do fprm
open(oprm,"r") do rprm
Expand Down

0 comments on commit 5b8665a

Please sign in to comment.