where's the wind input and output in upwelling case?

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
duckweed

where's the wind input and output in upwelling case?

#1 Unread post by duckweed »

where's the wind input and output in upwelling case?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: where's the wind input and output in upwelling case?

#2 Unread post by kate »

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

duckweed

Re: where's the wind input and output in upwelling case?

#3 Unread post by duckweed »

OK,thans!
And how to change the wind or momentum stress in the upwelling case?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: where's the wind input and output in upwelling case?

#4 Unread post by kate »

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.

Post Reply