Hello Bibby,
> But there are some problems when I’m trying to visualize the
> stratification with IDL.
>
> IDL> .r r
As far as I know, this script is no longer maintained or supported.
You can try ".r pc_gui". Otherwise check the "pc_read_var*.pro" files.
> IDL> .run ts
This script is also no longer maintained.
You can try "IDL> pc_show_ts" for a nice GUI.
On the other hand, if ".r strsplit" doesn't work for you, the IDL_PATH
seems to be incomplete! You should have a "
strsplit.pro" inside your IDL
directory: "idl71/lib/
strsplit.pro".
> The PATH and IDL_PATH are set to:
> PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> :/home/ht/pencil-code/bin:/home/ht/pencil-code/utils:/home/ht/pencil-code/utils/axel
PATH is irrelevant to IDL.
> IDL_PATH=$./idl:../idl:
> +$PENCIL_HOME/idl:./data:./data/idl:/usr/local/itt/idl/idl71/bin
Please *replace* "idl71/bin" with "idl71/lib" and add a "+" in front:
IDL_PATH=+./idl:+$PENCIL_HOME/idl:./data:+./data/idl:
+/usr/local/itt/idl/idl71/lib
Best regards,
Philippe.