I am using COAWST on an idealized application where I would like to prescribe an analytic diurnal shortwave and longwave radiation flux, but seem to be getting a compilation error from ROMS (so I hope this question is appropriate here). I am able to compile and successfully run the model with the cppdefs
Code: Select all
#define ANA_SRFLUX
#define SOLAR_SOURCE
Code: Select all
#define ANA_LRFLUX
Is there a way around this error besides providing forcing via #BULK FLUXES? I've attached my header file for reference in case that is illuminating. Thanks in advance for the help!analytical.f90:681:46:
& FORCES(ng) % lrflx)
1
Error: ‘lrflx’ at (1) is not a member of the ‘t_forces’ structure