[MITgcm-support] strange hflux value in MON exf_hflux

Martin Losch Martin.Losch at awi.de
Tue Jan 15 04:29:23 EST 2013


You need to change your CPP-options
> #define  ALLOW_ATM_TEMP
> #define  ALLOW_ATM_WIND
> #define  ALLOW_DOWNWARD_RADIATION
> #define  ALLOW_RUNOFF
to
#undef  ALLOW_ATM_TEMP
#define  ALLOW_ATM_WIND
#undef  ALLOW_DOWNWARD_RADIATION
#define  ALLOW_RUNOFF

see pkg/exf/EXF_OPTIONS.h for more information

Martin



More information about the MITgcm-support mailing list