-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi all,
I am posting this here, as this is likely a question which will come back several times and this issue can serve as documentation.
I would like to reconstruct a zoom simulation that was first generated with MUSIC, and start genetically modify it.
I believe that it is now potentially possible, by importing the white noise fields produced by MUSIC at the different levels using the “import_level_field” commands, with a syntax resembling
import_level_field 0 wnoise_00009.npy
import_level_field 1 wnoise_00010.npy
import_level_field 2 wnoise_00011.npy
where 00009 would correspond to the basegrid. The following are the zoom levels which need to be opened manually at the right spatial position, and by factors of 2 to match the inner workings of MUSIC. Would you agree with that?
Another problem is that MUSIC produces the white noise files in binary format, compared to the required 3D-numpy input format for genetIC. Do you know of an existing tool to convert between these two formats? If yes, we could include it as part of the distribution.
Thanks in advance,
Martin