applying nudging to the results in a sub region?

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

Moderators: arango, robertson

Post Reply
Message
Author
turuncu
Posts: 128
Joined: Tue Feb 01, 2005 8:21 pm
Location: Istanbul Technical University (ITU)
Contact:

applying nudging to the results in a sub region?

#1 Unread post by turuncu »

Hi,

I am using nudging (only T and S) in my application using following CPP flags.

Code: Select all

#define TCLM_NUDGING
#define TCLIMATOLOGY
but in my case i want to apply nudging to only a specific sub-region (or i want to exclude a sub-region from nudging). Does it make sense in the ocean modelling point of view? If yes, which part of the code must be modified? I am using ROMS version 3.5 and ice version but i think nudging is not related with the ice model.

Regards,

--ufuk

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

Re: applying nudging to the results in a sub region?

#2 Unread post by kate »

Yes, you can do this and we do in the latest NEP6. In ana_nudgcoef.h, set up the nudging coefficients to describe what you want to do.

Note that the trunk ROMS will use the nudging coefficients set in that file for the open boundary condition nudging coefficients. That's not what I want, so my code differs from the trunk there.

Post Reply