I have 2 questions about options which they are conflict with each other.
First one: should not those options be defined in header file simultaneously? If yes why in your branch ((https://github.com/kshedstrom/roms/tree ... ps/Caspian) ana_ssflux and EMINUSP defined in caspian.h file simultaneously? is it because of, EMINUSP given as a part of bulk-flux?
Code: Select all
#define ana_ssflux
.
.
#define BULK_FLUXES
ifdef BULK_FLUXES
.
.
# define EMINUSP
.
endif
Cheers
jafar