-
Notifications
You must be signed in to change notification settings - Fork 170
Description
This test which is part of the prealpha tests does not build with the following error:
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(633): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [NEST_LEVEL]
call mpp_get_C2F_index(nest_domain, isw_f, iew_f, jsw_f, jew_f, isw_c, iew_c, jsw_c, jew_c, &
--------^
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(635): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [NEST_LEVEL]
call mpp_get_C2F_index(nest_domain, ise_f, iee_f, jse_f, jee_f, ise_c, iee_c, jse_c, jee_c, &
--------^
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(637): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [NEST_LEVEL]
call mpp_get_C2F_index(nest_domain, iss_f, ies_f, jss_f, jes_f, iss_c, ies_c, jss_c, jes_c, &
--------^
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(639): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [NEST_LEVEL]
call mpp_get_C2F_index(nest_domain, isn_f, ien_f, jsn_f, jen_f, isn_c, ien_c, jsn_c, jen_c, &
--------^
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(672): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPP_UPDATE_NEST_FINE]
call mpp_update_nest_fine(var_coarse, nest_domain, wbuffer, sbuffer, ebuffer, nbuffer, position=position)
--------^
/glade/work/mvertens/cesm.nuopc_dev.apr11.prealpha/components/cam/src/dynamics/fv3/atmos_cubed_sphere/model/boundary.F90(823): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPP_UPDATE_NEST_FINE]
call mpp_update_nest_fine(var_coarse, nest_domain, wbuffer, sbuffer, ebuffer, nbuffer, position=position)
--------^
Metadata
Metadata
Assignees
Labels
Type
Projects
Status