You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear developer, I am using the SUEWS_BiogenCO2 part of the SUEWS model for my Biogenic carbon flux model.
Since we need to calculate the “gfunc”, we refer to the “SUBROUTINE surfaceresistance” procedure (https://suews.readthedocs.io/en/stable/_static/html/suews__phys__resist_8f95_source.html)to calculate the gfunc, but this procedure requires another variable “vsmd “. We were confused for a long time, trying to figure out how to get the value of vsmd, whether we should get it by some kind of computational procedure, or whether the value of vsmd should be given in the input file.
By the way, We have found a way to compute vsmd in a literature, is this process appropriate?
In the code, “soilstorecap” seems to be an array, but in the input file “SUEWS_Soil.txt”, “soilstorecap “ is a value. We can't assign a value for each kind of ground table correspondingly, only a uniform value. Or we should provide “soilstorecap” for each type of surface in the input file.
How to get “soilstore_id”? By calculation or input files?
These questions have been bothering us for a long time and we are really looking forward to your answers! Thank you very much! @sunt05
In the code, “soilstorecap” seems to be an array, but in the input file “SUEWS_Soil.txt”, “soilstorecap “ is a value. We can't assign a value for each kind of ground table correspondingly, only a uniform value. Or we should provide “soilstorecap” for each type of surface in the input file.
They should be provided for each land cover type.
How to get “soilstore_id”? By calculation or input files?
It's calculated internally, based on the water balance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear developer, I am using the SUEWS_BiogenCO2 part of the SUEWS model for my Biogenic carbon flux model.
Since we need to calculate the “gfunc”, we refer to the “SUBROUTINE surfaceresistance” procedure (https://suews.readthedocs.io/en/stable/_static/html/suews__phys__resist_8f95_source.html)to calculate the gfunc, but this procedure requires another variable “vsmd “. We were confused for a long time, trying to figure out how to get the value of vsmd, whether we should get it by some kind of computational procedure, or whether the value of vsmd should be given in the input file.
By the way, We have found a way to compute vsmd in a literature, is this process appropriate?
Looking forward to your answer Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions