Skip to content
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

Second reconciliation PR from production/RRFSv1 #881

Merged
merged 8 commits into from
Nov 8, 2024
Prev Previous commit
Next Next commit
fix RUC LSM variable that is allocated twice
grantfirl committed Oct 24, 2024
commit f689f5ecd04e778369a4f1b21e0bc9a14e1105b5
5 changes: 0 additions & 5 deletions ccpp/data/GFS_typedefs.F90
Original file line number Diff line number Diff line change
@@ -2356,8 +2356,6 @@ subroutine sfcprop_create (Sfcprop, Model)
allocate (Sfcprop%emis_lnd (IM))
allocate (Sfcprop%emis_ice (IM))
allocate (Sfcprop%emis_wat (IM))
allocate (Sfcprop%acsnow_land (IM))
allocate (Sfcprop%acsnow_ice (IM))

Sfcprop%slmsk = clear_val
Sfcprop%oceanfrac = clear_val
@@ -2415,9 +2413,6 @@ subroutine sfcprop_create (Sfcprop, Model)
Sfcprop%emis_lnd = clear_val
Sfcprop%emis_ice = clear_val
Sfcprop%emis_wat = clear_val
Sfcprop%acsnow_land = clear_val
Sfcprop%acsnow_ice = clear_val


!--- In (radiation only)
allocate (Sfcprop%snoalb (IM))
2 changes: 1 addition & 1 deletion ccpp/physics