Hello,
I have noticed that I made a huge mistake doing the AD spin-up which I will explain below:
First and before doing the spinup I tested the CESM (2.1.3) for the land (CLM5) with this compset "IHistClm50BgcCrop" (1deg) with the below detail in user_nl_clm:
With the above details, I have removed all other variables and just included the two soil temperatures. I thought by removing all variables in the history file and adding these two variables I could speed up my test (which it didn't). Anyway, then, I started my AD spin-up (1000y) without removing all those variables from the history files (and without adding the two T variables), and I thought the output would create every variable that is available (including the TSOI). You know when you do a simple test run with these land compsets you will get about 400 variables in the output and TSOI is one of them (also a lot of other variables are there, like CH4, HEAT_CONTENT, ALT, TSL, ...)
But, little did I know that it did not create all of the variables in this AD spinup phase and only showed a bunch of variables like "TOTVEGC, TOTVEGN, GPP, NPP, TLAI, ...".
This is awkward and I know I should have checked the output in the beginning. I am asking if there is a way to add the TSOI now? the spinup for AD is near its end and I should do the ND spin later. I didn't know by doing the default AD spin-up for this compset I wont get the TSOI and other 400 variables in the output. I am so sad and disappointed of myself.
I suppose whatever variable you assign in the user_nl_clm would be there in the output (in case you don't want to go with the default which I explained lacks the other 400 variables), so I have some questions regarding that:
1- Do you think it is possible to add TSOI right now (it is in its 800y of AD, 200y remaining, +200y ND)? I am not sure if this is a good idea, but I think that the temperature signal might need a couple of centuries (or maybe more) to reach the bottom boundary (in this case 43.8m), so do you think I can use the restart file of this current spin-up, let's say I use the year 700 of this current AD spin-up as finidat in the namelist of a new case where I turn on TSOI and other variables in it and continue the run from there (?) But I am not sure if this is a good idea since the AD spin-up is not finished yet and we don't have the effects of ND spin-up on the outputs so I don't know, what do you think?
2- Is there a way to not do a lengthy spin-up (AD+ND)? because AD-ND spin-ups are for decomposition and I guess there might be other land-related compsets that don't require 1000y of spin-up. I know that SP are not BGCs and might be one of the compsets for my case but I don't think I can use satellite phenology for my study that involves subsurface dynamics (Temperature, ...). If so, I can do the new shorter spin-up using that from the beginning while adding the TSOI, ... to the namelist.
3- In case there are no compset available to skip the lengthy AD-ND spin-up part; I should redo the spin-up with all the desired variables that I need to be spun-up, right? because as far as I learned, if I don't include all the variables that I want in my spin-up namelist then when I am going to do the transient run those variables would not be spun-up and would start from arbitrary values, am I correct? So I guess to be prepared, I should put almost all of my desired variables in the namelist to see them spun-up later in the outputs of the final phase, otherwise there is no use to the spin-up which has only a few unwanted variables in it (?)
I have noticed that I made a huge mistake doing the AD spin-up which I will explain below:
First and before doing the spinup I tested the CESM (2.1.3) for the land (CLM5) with this compset "IHistClm50BgcCrop" (1deg) with the below detail in user_nl_clm:
Code:
soil_layerstruct= '23SL_3.5m'
use_init_interp = .true.
&clm_inparm
hist_empty_htapes = .true.
hist_fincl1 = 'TSOI', 'TSOI_ICE'
/
With the above details, I have removed all other variables and just included the two soil temperatures. I thought by removing all variables in the history file and adding these two variables I could speed up my test (which it didn't). Anyway, then, I started my AD spin-up (1000y) without removing all those variables from the history files (and without adding the two T variables), and I thought the output would create every variable that is available (including the TSOI). You know when you do a simple test run with these land compsets you will get about 400 variables in the output and TSOI is one of them (also a lot of other variables are there, like CH4, HEAT_CONTENT, ALT, TSL, ...)
But, little did I know that it did not create all of the variables in this AD spinup phase and only showed a bunch of variables like "TOTVEGC, TOTVEGN, GPP, NPP, TLAI, ...".
This is awkward and I know I should have checked the output in the beginning. I am asking if there is a way to add the TSOI now? the spinup for AD is near its end and I should do the ND spin later. I didn't know by doing the default AD spin-up for this compset I wont get the TSOI and other 400 variables in the output. I am so sad and disappointed of myself.
I suppose whatever variable you assign in the user_nl_clm would be there in the output (in case you don't want to go with the default which I explained lacks the other 400 variables), so I have some questions regarding that:
1- Do you think it is possible to add TSOI right now (it is in its 800y of AD, 200y remaining, +200y ND)? I am not sure if this is a good idea, but I think that the temperature signal might need a couple of centuries (or maybe more) to reach the bottom boundary (in this case 43.8m), so do you think I can use the restart file of this current spin-up, let's say I use the year 700 of this current AD spin-up as finidat in the namelist of a new case where I turn on TSOI and other variables in it and continue the run from there (?) But I am not sure if this is a good idea since the AD spin-up is not finished yet and we don't have the effects of ND spin-up on the outputs so I don't know, what do you think?
2- Is there a way to not do a lengthy spin-up (AD+ND)? because AD-ND spin-ups are for decomposition and I guess there might be other land-related compsets that don't require 1000y of spin-up. I know that SP are not BGCs and might be one of the compsets for my case but I don't think I can use satellite phenology for my study that involves subsurface dynamics (Temperature, ...). If so, I can do the new shorter spin-up using that from the beginning while adding the TSOI, ... to the namelist.
3- In case there are no compset available to skip the lengthy AD-ND spin-up part; I should redo the spin-up with all the desired variables that I need to be spun-up, right? because as far as I learned, if I don't include all the variables that I want in my spin-up namelist then when I am going to do the transient run those variables would not be spun-up and would start from arbitrary values, am I correct? So I guess to be prepared, I should put almost all of my desired variables in the namelist to see them spun-up later in the outputs of the final phase, otherwise there is no use to the spin-up which has only a few unwanted variables in it (?)