About SoilGrid routines #129
-
|
Hello, I hope you are well. I am using the routines “_main_prepare_lut.f90” and “main_group_soil.f90” located in the folder “mhm-v5.11.1/pre-proc/process_soilgrid” to process the ‘SoilGrid’ data. However, when I try to use it, I have a doubt about the LUT table generated, as it does not provide the ‘HORIZON’, 'UD' or 'LD' columns, and I think this is why I get an error when using the outputs in mHM. If you could clarify whether the outputs I have are correct or incorrect, either when generating it or how to represent it properly in ‘mhm.nml’, I would appreciate it. Below are some outputs that may clarify the situation: After compiling and preparing the data, it gives me the following outputs: The content of ‘soil_classdefinition_reduced_grid.txt’ (which I use as “soil_classdefinition.txt” in “mhm.nml”) is: Error when I ran mHM: Read data ... This is a segment of 'mhm.nml' about soil depth: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The answer is simple, just I need change "iFlag_soilDB = 0" by "iFlag_soilDB = 1". Thank you Sr. Rohini. By the way, "tillageDepth" need the same depth of some soil_Depth(:). |
Beta Was this translation helpful? Give feedback.
The answer is simple, just I need change "iFlag_soilDB = 0" by "iFlag_soilDB = 1". Thank you Sr. Rohini.
By the way, "tillageDepth" need the same depth of some soil_Depth(:).