Lucas Esclapez

Results 26 comments of Lucas Esclapez

@JaroCamphuijsen If I'm not mistaken your last point is not addressed in #74 right ? Can I go ahead and move forward on that PR or do you want to...

@Sbte can you get a look at this ? It should include the changes we discussed at IMAU the other day.

@Sbte I agree, way too much duplication but I can't seem to make a more generic version work within the Amuse interface stuff. I'd rather go with this for now...

Handling of time is cumbersome in POP. If you really need to sync time, the easiest way is to set it to your desired value in the namelist input file.

After commit [21f01c0](https://github.com/omuse-geoscience/omuse/pull/96/commits/21f01c02d150ab71e35ff90a25b0710ba6183bfe), all the `_all` variables have been removed, reducing code duplication and extra disk space. The current time variable are accessible without extension: ``` channel.copy_attributes(["xvel"]) ``` Both `xvel`...

@Sbte Let me know if you think this is ready to merge or if you see something else to update.