outputting Tair (air temperature) to history file

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
tasha
Posts: 15
Joined: Wed Nov 18, 2009 7:27 pm
Location: New York University

outputting Tair (air temperature) to history file

#1 Unread post by tasha »

It is possible to output winds (and many other variables) to the ocean_his.nc history file by setting the following in ocean.in

Code: Select all

Hout(idUair) == T
Hout(idVair) == T
But is it possible to output Tair?

Code: Select all

Hout(idTair) == T
had no effect for me (and looking in wrt_his.nc, the code is not there to support this flag).

If outputting Tair is not built in to ROMS, what is the best way to make modifications to write out this variable?

Thanks for your help!

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

Re: outputting Tair (air temperature) to history file

#2 Unread post by kate »

You're on my branch? The writing of Uair is not part of the main trunk, but rather something I hacked in for an MMS contract. Feel free to do something similar for Tair.

Post Reply