GlennDoodle
New member
This is a follow-up to my long possibly confusing post. My error came from two items that I hadn't considered. First the default namelist.input file in version 3 and version 4 had different scm_vegfra settings.
V3
scm_vegfra = .5
V4
scm_vegfra = 50.
Reading the documentation for both version this seemed like they were both equal because v3 said it was using a fraction and v4 said it was using a percentage. After comparing the module_sf_noahdrv.F files in both versions I realized the v3 document was wrong and both versions are using percentage. So I changed the setting so they match and then found out that the scm namelist settings currently require the code to be recompiled (using a clean -a first). Ugh! I now have a clean baseline but it would be nice if the scm namelist setting could be used without forcing a full recompile.
V3
scm_vegfra = .5
V4
scm_vegfra = 50.
Reading the documentation for both version this seemed like they were both equal because v3 said it was using a fraction and v4 said it was using a percentage. After comparing the module_sf_noahdrv.F files in both versions I realized the v3 document was wrong and both versions are using percentage. So I changed the setting so they match and then found out that the scm namelist settings currently require the code to be recompiled (using a clean -a first). Ugh! I now have a clean baseline but it would be nice if the scm namelist setting could be used without forcing a full recompile.