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

Clean up surface.F90 and simplify nst_land_fill with FieldBundle loop #517

2 changes: 2 additions & 0 deletions sorc/chgres_cube.fd/search_util.F90
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ subroutine search (field, mask, idim, jdim, tile, field_num, latitude, terrain_l
default_value = 1.0
case (230) ! soil type on the input grid
default_value = 11.0
case (231) ! soil type at land ice points
default_value = 16.0
case default
print*,'- FATAL ERROR. UNIDENTIFIED FIELD NUMBER : ', field_num
call mpi_abort(mpi_comm_world, 77, ierr)
Expand Down
Loading