Spatially varied bottom roughness

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
ShimaKasaei
Posts: 7
Joined: Mon Nov 07, 2022 9:30 pm
Location: Stevens Institute of Technology

Spatially varied bottom roughness

#1 Unread post by ShimaKasaei »

Hi all,

I have a question regarding defining spatially varied Zo. I have calculated Zo for my whole domain based on C-CAP values, and I have added them as variable ZoBot to my grid file in the model.
I also defined UV_DRAG_GRID in my .h file to enable the model to use spatially varied bottom roughness.

The issue is, when I am running the model, I cannot see much changes in the velocity, although I do have max(ZoBot) of my domain equal to 0.36 meter!!

I thought maybe that is because of cdb max cap limit in the ROMS/Modules/mod_scalars.F, but it did not change after increasing the cap limit as well.

I think maybe there is an issue that model is not considering the spatially varied ZoBot, although it reads and shows in the roms_his.nc file.

Is there any step that I am missing??
Does anyone have any thoughts or suggestions?

I do appreciate any hint.

Best,
Shima

User avatar
wilkin
Posts: 884
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: Spatially varied bottom roughness

#2 Unread post by wilkin »

Do you have ...

Code: Select all

  #define UV_LOGDRAG
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

ShimaKasaei
Posts: 7
Joined: Mon Nov 07, 2022 9:30 pm
Location: Stevens Institute of Technology

Re: Spatially varied bottom roughness

#3 Unread post by ShimaKasaei »

Yes, I have it in the .h file.

Post Reply