Initialization file being read incorrectly

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
bperfect
Posts: 11
Joined: Fri Feb 19, 2016 4:05 pm
Location: University of Washington

Initialization file being read incorrectly

#1 Unread post by bperfect »

Has anyone encountered this issue in the past?

I'm using a butchered version of pyroms to write my own grid and init files. Upon inspection, the netcdf files look like everything is in place, but when ROMS reads them in, it seems to skip some fields, most notably the zeta field. So instead of a geostrophically balanced free surface, I'm getting a flat surface.

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

Re: Initialization file being read incorrectly

#2 Unread post by kate »

You can look at the output of GET_STATE to see when it reads each field (or not). You can look at get_state.F to see when it thinks it should read each field.

If it's just zeta that it's skipping, does it really matter?

Post Reply