-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of surface fields are missing in RESTART files for RRFS cases #1655
Comments
@yangfanglin @ligiabernardet @MatthewPyle-NOAA Can we ask RUC LSM developers to take a look? Thanks |
The problem is in the restart_write in FV3GFS_io.F90. The code that is not working correctly is: |
What is the status of this issue? |
I think this was addressed within #1646, but would be good to get confirmation from @tanyasmirnova and/or @SamuelTrahanNOAA |
Yes, I confirm that this was addressed in #1646. |
@tanyasmirnova Thanks for confirming. I will close the issue. |
Description
We are testing the develop branch with RRFS cycles for on-going code merging efforts. We found that the part of the surface fields are filled with missing values in the restart file when using the develop branch. This will crash the following-up warm start runs.
Here are list of LSM variables with missing values in the RESTART sfc_data.nc:
clw_surf_land
cls_surf_ice
qwv_surf_land
qwv_surf_ice
sfcalb_land
sfcalb_land_bck
sfcalb_ice
tsnow_land
tsnow_ice
zorll
zorli
Something wrong with the develop branch when writing restart surface files. We are using RUCLSM.
The text was updated successfully, but these errors were encountered: