Martin Losch

Results 223 comments of Martin Losch

@hugke729 I have gone through the derivation of the ***shelfice*** pkg again, and added it to the documentation (see https://github.com/mjlosch/MITgcm/tree/shelfice_documentation/doc), and I think I can agree with you that in...

@owang01 I am a little confused about the AUTODIFF switch. I see the dilemma that sometimes active_read/write is used and sometimes read/write_rec ..., hence the confusing situation that you add...

I do this: ``` lastline=`tail -1 STDOUT.0000` testline=`echo $lastline | grep 'Execution ended Normally'` ``` and then only continue if "testline" is not empty, that is usually quite safe.

@HingOng did you run testreport? Your bug fix likely changes the reference results, doesn't it?

@timothyas First of all, I like your effort. I too am a little annoyed by the multiple files and the missing meta information. I am not too much of an...

@timothyas I think I now have a fix. Would you like me to check it in for you to see? Not sure that it does the right thing (whether the...

Hi Tim, just added my fix, but be aware that this only fixes the runtime error. The `pickup_orlanskiE` files have 26 records of 60x1 in them now, but with `useSingleCpuIO...

@timothyas you are right. With `useSingleCpuIO=.FALSE.`, there are 4 orlanski-pickup files, and the fourth (`pickup_orlanskiE.ckptA.004.001.data`) contains the correct data. I guess "rdmds" fails because it does not know how to...

@timothyas did you test restarts with the new code (wit h`tools/tst_2+2`)? I somehow doesn't get it to work on my laptop.

> That said, yes I'm not sure rdmds is meant to read multiple tiled files "automatically", or at least I'm not sure how it would (if it can that is...