Download presentation
Presentation is loading. Please wait.
Published byGeorgiana Daniels Modified over 9 years ago
1
Development of the Regional Arctic Climate System Model (RACM) --- Initial Implementation and Simulation of VIC within CCSM System Department of Civil and Environmental Engineering University of Washington June, 2009
2
Modeling Framework Global Domain 4x5 resolution runs: January 1999, July 1999 Configuration F (CAM/VIC) Features specific to Cold- Land Processes: Two-layer energy balance snow model (Storck et al. 1999) Frozen soil/permafrost algorithm (Cherkauer et al. 1999, 2003) Lakes and wetlands model (Bowling et al. 2004) Blowing snow algorithm (Bowling et al. 2004)
3
Latent Heat Comparison NCEP/NCAR II VIC CLM January 1999
4
Latent Heat VIC CLM NCEP/NCAR II July 1999
5
Sensible Heat Comparison VIC NCEP/NCAR II January 1999 CLM
6
Sensible Heat VIC NCEP/NCAR II July 1999 CLM
7
Snow Water Equivalent Height VIC NCEP/NCAR II CLM January 1999
8
NCEP/NCAR II VIC CLM Snow Water Equivalent Height July 1999
9
Surface Air Temperature VIC NCEP/NCAR II CLM January 1999
10
NCEP/NCAR II VIC CLM Surface Air Temperature July 1999
11
Longwave Radiation Flux CAM/VIC Jan July CAM/CLM
12
Shortwave CAM/VICCAM/CLM Jan July
13
VIC output variables to CPL clm_l2a%qflx_evap_tot = out_data->evap / 3600 clm_l2a%fsa = out_data->net_short clm_l2a%eflx_lwrad_out = out_data->rad_temp * out_data->rad_temp * out_data->rad_temp * out_data->rad_temp * 5.67 / 100000000 clm_l2a%eflx_lh_tot = out_data->latent clm_l2a%eflx_sh_tot = out_data->sensible clm_l2a%q_ref2m = out_data->surf_humid clm_l2a%t_ref2m = out_data->surf_temp clm_l2a%t_rad = out_data->rad_temp clm_l2a%h2osno = out_data->snow_depth[0]/100
14
Albedo ??? Currently VIC output one albedo value to four albedos required by CAM. clm_l2a%albd(g,1) clm_l2a%albd(g,2) = out_data ->albedo clm_l2a%albd(g,2) Does WRF needs four albedos from LAND?
15
Wind Stress ??? VIC calculates wind stress according the equation in CLM: clm_l2a%taux = forc_rho * forc_u / out_data- >aero_resist ; clm_l2a%tauy = forc_rho * forc_v / out_data- >aero_resist ;
16
CAM/VIC crashes at step 9 due to anomalously high surface stress (about - 1000) over part of South America, which is related to anomalously low aerodynamic resistance (about 0.1). Aerodynamic Resistance Wind Stress
17
wrf_vic_interface.c if( out_data->aero_resist < 1 ){ resist = out_data->aero_resist * 100; out_data->aero_resist = resist; } if( out_data->aero_resist aero_resist >1 ) { resist = out_data->aero_resist * 10; out_data->aero_resist = resist; } Current solution in …… WRF provide aerodynamic resistance to LAND ?
18
Future Work Parrellizing VIC land model in CCSM system to improve computing performance. Implement VIC routing model into RACM Rout surface and subsurface runoff into rivers Upgrading VIC4.0.4 to VIC 4.1.0
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.