Martin Losch

Results 223 comments of Martin Losch

@owang01 that's very interesting. I am not so sure about the effects of PLEIADES_LUSTRE_OPT in ctrl_map_ini_gen.F because there's interaction with PLEIADES_LUSTRE_OPT2, which seems to me the more important change. But...

@owang01 I meant this: xx_$ctrl are writing by ctrl_unpack (with the usual open/write/close sequence). Once they are written to disk they remain unchanged for the integration, so one could open...

As an esthetically un-pleasing solution one could add an extra treatment for `pkg/shelfice`-fields, like this: ``` #ifdef ALLOW_SHELFICE IF ( useSHELFICE .AND. (nlevels(listId).EQ.1 & .OR.fflags(listId)(2:2).EQ.'I') ) THEN DO k =...

@jm-c so you are suggesting something like this: ``` IF ( kdiag(listId) .EQ. 1 ) THEN C or IF ( kdiag(listId) .NE. Nr ) THEN DO j = 1-OLy,sNy+OLy DO...

@jm-c Thanks for the review. I am not sure if I understand each comment, so I'll ask more specifically: 1. tamc compatibility: > I assume the TAMC_COMPATIBILITY_MODE setting would be...

tamc compatibility: I see now what you mean. This was on purpose. My thinking here is that with taf we do not need any tamc compatibility. The -v1 flag suppress...

I tried to add -v1 on verification/OpenAD and it does not compile. So there's probably more to fix. I am a little puzzled on how to proceed here.

I think I agree with you on the server end: TAF_SERVER is a flag that can be passed to this script (via genmake_local?) and there is no reason to hard...

Obviously, I am happy with d375be3 , but I do not understand why my version did not work. Any idea?