how to save vertical transect in the model

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
mashinde
Posts: 135
Joined: Mon Jun 22, 2009 3:46 pm
Location: Indian Institute of Tropical Meteorology, Pune, INDIA

how to save vertical transect in the model

#1 Unread post by mashinde »

Dear Friends,

I want to save vertical transect of ROMS fields in output nc file. How can I do this ?

Thanks

regards
Mahesh

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

Re: how to save vertical transect in the model

#2 Unread post by kate »

You want ROMS to only output a vertical transect, not the full 3-D field? It does not currently support that option, but you could hack the output (def_his/wrt_his or def_avg/wrt_avg) to do that. Much simpler would be to let it write the full 3-D field, a record per file, extract the vertical slice you need, then delete the full 3-D file. You could write a script that operates on file N as soon as file N+1 is created, running in the background.

Post Reply