bug: Updates to snow mass and snow height resulting from snow repartitioning in dart_to_clm.f90 are causing CLM to generate NaN fluxes to the coupler and NaN state variables. #659
Labels
CLM
Community Land Model
🐛 Your bug may already be reported!
Please search on the issue tracker before creating a new issue.
Describe the bug
I am using the snow repartition in dart_to_clm.f90 for my snow data assimilation project.
The dart_to_clm.f90 used in my project has the latest commit 8c75bd3
At the assimilation step, the snow observation was successfully assimilated into CLM, and the snow mass (both liquid and ice components) and snow thickness in the restart files were updated with no error. However, when CLM continued running with these restart files where the snow mass and snow thickness were updated, it stopped with an error.
Error Message
clm: completed timestep 1489
# of NaNs = 7
Which are NaNs = F F F F F F T F F T F F F F F F F F F F F F F F F F F F F F F
F F F F F T T T T F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
Sl_t
Sl_snowh
Fall_lat
Fall_sen
Fall_lwup
Fall_evap
Flrl_rofsur
gridcell index = 77
local gridcell index = 77
ENDRUN:
ERROR:
lnd_export ERROR: One or more of the output from CLM to the coupler are NaN
Which model(s) are you working with?
clm with the version as release-cesm2.2.01
Screenshots
If applicable, add screenshots to help explain your problem.
Version of DART
Which version of DART are you using?
You can find the version using
git describe --tags
v10.7.0-111-g70e6af803
Have you modified the DART code? No
If your code changes are available on GitHub, please provide the repository.
Build information
Please describe:
I am using the HPC provided by University of Utah.
intel
The text was updated successfully, but these errors were encountered: