Custom Query (986 matches)
Results (31 - 33 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#32 | Fixed | Control application cpp flags from make command line | ||
Description |
Test cases CANYON and FLT_TEST have 2D and 3D variants. Currently the respective application header files start with #undef SOLVE3D and you have to override that somehow to get the 3D case. As far as I know, the only way to do that is to edit the file. It would be nice to be able to choose between the 2D or 3D versions via the make command line. At the moment there are 2 obstacles:
then you will override all the CPPFLAGS values constructed in the make file. So I have made two changes:
So to compile the 3D canyon
I imagine this will be useful in other contexts. Files attached. |
|||
#34 | Fixed | Problem in cgradient.F when not using LANCZOS | ||
Description |
There is a mismatch between INTENT(in) and INTENT(inout) when calling state_copy. |
|||
#35 | Fixed | a bug in optobs_ocean.h | ||
Description |
line 259: " IF (LdefNRM(ng)) THEN " should be: " IF (LwrtNRM(ng)) THEN " This is for computation of some of the normalization factors without creating a new normalization file. |