Jump to content
Geochemist's Workbench Support Forum

Rose

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rose's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • Week One Done Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Dear Jia, Thank you for your answer. 1. Thanks for the trailer command information, this was very useful. 2. Here is the SpecE8 script from the reference manual page 122: I specified the working directory and have Thermo dataset loaded, I copied this part and get History substitution failed as you can see below. SpecE8> script start SpecE8> # Set up the input and output. SpecE8> set in_id [open "Spreadsheet.txt" r] file8e798820 SpecE8> set out_id [open "Output.txt" w] file8e7a0440 SpecE8> fconfigure $out_id -encoding unicode SpecE8> # First line contains column headers; check for Unicode. SpecE8> gets $in_id headers SpecE8> if {![string is ascii $headers]} { close $in_id set in_id [open "Spreadsheet.txt " r] fconfigure $in_id -encoding unicode gets $in_id headers } 72 History substitution failed. 36 SpecE8> puts $out_id "$headers\tf CO2\tCalcite SI"
  2. Hello, I am new to GWB, and I have the 2023 professional version. Question 1: I have a large dataset and I am trying to calculate saturation indices of my samples at once. It worked in GSS, however, I want to change the porosity and other medium properties which is not possible in GSS. I can do this is SpecE8 but even with the multiple analysis method in the manual , I will still have to change the porosity and run one by one. I would really appreciate if you provide a script to do the calculation at once. I found the similar question asked before , and answer included a link to a script from Rockware but the link is no longer active. Question 2: I tried applying the scripts in the reference Manual(page 65 and 122) and I am getting the message "history substitution failed". what could be going wrong ? Question3: If you have few full scripts for X1t that involve large dataset, please attach them if possible to learn for them. Thank you
×
×
  • Create New...