Closed penguian closed 1 year ago
@ccc561@nci.org.au commented
Code changes for esm15_albedo option in cbl_snow_albedo.F90: https://trac.nci.org.au/svn/cable/branches/Share/ESM15-CABLE3_draft1/science/albedo/cbl_snow_albedo.F90
at the start of surface_albedosn:
IF( cable_runtime%esm15_albedo ) THEN
Albsoilf_min = MetTk
ELSE
Albsoilf_min = SoilTemp
ENDIF
at the end of surface_albedosn, change in Albedo for permanent ice:
[{
!except for ice regions
IF( cable_runtime%esm15_albedo ) THEN
WHERE (soil_type == perm_ice) ! use dry snow albedo: 1=vis, 2=nir
AlbSnow(:,1) = 0.82
AlbSnow(:,2) = 0.82
ENDWHERE
ELSE
WHERE (soil_type == perm_ice) ! use dry snow albedo: 1=vis, 2=nir
AlbSnow(:,1) # alvo - 0.05 ! alo albedo appropriate for new snow
AlbSnow(:,2) # aliro - 0.05 !> here alo LESS arbitrary aging 0.05
ENDWHERE
ENDIF
]
alvo # 0.95, aliro 0.70 (local parameters in the subroutine)
@rml599@nci.org.au changed _comment0 which not transferred by tractive
@rml599@nci.org.au commented
Tests showing potential temperature differences that need further investigation. Check spatial maps, and seasonal differences.
Likely want to adopt values which probably used in CM2. Check with Ian? - also Ian's reports.
May need separate tests.
Switch also in cable_explicit_driver - needs removing.
@rml599@nci.org.au changed _comment0 which not transferred by tractive
@rml599@nci.org.au changed _comment1 which not transferred by tractive
@rml599@nci.org.au changed _comment2 which not transferred by tractive
@jxs599@nci.org.au changed status from new
to closed
@jxs599@nci.org.au set resolution to fixed
@jxs599@nci.org.au set milestone to 1. Closed
@ccc561@nci.org.au set keywords to maygit
keyword_maygit
owner:jxs599@nci.org.au
resolution_fixed
type_defect
| by yh4968Changes in code (CABLE3-ESM): cbl_albedo.F90 cable_explicit_driver.F90 cbl_snow_albedo.F90
Issue migrated from trac:345 at 2023-11-27 11:43:02 +1100