Closed scopatz closed 9 years ago
The ambition test case is not updated with the newest version of the fuel fab. Pull down timestep again and try to run realAmbition.xml
Closer...
$ rm -f x.h5 && cyclus -o x.h5 ~/bright-lite/input/realAmbition.xml
:
.CL:CC CC _Q _Q _Q_Q _Q _Q _Q
CC;CCCCCCCC:C; /_\) /_\)/_/\\) /_\) /_\) /_\)
CCCCCCCCCCCCCl __O|/O___O|/O_OO|/O__O|/O__O|/O____________O|/O__
CCCCCCf iCCCLCC /////////////////////////////////////////////////
iCCCt ;;;;;. CCCC
CCCC ;;;;;;;;;. CClL. c
CCCC ,;; ;;: CCCC ; : CCCCi
CCC ;; ;; CC ;;: CCC` `C;
lCCC ;; CCCC ;;;: :CC .;;. C; ; : ; :;;
CCCC ;. CCCC ;;;, CC ; ; Ci ; : ; : ;
iCC :; CC ;;;, ;C ; CC ; : ; .
CCCi ;; CCC ;;;. .C ; tf ; : ; ;.
CCC ;; CCC ;;;;;;; fC : lC ; : ; ;:
iCf ;; CC :;;: tC ; CC ; : ; ;
fCCC :; LCCf ;;;: LC :. ,: C ; ; ; ; ;
CCCC ;; CCCC ;;;: CCi `;;` CC. ;;;; :;.;. ; ,;
CCl ;; CC ;;;; CCC CCL
tCCC ;; ;; CCCL ;;; tCCCCC.
CCCC ;; :;; CCCCf ; ,L
lCCC ;;;;;; CCCL
CCCCCC :;; fCCCCC
. CCCC CCCC .
.CCCCCCCCCCCCCi
iCCCCCLCf
. C. ,
:
Error! Failed reading reprocessing plant input file.
Given path: input/FR_reprocess.txt
Please correct the path in cyclus input file for repro_input_path variable.
Error populating removal efficiencies in reprocess facility. Efficiencies not read in cyclus.
Error! Failed reading reprocessing plant input file.
Given path: input/FR_reprocess.txt
Please correct the path in cyclus input file for repro_input_path variable.
Error populating removal efficiencies in reprocess facility. Efficiencies not read in cyclus.
New extLWR reactor starting up - target burnup = 45
New extLWR reactor starting up - target burnup = 45
Failure to read ./extLWR/TAPE9.INP
And then it hangs until I force kill the process. Note that I am running this outside of bright-lite directory, if that matters.
So here the path to the separations file needs to be clarified. It is still pulling it from the Bright-lite directory. Same thing for the ./extLWR/TAPE9.INP. These should go away if you run it inside the Bright-lite directory.
Let's assume I can't run it inside of the bright-lite directory. The TAPE9s are installed, so these files should be able to be looked up. I don't know where in the code that happens, but it should happen in the same way that the manifest, etc are looked up.
For the reprocess files, I can copy the txt file over and then change the path in the input file, right?
For the reprocess file that is correct. You are also correct for the TAPE9s as long as they are being installed with their directories. I can double check the code to make sure it is calling them in the same way that the manifest / other files are being called.
Ok yeah, it is still failing to read the TAPE9:
scopatz@athenaie ~/fco-ta master $ rm -f x.h5 && cyclus -o x.h5 hist/bl-real-amb.xml
:
.CL:CC CC _Q _Q _Q_Q _Q _Q _Q
CC;CCCCCCCC:C; /_\) /_\)/_/\\) /_\) /_\) /_\)
CCCCCCCCCCCCCl __O|/O___O|/O_OO|/O__O|/O__O|/O____________O|/O__
CCCCCCf iCCCLCC /////////////////////////////////////////////////
iCCCt ;;;;;. CCCC
CCCC ;;;;;;;;;. CClL. c
CCCC ,;; ;;: CCCC ; : CCCCi
CCC ;; ;; CC ;;: CCC` `C;
lCCC ;; CCCC ;;;: :CC .;;. C; ; : ; :;;
CCCC ;. CCCC ;;;, CC ; ; Ci ; : ; : ;
iCC :; CC ;;;, ;C ; CC ; : ; .
CCCi ;; CCC ;;;. .C ; tf ; : ; ;.
CCC ;; CCC ;;;;;;; fC : lC ; : ; ;:
iCf ;; CC :;;: tC ; CC ; : ; ;
fCCC :; LCCf ;;;: LC :. ,: C ; ; ; ; ;
CCCC ;; CCCC ;;;: CCi `;;` CC. ;;;; :;.;. ; ,;
CCl ;; CC ;;;; CCC CCL
tCCC ;; ;; CCCL ;;; tCCCCC.
CCCC ;; :;; CCCCf ; ,L
lCCC ;;;;;; CCCL
CCCCCC :;; fCCCCC
. CCCC CCCC .
.CCCCCCCCCCCCCi
iCCCCCLCf
. C. ,
:
New extLWR reactor starting up - target burnup = 45
New extLWR reactor starting up - target burnup = 45
Failure to read ./extLWR/TAPE9.INP
Yep, fixed the finding issues, but it is hanging up for me outside the bright-lite directory. I'll see if I can figure out what the issue.
Ok cool thanks. Just double checked and that file is being installed.
This issue should be fixed. I have it working outside of the Bright-lite directory on my machine.
Have I ever told you that you are the wind beneath my wings, the radio beneath my waves?
Hello All,
This input file is failing on the current timestep HEAD (dfa5f6550011554906df19101679fa6b7d24226b)
Any ideas?