Skip to content

jhan_JaC_Redux_Radiation_SoilAlbedo

Paul Leopardi edited this page Oct 8, 2024 · 2 revisions

soil_alb (albsoil)

First identified problem looking at code is in surf_couple_explicit we USE soil_alb from atm_fields which of course doesnt exit in StandAlone ==(SA)== This was at some stage referred to as albsoil, and still remains so from cable_rad_driver onwards. It is used to "set" the soil albedo on all points (underlying snow or canopy).

JULES tile_albedo uses albsoil. In 8.5 set 4-band albedo (albudir etc) from albsoil in albpft() . Now this is done in tile_albedo itself using albsoil_soilt where for the moment soilt =1 [JULES are implementing tiled soil].

USE allocate_cable_arrays_mod [all cable progs declared [tiled soil]]

fudge endstep - Notes from 8.5 suggest it isnt avail in SA

Previous

Clone this wiki locally