where's the wind input and output in upwelling case?
where's the wind input and output in upwelling case?
where's the wind input and output in upwelling case?
Re: where's the wind input and output in upwelling case?
Upwelling does not have winds. The winds are used to compute surface momentum stress if you don't otherwise have it. In upwelling the stress is supplied analytically: #define ANA_SMFLUX
Re: where's the wind input and output in upwelling case?
OK,thans!
And how to change the wind or momentum stress in the upwelling case?
And how to change the wind or momentum stress in the upwelling case?
Re: where's the wind input and output in upwelling case?
In ROMS/Functionals/ana_smflux.h, search for UPWELLING. That's the code chunk that ends up in Build/analytical.f90 for the ana_smflux_tile function.