Martin Losch

Results 223 comments of Martin Losch

> @jm-c @mjlosch , quick question - When we run testreport and it reports `There were 16 decimal places of similarity for "ADM CostFct"`, it means this when compared against...

Hi, happy new year everyone. I think that this looks good now. My "vermix" issue is fixed. Let's merge this and then think about creating a separate routine for the...

@owang01, changes look good, except that a new directory `pkg/stepice` appeared in the last commit. Probably not on purpose ...

I also noticed that I can fix many hidden recomputations of density in `do_oceanic_phys.F` but changing two store directives. ***update***: these modifications are similar to PR #740 (forgot), so I'll...

Hi Patrick, I always wanted to to be able to use both *.F90 and F. files. But I tried (on my arm64 MacBook with gfortran) : ``` ./testreport -t isomip...

With these changes, it seems to work for me also with MacOS. @heimbach do you want me to push this, or would you rather try this first. ``` modified tools/genmake2...

@heimbach I took the liberty to edit your posts (stripped the original messages that the emails replied to) to make it easier to follow this thread. Thanks for the explanations,...

I am also getting correct `_ad.f` files (after my fixes of `adj_sed`), but none of the AD testreport experiments pass. Either they do not compile (even after fixing `adj_sed`), or...

I think I have a solution to the first issue (testreport experiments failing). Basically the same as for the target `adj_sed`: If the file list `$(F90_PP_SRC_FILES)` is empty (as for...

with the TAF 5.8.0 we can now specify both fixed and free format files with arbitrary suffixes like this ``` staf [options] -fixed fixed_format_file.for -free free_format_file.fr9 ``` This solves the...