You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need some additional get_field functions to be extended for the ClimaAtmosSimulation so that we can couple with the full land model. These functions will need to be implemented for the following variables:
diffuse light fraction (diffuse_fraction)
SW_d
LW_d
cos(zenith_angle)
co2 (global mean)
T_air
P
q
LHF
SHF
We also need an update_field function for emissivity to be extended for the ClimaAtmosSimulation
The text was updated successfully, but these errors were encountered:
We have everything now except for SHF and LHF (but there should be a way to get it if needed). @imreddyTeja Let me know if you need help or want to work on this together.
We need some additional
get_field
functions to be extended for theClimaAtmosSimulation
so that we can couple with the full land model. These functions will need to be implemented for the following variables:diffuse_fraction
)SW_d
LW_d
cos(zenith_angle)
co2
(global mean)LHF
SHF
We also need an
update_field
function foremissivity
to be extended for theClimaAtmosSimulation
The text was updated successfully, but these errors were encountered: