Would you please tell me that when swrad used as a force file (in ocean.in file),using #define SHORTWAVE what will do? because in this condition model will run with #define SHORTWAVE and without it? which one is correct?
all the best
redhat
force files: pair.tair,qair,rain,cloud,uwind,vwind,swrad and in headre file:
Code: Select all
#define BULK_FLUXES
# ifdef BULK_FLUXES
# define EMINUSP
# define EMINUSP_SSH
# define ALBEDO
# define CLOUDS
# define COOL_SKIN
!# define ANA_SRFLUX
# define LONGWAVE
#define SHORTWAVE
#endif