<div dir="ltr">Thank you Matt,<div><br></div><div style>I will follow your suggestion and try to migrate yt-3.0.</div><div style>Could you point out where I can get install_script.sh for yt-3.0?</div><div style>In some cases, I need to install yt from scratch, and I can not find it in  yt_analysis/yt-3.0 Bitbucket.</div>
<div style><br></div><div style>Thank you,</div><div style>Junhwan</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 10, 2013 at 7:55 AM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Junhwan,<br>
<div class="im"><br>
On Mon, Sep 9, 2013 at 10:43 PM, Junhwan Choi (최준환)<br>
<<a href="mailto:choi.junhwan@gmail.com">choi.junhwan@gmail.com</a>> wrote:<br>
> Dear yt user,<br>
><br>
> I have a new project that needs to deal with ramses simulation.<br>
> Since I have used the yt, I would like to keep using yt for my ramses<br>
> project.<br>
> I find that the yt-3.0 supports ramses much better than yt-2.5.x version.<br>
<br>
</div>Yup -- in a recent change, I have disabled RAMSES in 2.5.<br>
<div class="im"><br>
> Since yt-3.0 is still developed stage, I would like to use both of them<br>
> together.<br>
<br>
</div>You may find that 3.0 works well for what you want to do, if your<br>
other work is on Enzo or FLASH.  I would encourage you to try it out.<br>
<div class="im"><br>
> Is it possible to have yt-2.5 version and yt-3.0?<br>
> In this case, how can I install both yt?<br>
> (Or you can recommend that simply move on yt-3.0).<br>
> Is there yt-3.0 version of instal_script.sh?<br>
<br>
</div>You can do both.  There is a 3.0 version of the install script, but<br>
the simplest way would be to do this in your existing install:<br>
<br>
cd $YT_DEST/src/<br>
hg clone <a href="https://bitbucket.org/yt_analysis/yt-3.0" target="_blank">https://bitbucket.org/yt_analysis/yt-3.0</a> yt-3.0-hg<br>
cd yt-3.0-hg<br>
cp -v ../yt-hg/*.cfg .<br>
python2.7 setup.py develop<br>
<br>
This will switch your yt installation to that directory.  To get back<br>
to the previous, 2.5 version, you have to then do:<br>
<br>
cd $YT_DEST/src/yt-hg<br>
python2.7 setup.py develop<br>
<br>
and back to 3.0:<br>
<br>
cd $YT_DEST/src/yt-3.0-hg<br>
python2.7 setup.py develop<br>
<br>
...but again, it may be completely reasonable to simply do all your<br>
analysis in 3.0.  In fact, it would be very useful to hear about any<br>
problems you run into, particularly as we attempt to migrate<br>
development to yt 3.<br>
<div class="im"><br>
><br>
> In addition, is there any document or site that explain how to use ramses<br>
> output in yt?<br>
<br>
</div>This notebook demonstrates it, but one of the main goals is to make<br>
every operation that works on a dataset work on *all* datasets.  So it<br>
should largely be the same, and any missing functionality is a bug and<br>
should be reported!<br>
<br>
<a href="https://hub.yt-project.org/nb/5zw7qn" target="_blank">https://hub.yt-project.org/nb/5zw7qn</a><br>
<br>
Best,<br>
<br>
Matt<br>
<br>
><br>
> Thank you,<br>
> Junhwan<br>
><br>
><br>
> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>