通用陆面(CoLM)模式模型手册.doc

上传人:11****ws 文档编号:3715051 上传时间:2019-07-08 格式:DOC 页数:53 大小:589.50KB
下载 相关 举报
通用陆面(CoLM)模式模型手册.doc_第1页
第1页 / 共53页
通用陆面(CoLM)模式模型手册.doc_第2页
第2页 / 共53页
通用陆面(CoLM)模式模型手册.doc_第3页
第3页 / 共53页
通用陆面(CoLM)模式模型手册.doc_第4页
第4页 / 共53页
通用陆面(CoLM)模式模型手册.doc_第5页
第5页 / 共53页
点击查看更多>>
资源描述

1、1The Common Land Model (CoLM)Technical 2) the parameterizations for vegetation albedo and vertical burying of vegetation by snow; 3) canopy scaling, leaf physiology, and soil water limitations on photosynthesis to resolve deficiencies indicated by the coupling to a dynamic vegetation model; 4) verti

2、cal heterogeneity in soil texture was implemented to improve coupling with a dust emission model; 5) a river routing model was incorporated to improve the fresh water balance over oceans; 6) numerous modest changes were made to the parameterizations to conform to the strict energy and water balance

3、requirements of CCSM; 7) Further substantial software development was also required to meet coding standards. Besides the changes from a software engineering perspective, the differences between CLM3.0 and CLM2.0 are: 1) several improvements to biogeophysical parameterizations to correct deficiencie

4、s; 2) stability terms were added to the formulation 6for 2-m air temperature to correct this; 3) the equation was modified to correct a discontinuity in the equation that relates the bulk density of newly fallen snow to atmospheric temperature; 4) a new formulation was implemented that provides for

5、variable aerodynamic resistance with canopy density; 5) the vertical distribution of lake layers was modified to allow for more accurate computation of ground heat flux; 6) a fix was implemented for negative round-off level soil ice caused by sublimation; 7) a fix was implemented to correct roughnes

6、s lengths for non-vegetated areas. Documentation for the Community Land Model (CLM3.0) was provided by Oleson et al. (2004). The simulations of CLM2.0 coupling with the Community Climate are described in Bonan et al. (2002). The simulations of CLM3.0 with the Community Climate System Model (CCSM3.0)

7、 are summarized in the Special Issue of Journal of Climate by Dickinson et al. (2005), Bonan and S. Levis (2005).Concurrent with the development of the Community Land Model, the CLM initial version was undergoing further development at Georgia Institute of Technology and Beijing Normal University in

8、 leaf temperature, photosynthesis and stomatal calculation. Big-leaf treatment by CLM initial version and CLM3.0 that treat a canopy as a single leaf tend to overestimate fluxes of CO2 and water vapor. Models that differentiate between sunlit and shaded leaves largely overcome these problems. A one-

9、layered, two-big-leaf submodel for photosynthesis, stomatal conductance, leaf temperature, and energy fluxes was necessitated to the CLM initial version that is not in the CLM3.0. It includes 1) an improved two stream approximation model of radiation transfer of the canopy, with attention to singula

10、rities in its solution and with separate integrations of radiation absorption by sunlit and shaded fractions of canopy; 2) a photosynthesisstomatal conductance model for sunlit and shaded leaves separately, and for the simultaneous transfers of CO2 and water vapor into and out of the leafleaf physio

11、logical properties (i.e., leaf nitrogen concentration, maximum potential electron transport rate, and hence photosynthetic capacity) vary throughout the plant canopy in response to the radiationweight time-mean profile of photosynthetically active radiation (PAR), and the soil water limitation is ap

12、plied to both maximum rates of leaf carbon uptake by Rubisco and electron transport, and the model scales up from leaf to canopy separately for all sunlit and shaded leaves; 3) a well-built quasi-NewtonRaphson method for simultaneous solution of temperatures of the sunlit and shaded leaves. For avoi

13、ding confusion with the Community Land Model (CLM2.0, CLM3.0 versions), we name this improved version of the Common Land Model as CoLM.This was same as model now supported at NCAR. NCAR made extensive modifications mostly to make more compatible with NCAR CCM but some for better back compatibility w

14、ith previous work with NCAR LSM. For purpose of using in a variety of other GCMs and mesoscale models, this adds a layer of complexity that may be unnecessary. Thus we have continued testing further developments with CLM initial 7version. Some changes suggested by Land Model working groups of CCSM a

15、re also implemented, such as, stability terms to the formulation for 2-m air temperature, a new formulation for variable aerodynamic resistance with canopy density. CoLM is radically different from either CLM initial version or CLM2.0 or CLM3.0, the differences could be summarized as follows, 1) Two

16、 big leaf model for leaf temperatures, photosynthesis-stomatal resistance;2) Two-stream approximation for canopy albedoes calculation with the solution for singularity point, and the calculations for radiation for the separated canopy (sunlit and shaded); 3) New numerical scheme of iteration for lea

17、f temperatures calculation; New treatment for canopy interception with the consideration of the fraction of convection and large-scale precipitation; 5) Soil thermal and hydrological processes with the consideration of the depth to bedrock; 6) Surface runoff and sub-surface runoff; 7) Rooting fracti

18、on and the water stress on transpiration; 8) Use a grass tile 2m height air temperature in place of an area average for matching the routine meteorological observation;9) Perfect energy and water balance within every time-step; 10) A slab ocean-sea ice model; 11) Totally CoLM coding structure.The de

19、velopment of CoLM is trying to provide a version for public use and further development, and share the improvement contributed by many groups. The source code and datasets required to run the CoLM in offline mode can be obtained via the web from: http:/ CoLM distribution consists of three tar files:

20、 CoLM_src.tar.gz CoLM_src_mpi.tar.gzCoLM_dat.tar.gz.The file CoLM_src.tar.gz and CoLM_src_mpi.tar.gz contain code, scripts, the file CoLM_src.tar is the serial version of the CoLM, and the file CoLM_src_mpi.tar.gz is the parallel version of the CoLM, the file CoLM_dat.tar contains raw data used to m

21、ake the model surface data. The Table 1 lists the directory structure of the parallel version model.Table 1: 8Directory Name Descriptioncolm/rawdata/ “Raw“ (highest provided resolution) datasets used by CoLM to generate surface datasets at model resolution. We are currently providing 5 surface datas

22、ets with resolution 30 arc second:DEM-USGS.30sLWMASK-USGS.30s (not used) SOILCAT.30s SOILCATB.30sVEG-USGS.30sBEDROCKDEPTH (not available)LAI (not available)colm/data/ Atmospheric forcing variables suitable for running the model in offline modecolm/mksrfdata/ Routines for generating surface datasetsc

23、olm/mkinidata/ Routines for generating initial datasetscolm/main/ Routines for executing the time-loop calculation of soil temperatures, water contents and surface fluxescolm/run/ Script to build and execute the modelcolm/graph/ GrADs 2) Compiling the surface data making, initial data making, time-l

24、oop calculation programs respectively.3) Surface data making, including input namelist creating; 4) Initial data making: including input namelist creating;5) Time-loop calculation: including input namelist creating. 2.1 Specification of script environment variables The user will generally not need to modify the section of jobclm.csh, except to:

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 实用文档资料库 > 策划方案

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。