-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't combine heating data #14
Labels
Comments
The heating output is introduced in revision
7ca37a6, but the heating file is outputted
only if the dissipation number is not 0.
You can change the file visual/autocombine.py, and remove the the red line
below.
This should fix your problem.
# default values for CitcomS input
defaults = {'output_format': 'ascii',
'output_optional': 'surf,botm',
'output_optional_EL': 'heating', # remove temporarily
'buoy_type': 1,
'tracer_flavors': 2,
…On Mon, Oct 30, 2023 at 4:35 PM zbc1508 ***@***.***> wrote:
Dear developer:
I have trouble combine data of example0:
***@***.***:/Citcoms/share/CitcomS/examples$ python2 autocombine.py
localhost pid000089188 10
reading example0.coord,velo,visc.0.10.pasted
writing example0.cap00.10
Traceback (most recent call last):
File "autocombine.py", line 155, in
optional_fields_EL, ncompositions)
File "/home/lily/Citcoms/share/CitcomS/examples/batchcombine.py", line
106, in batchcombine
batchpaste(datadir, datafile, fields, timestep, nodes)
File "/home/lily/Citcoms/share/CitcomS/examples/batchcombine.py", line 87,
in batchpaste
pasteCitcomData.run(datadir, datafile, fields, rank, timestep, cwd)
File "/home/lily/Citcoms/share/CitcomS/examples/pasteCitcomData.py", line
53, in run
paste(datadir, datafile, fields, rank, step, f)
File "/home/lily/Citcoms/share/CitcomS/examples/pasteCitcomData.py", line
68, in paste
f = open_file(datadir, datafile, infix, rank, step)
File "/home/lily/Citcoms/share/CitcomS/examples/pasteCitcomData.py", line
115, in open_file
f = open(filename, 'r')
IOError: [Errno 2] No such file or directory: './example0.heating.0.10'
***@***.***:/Citcoms/share/CitcomS/examples$
My directory don't have file ".....heating", I don't know why?
—
Reply to this email directly, view it on GitHub
<#14>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWQQVAUX7KN2KE6WGIGHDYB5RFJAVCNFSM6AAAAAA6VTZI5KVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DONZZHE4TEOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your reply, professor! Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear developer:
I have trouble combine data of example0:
My directory don't have file ".....heating", I don't know why?
The text was updated successfully, but these errors were encountered: