TYPE: bug fix
commitcac9a0173442cfe3ab117ad4a4b331ff980aeada
authorMing Chen <chenming@ucar.edu>
Mon, 7 Mar 2016 16:37:22 +0000 (7 16:37 +0000)
committerMing Chen <chenming@ucar.edu>
Mon, 7 Mar 2016 16:37:22 +0000 (7 16:37 +0000)
treef850f7e61d5411835d08b164414403b746d1b0cc
parent897a51cd4a22af96c9482b1aa0c66720c3353589
TYPE:  bug fix

KEYWORDS: NoahMP

SOURCE:  Robert Rozumalski (NCAR COMET)

PURPOSE:  bug fix for ACSNOW calculation in NoahMP

DESCRIPTION OF CHANGES:

ACSNOW is the accumulated snow in Kg/m^2 or mm (liquid equivalent) calculated  within the NoahMP LSM scheme

 PRECIP_IN is the total time step precipitation in Kg/m^2 or mm, thus,  PRCP   (PRCP   = PRECIP_IN (I,J) / DT)
 is precipitation rate (mm/s).  FPICE is the frozen precipitation fraction (no units).

The correct claculaton should be:

 ACSNOW   (I,J)   = ACSNOW(I,J) + PRECIP_IN (I,J) * FPICE

LIST OF MODIFIED FILES :
M       phys/module_sf_noahmpdrv.F

TESTS CONDUCTED:  regtest

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@9206 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
phys/module_sf_noahmpdrv.F