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

CLM v3 working with gfortran compiler

Status
Not open for further replies.
Does the CLM v3 works with gfortran compiler or with any other open-source compiler ? Has anybody successfully run with the gfortran compiler.? It will be helpful if you could provide the necessary modifications to run CLM.
Thanks ,Ayush
 
I have developed new processes in land surface component. Now, I want to add few variables, which have been included in the extra code that I have developed. I need to see the changes in those variables. could  anybody please tell me how to add variables to the CLM output.
Thanks in advance.
Kishore
 

manojkc

New Member
You have to use subrountines from histFileMod like hist_addfld1d, or  hist_addfld2d, or hist_addfld_decomp depending upon your variables types. See in appropirate source codes (for eg. if you are interested in carbon flux or state vegetations variables; CNVegCarbonFluxType.F90, CNVegCarbonStateType.F90 ) to check how are the variables added. The name of the source code may differ upon the version of CLM you are using. This is CLM4.5 newer version as upto date.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
There is also some help for adding variables in this CLM tutorial presentation: http://www.cesm.ucar.edu/events/tutorials/20140218/day4-practical4-levis.pdf
 
Status
Not open for further replies.
Top