In my cppdef.h file
# define AVERAGES
# define AVERAGES_FLUXES
# define AVERAGEs_QUADRATIC
# undef AVERAGES_AKV /* save for offline 1D bio model testing */
# undef AVERAGES_AKT /* save for offline 1D bio model testing */
# undef AVERAGES_AKS
# define DIAGNOSTICS_TS /* for shelf-wide temp/salt budget calculations */
# define DIAGNOSTICS_UV /* for shelf-wide momentum budget calculations */
In the ocean.in file
Aout(idHUav) == T ! u-volume flux, Huon
Aout(idHVav) == T ! v-volume flux, Hvom
Aout(idUUav) == T ! quadratic <u*u> term
Aout(idUVav) == T ! quadratic <u*v> term
Can someone help me?
