In ROMS, I want to provide directly the momentum fluxes (surface wind stress sustr, svstr) from IOWAGA dataset, but compute the other surface forcing fluxes ( surface net heat flux shflux, and surface freshwater swflux) using BULK_FLUXES.
How did I do?
Is there some cpp options to achieve this plan?
activate BULK_FLUXES but used windstress from forcing file
Re: activate BULK_FLUXES but used windstress from forcing fi
Not yet, but you could add one. Just search on BULK_FLUXES to see exactly what it's doing now. You'll have to change up the handling of wind stress in get_data, set_data, maybe other places.