Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

How to understand the main structure of the CLM model?

tianwei

wei.tian
New Member
We are trying to develop a CLM coupled hydrological model, and requires an understanding of the CLM model structure.

Are there any documents or materials that introduce the structure of the CLM model.
Like the CLM model flowchart, the structure of subroutine calls, and so on.

Additionally, how can a novice quickly understand the main structure of the CLM model?
If there are any other ways to understand the main structure of the CLM model besides reading the code of the model.

thanks all.
 

tianwei

wei.tian
New Member
Thank you, slevis.

We have some experience in land surface biogeochemisty and biogeophysics processes.
But now I have doubts about the connection between these processes,
especially how to connect them in the model structure.

Can you give me some further suggestions on understanding the relationship between land surface processes in the model?
 
Vote Upvote 0 Downvote

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Besides the technical note, other resources are the CLM5 overview paper:

Lawrence, D.M. R.A. Fisher, C.D. Koven, K.W. Oleson, S.C. Swenson, G. Bonan, N. Collier, B. Ghimire, L. van Kampenhout, D. Kennedy, E. Kluzek, P.J. Lawrence, F. Li, H. Li, D. Lombardozzi, W.J. Riley, W.J. Sacks, M. Shi, M. Vertenstein, W.R. Wieder,, C. Xu, A.A. Ali, A.M. Badger, G. Bisht, M. van den Broeke, M.A. Brunke, S.P. Burns,, J. Buzan, M. Clark, A. Craig, K. Dahlin, B. Drewniak, J.B. Fisher, M. Flanner, A.M. Fox, P. Gentine, F.Hoffman, G. Keppel-Aleks, R., Knox, S. Kumar, J. Lenaerts, L.R. Leung, W.H. Lipscomb, Y. Lu, A., Pandey, J.D. Pelletier, J. Perket,, J.T. Randerson, D.M. Ricciuto, B.M. Sanderson, A. Slater, Z.M. Subin, J. Tang, R.Q. Thomas, M. Val Martin, and X. Zeng, 2019: The Community Land Model version 5: Description of new features, benchmarking, and impact of forcing uncertainty, JAMES, 11, doi:10.1029/2018MS001583.

and maybe the CLM driver code that contains the sequence of most of the subroutine calls which can be found at:

src/main/clm_driver.F90
 
Vote Upvote 0 Downvote
Top