Can ROMS read in albedo field from external files?

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
LeaF_7
Posts: 21
Joined: Tue Aug 12, 2014 8:32 pm
Location: Institute of Marine Research

Can ROMS read in albedo field from external files?

#1 Unread post by LeaF_7 »

Hello,

I wonder if I can map albedo values (from MODIS) to ROMS grid, is there a way to read in the albedo value when the model runs?

Thanks in advance for any suggestions.

Fan

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

Re: Can ROMS read in albedo field from external files?

#2 Unread post by kate »

The ROMS trunk code does not read albedo, but my branch does. Check out the ALBEDO_FILE option.

LeaF_7
Posts: 21
Joined: Tue Aug 12, 2014 8:32 pm
Location: Institute of Marine Research

Re: Can ROMS read in albedo field from external files?

#3 Unread post by LeaF_7 »

Thanks a lot, Kate.

I am currently working with your branch, will try to find out how to use it.

Thanks again!

Fan

LeaF_7
Posts: 21
Joined: Tue Aug 12, 2014 8:32 pm
Location: Institute of Marine Research

Re: Can ROMS read in albedo field from external files?

#4 Unread post by LeaF_7 »

Sorry Kate, I think i still need you help on how to use ALBEDO_FILE.

Should I provide it as a forcing file? Is it able to use a constant albedo field or the file need to be like the forcing files with time index?

Thanks a lot!

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

Re: Can ROMS read in albedo field from external files?

#5 Unread post by kate »

ALBEDO_FILE is looking for a forcing file. I have only ever used it with the MERRA albedo, which is a function of time and space. I believe forcing fields can have files with only one record, which eliminates the time interpolation, though I haven't tried it.

If what you want is a really simple (uniform?) field, you can use ANA_ALBEDO instead.

LeaF_7
Posts: 21
Joined: Tue Aug 12, 2014 8:32 pm
Location: Institute of Marine Research

Re: Can ROMS read in albedo field from external files?

#6 Unread post by LeaF_7 »

Thanks again!

I am using the reflectance values from MODIS MYD09A1, and mapping them to my model grid.

I am modelling the Yellow Sea with Solar radiation from ERA-interim(0.75 degree resolution).

Coastal region is always being over heated, I was suggested to look into the albedo distribution as the sediment suspension in this region.

Great thanks for the help!

LeaF_7
Posts: 21
Joined: Tue Aug 12, 2014 8:32 pm
Location: Institute of Marine Research

Re: Can ROMS read in albedo field from external files?

#7 Unread post by LeaF_7 »

I tested the ALBEDO_FILE.
It just works as the forcing files, which need the time variable.
To use a temporal invariant field, just provide the albedo at starttime and endtime (2 time index). I guess ROMS will do a linear interpolation to the albedo value.

User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Re: Can ROMS read in albedo field from external files?

#8 Unread post by m.hadfield »

Forcing files require a time variable, but that can be given the attribute "calendar" with the value "none", in which case only a single value is required and will be applied to all times.

I assume Kate's albedo files work the same way, and if they don't it wouldn't be hard to fix the code so they do.

Post Reply