Skip to content

Commit

Permalink
add .hdr file to dfn for prob inv
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Mar 21, 2024
1 parent fe58aeb commit ef6f06f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zz_portalcurtains/RDP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,10 @@ function writeaseggdffromxyzrho(nlayers::Int; src_dir="", dst_dir="",
vonerow = vcat(vonerow, nulow[i,:], numid[i,:], nuhigh[i,:])
end
transD_GP.CommonToAll.writeasegdat(vonerow, sfmt, outfile, mode)
transD_GP.CommonToAll.writeasegdfnfromonerow(vonerow, channel_names, sfmt, outfile)
if i == 1
transD_GP.CommonToAll.writeasegdfnfromonerow(vonerow, channel_names, sfmt, outfile)
transD_GP.dfn2hdr(outfile*".dfn")
end
end
end
end
Expand Down

0 comments on commit ef6f06f

Please sign in to comment.