NCAR / ccpp-scm

CCPP Single Column Model
Other
13 stars 50 forks source link

UFS-dev PR#78 #400

Closed grantfirl closed 9 months ago

grantfirl commented 10 months ago

Updates corresponding to: https://github.com/NCAR/fv3atm/pull/101

I added noahmptable.tbl to the physics_input_data release asset so that it gets copied to the run directory and won't cause an error when running a suite that uses NoahMP.

Edit: This also includes a bugfix identified by @hertneky in scm_input.F90, changing one of the if tests to check for kinematic rather than surfaceFlux.

grantfirl commented 9 months ago

Thanks to @hertneky for finding the bug in scm_input.F90.