Partial use of bulk algorithm for surface fluxes in ROMS

Discussion of how to use ROMS on different regional and basin scale applications.

Moderators: arango, robertson

Post Reply
Message
Author
saulo
Posts: 11
Joined: Wed Dec 19, 2007 4:44 pm
Location: School of Ocean and Earth Science and Technology

Partial use of bulk algorithm for surface fluxes in ROMS

#1 Unread post by saulo »

Dear forum,

Can I use the bulk algorithm just to compute my momentum stresses and then set all the other fluxes to zero?
I assume the COARE 3.0 bulk algo will only work with a specific meteorological input.
Say I have all kinds of meteo data from a reanalysis for input to ROMS. But I only care about real accurate tau.
Can I do the above without altering the .Fs source code files, just from namelists or cpp flags?

Thanks!
Aloha
Saulo Soares
Phd candidate
Dept Oceanography
University of Hawaii at Manoa

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

Re: Partial use of bulk algorithm for surface fluxes in ROMS

#2 Unread post by kate »

No, you will have to change the code to do this. Easiest is probably to use the provided bulk_flux.F and just set the other fluxes to zero before the exchange at the bottom of the routine. Give it a new cpp flag:

# ifdef ZERO_FLUX
...
# endif

Post Reply