Edward Hartnett

Results 327 comments of Edward Hartnett

OK, we have agreed to do this over time, and only when testing is fully in place for the affected code. This will take a good long while...

The good news is that converting to F90 is pretty easy. IIRC the only things that have to be done are: 1 - change old-style line continuations to new-style 2...

Great progress here, only a few borts remain untested...

I think we all agree that implicit none should be used in all new code (including tests). We will add implicit none to existing code after full testing, and as...

@jbathegit are we adding implicit none to all codes? When I look at the code I don't see them, even in subroutines where it would be really easy to put...

@jbathegit the spirit is willing, but the flesh is weak. ;-) However gcovr works equally with C code, it just needs to be pointed at the correct subdirectories... However, if...

I have some suggestions based on doing this for netCDF. * Don't just take out all the print statements, but add a verbose flag variable and have the print statements...

THe problem seems to be in the python tests. test_pyncepbufr_rad is the worst offender.

Who contributed the python code? They need to immediately clear these warnings. The EMC requirements for operational software include that all software must build without warning. This is a very...