Skip to content

Commit

Permalink
CAM single colum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed May 17, 2024
1 parent 53d595b commit 18a5942
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,12 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
end if
enddo
deallocate(lfieldnamelist)
call State_SetScalar(dble(0), flds_scalar_index_nx, exportState, &
flds_scalar_name, flds_scalar_num, rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call State_SetScalar(dble(0), flds_scalar_index_ny, exportState, &
flds_scalar_name, flds_scalar_num, rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
! *******************
! *** RETURN HERE ***
! *******************
Expand Down

0 comments on commit 18a5942

Please sign in to comment.