Author Topic: HOW TO SAVE THE DATA in 2009.06  (Read 2723 times)

0 Members and 1 Guest are viewing this topic.

Offline renren123123

  • Heavy QuantumATK user
  • ***
  • Posts: 70
  • Reputation: 0
    • View Profile
HOW TO SAVE THE DATA in 2009.06
« on: September 24, 2009, 15:23 »
Recently, someone has installed the ase-2009.06, and has a basical problem: how to save calculated data like as in atk-2008.10: atk a.py > a.log &
thank you very much!

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Re: HOW TO SAVE THE DATA in 2009.06
« Reply #1 on: September 26, 2009, 08:59 »
You can still redirect output like,
nlpython system.py > system.out &
It also has the nlsave command to store data in a netcdf file

If you use the GUI, it will write scripts that include nlsave statements of the calculated quantities.
The default filename of the result file is analysis.nc

The content of the analysis.nc file can be inspected from the GUI

Offline renren123123

  • Heavy QuantumATK user
  • ***
  • Posts: 70
  • Reputation: 0
    • View Profile
Re: HOW TO SAVE THE DATA in 2009.06
« Reply #2 on: September 27, 2009, 03:58 »
Thank you for your advice!
I know why I initially didnot run "nlpython a.py > a.log &"
I dont install the software well!