about the initial file for the wet and dry case

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
jiangyuwu
Posts: 9
Joined: Mon Jun 13, 2005 3:57 pm
Location: the state key lab of marine environment science, Xiamen,P.R.China

about the initial file for the wet and dry case

#1 Unread post by jiangyuwu »

The domain has large tidal flat area, shall I define the additional variables, e.g. WETDRY_MASK_* and the corresponding ZETA related with the critical water depth, in the initial file? Or shall I modify the code to run such case?
thanks very much

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

Re: about the initial file for the wet and dry case

#2 Unread post by kate »

Looking in get_state.F and checkvars.F, I see that the reading of the wet/dry masks only happens on PERFECT_RESTART:

Code: Select all

# if defined WET_DRY   && defined PERFECT_RESTART
There is code to only read these things on restarts, not when nrrec is zero.

As for zeta, try it and see? I don't recall having to do anything special in my WET_DRY starts.

Post Reply