Skip to content

Commit

Permalink
Update .gitmodules and submodule pointer for ccpp-physics for code re…
Browse files Browse the repository at this point in the history
…view and testing
  • Loading branch information
SMoorthi-emc authored and climbfuji committed Dec 10, 2020
1 parent d10e450 commit c821280
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
branch = master
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = master
#url = https://github.com/NCAR/ccpp-physics
#branch = master
url = https://github.com/climbfuji/ccpp-physics
branch = final_gfsv16_changes
8 changes: 4 additions & 4 deletions io/FV3GFS_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -962,11 +962,11 @@ subroutine sfc_prop_restart_read (Sfcprop, Atm_block, Model, fv_domain)
endif
#endif
!--- register the 3D fields
if (Model%frac_grid) then
! if (Model%frac_grid) then
sfc_name3(0) = 'tiice'
var3_p => sfc_var3ice(:,:,:)
id_restart = register_restart_field(Sfc_restart, fn_srf, sfc_name3(0), var3_p, domain=fv_domain, mandatory=.false.)
end if
! end if

do num = 1,nvar_s3
var3_p => sfc_var3(:,:,:,num)
Expand Down Expand Up @@ -1994,11 +1994,11 @@ subroutine sfc_prop_restart_write (Sfcprop, Atm_block, Model, fv_domain, timesta
#endif

!--- register the 3D fields
if (Model%frac_grid) then
! if (Model%frac_grid) then
sfc_name3(0) = 'tiice'
var3_p => sfc_var3ice(:,:,:)
id_restart = register_restart_field(Sfc_restart, fn_srf, sfc_name3(0), var3_p, domain=fv_domain)
endif
! endif

do num = 1,nvar3
var3_p => sfc_var3(:,:,:,num)
Expand Down

0 comments on commit c821280

Please sign in to comment.