Hello,
I have a problem with finding how to do the following:
We have these land temperature in the output of running CLM5:
TSOI : soil temperature (vegetated landunits only)
TSOI_10CM: soil temperature in top 10cm of soil
TSOI_ICE: soil temperature (ice landunits only)
TSL: temperature of near surface soil layer
The problem is the variables that already exist in the outputs of CLM5 are related to the surface only. We were wondering if we could extract another variable that gives us the results of calculating Temperature at different depths. Because I modified the layer structures and in it we would have like 200m and 300m depths and we should know what is going on in those depths (Temperature wise).
In this link (https://www2.cesm.ucar.edu/models/cesm2/land/CLM50_Tech_Note.pdf) from CLM5 documentation (Chapter 6. Soil and Snow Temperatures from page 65 till page 75) it shows us how these calculations are done, and for instance it has a figure in page 68 that is for “Schematic diagram of numerical scheme used to solve for soil temperature” and we see “Ti-1, Ti, Ti+1” which are for Temperature at different depths.
I have to figure out a way to extract the soil (ground) temperature at certain depths as a variable in the outputs of running the model. In this thread someone was looking for the same thing in ice model I guess (Deriving Internal Temperature) but I want it for the ground column. I did not find any options to output internal temperature for the ground like vertical temperature profile for each or all layers.
To summarize:
I am looking for a way to have temperature of land column from surface to the bottom boundary (whatever it is. In my case it is 200m or maybe 500m depth) in the output of running the CLM5. It can be Temperature profile or it can be Temperature of ground at certain depths that I can assign (like at 100m, 200m, 300m ... till bottom boundary).
P.S. there is a variable called t_soisno in the fortran code of SoilTemperatureMod.F90 file that I think is related to this (?)
I am very lost here plz help.
I have a problem with finding how to do the following:
We have these land temperature in the output of running CLM5:
TSOI : soil temperature (vegetated landunits only)
TSOI_10CM: soil temperature in top 10cm of soil
TSOI_ICE: soil temperature (ice landunits only)
TSL: temperature of near surface soil layer
The problem is the variables that already exist in the outputs of CLM5 are related to the surface only. We were wondering if we could extract another variable that gives us the results of calculating Temperature at different depths. Because I modified the layer structures and in it we would have like 200m and 300m depths and we should know what is going on in those depths (Temperature wise).
In this link (https://www2.cesm.ucar.edu/models/cesm2/land/CLM50_Tech_Note.pdf) from CLM5 documentation (Chapter 6. Soil and Snow Temperatures from page 65 till page 75) it shows us how these calculations are done, and for instance it has a figure in page 68 that is for “Schematic diagram of numerical scheme used to solve for soil temperature” and we see “Ti-1, Ti, Ti+1” which are for Temperature at different depths.
I have to figure out a way to extract the soil (ground) temperature at certain depths as a variable in the outputs of running the model. In this thread someone was looking for the same thing in ice model I guess (Deriving Internal Temperature) but I want it for the ground column. I did not find any options to output internal temperature for the ground like vertical temperature profile for each or all layers.
To summarize:
I am looking for a way to have temperature of land column from surface to the bottom boundary (whatever it is. In my case it is 200m or maybe 500m depth) in the output of running the CLM5. It can be Temperature profile or it can be Temperature of ground at certain depths that I can assign (like at 100m, 200m, 300m ... till bottom boundary).
P.S. there is a variable called t_soisno in the fortran code of SoilTemperatureMod.F90 file that I think is related to this (?)
I am very lost here plz help.