You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of modifying calls in mpas_pv_diagnostics.F to reflect the updated procedures for halo communication with groups. This is part of my broader effort to eventually integrate code that includes considerable modifications and improvements to the PV diagnostics module, which will be explained in more detail in an upcoming issue (per Michael Duda's guidance).
In either case, the preexisting PV diagnostics code and my updated code (which was written to be compatible with MPAS v7.3) are in need of modifications to reflect the new halo group structure. Problems arise in the floodFill_strato and floodFill_tropo subroutines because they feature halo communications of the following integer fields: inStrato, inTropo, and iLev_DT.
The compilation error I receive for MPAS v8.1.0 after adding the following to mpas_atm_halos.F is:
I am in the process of modifying calls in
mpas_pv_diagnostics.F
to reflect the updated procedures for halo communication with groups. This is part of my broader effort to eventually integrate code that includes considerable modifications and improvements to the PV diagnostics module, which will be explained in more detail in an upcoming issue (per Michael Duda's guidance).In either case, the preexisting PV diagnostics code and my updated code (which was written to be compatible with MPAS v7.3) are in need of modifications to reflect the new halo group structure. Problems arise in the
floodFill_strato
andfloodFill_tropo
subroutines because they feature halo communications of the following integer fields:inStrato
,inTropo
, andiLev_DT
.The compilation error I receive for MPAS v8.1.0 after adding the following to
mpas_atm_halos.F
is:Code:
Error in compile.log:
The text was updated successfully, but these errors were encountered: