What version of the code are you using?
ctsm5.3.021 on Derecho
Describe your problem or question:
I am developing/testing a modification to the surface layer scheme in CLM (the FrictionVelocityMod script) to see how a new theoretical model performs. This parameterization requires time series information of a variable that is not currently defined within CESM that cannot be computed on the fly from existing variables.
So my question is, what is the best way to load a timeseries of a completely new variable (say from a netCDF file) into memory that persists throughout the model run and is accessible by FrictionVelocityMod at each timestep? I could only find information on adding constants or on modifying existing variables. If relevant, I am currently working with only single point runs of CTSM.
Thank you in advance
ctsm5.3.021 on Derecho
Describe your problem or question:
I am developing/testing a modification to the surface layer scheme in CLM (the FrictionVelocityMod script) to see how a new theoretical model performs. This parameterization requires time series information of a variable that is not currently defined within CESM that cannot be computed on the fly from existing variables.
So my question is, what is the best way to load a timeseries of a completely new variable (say from a netCDF file) into memory that persists throughout the model run and is accessible by FrictionVelocityMod at each timestep? I could only find information on adding constants or on modifying existing variables. If relevant, I am currently working with only single point runs of CTSM.
Thank you in advance