Potential bug in sfc_temp in albedo.F file

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
auhgnist
Posts: 4
Joined: Sun Apr 05, 2015 3:35 pm
Location: Tsinghua University

Potential bug in sfc_temp in albedo.F file

#1 Unread post by auhgnist »

In Nonlinear/albedo.F file, the local variable sfc_temp (declared on line 185) is never set but used on line 258, 259, 263, 264, ... I suppose it should be set to variable tis (i.e., ice surface temperature).

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

Re: Potential bug in sfc_temp in albedo.F file

#2 Unread post by kate »

Yikes, right you are. tis is in Celcius though, not Kelvins. I pushed the update. Thanks!

Post Reply