would you please tell me that :
1- RDRG and RDRG2 will be used just when ever UV_LDRAG and UV_QDRAG be actived, respectively?
2-Also ZOS will be used and just when model compute wind stress by itself (for example by bulk-flux) and when wind stress be as a force file, it does not do anyting?
3-define, undef, ifdef meaning in header file is obvious but what is the meaning of ifndef?
For examplde
Code: Select all
define full_fluxes
ifdef full_fluxes
undef bulk_fluxes
..
..
endif
:
:
ifndef full_fluxes
define bulk_fluxes
endif
redhat