From e57a71725d1cb59322a1db94449d63cef0fc9c8d Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Tue, 24 Mar 2026 16:43:10 -0600 Subject: [PATCH] Remove PV diagnostics from default "output" stream in MPAS-Atmosphere This commit removes the following PV diagnostic fields from the default "output" stream for MPAS-Atmosphere: ertel_pv u_pv v_pv theta_pv vort_pv iLev_DT depv_dt_lw depv_dt_sw depv_dt_bl depv_dt_cu depv_dt_mix dtheta_dt_mp depv_dt_mp depv_dt_diab depv_dt_fric depv_dt_diab_pv depv_dt_fric_pv These fields may not be of general interest, and so removing them saves space in output files (the "history" netCDF files are ~20% smaller based on testing with a global 60-km mesh). Additionally, removing these fields from default output streams saves a small amount of computation time, as the logic in the mpas_pv_diagnostics module computes these diagnostics only if they are requested in an output stream. --- src/core_atmosphere/Registry.xml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/core_atmosphere/Registry.xml b/src/core_atmosphere/Registry.xml index 2f6820d719..af40165713 100644 --- a/src/core_atmosphere/Registry.xml +++ b/src/core_atmosphere/Registry.xml @@ -917,28 +917,7 @@ - - - - - - - - #ifdef DO_PHYSICS - - - - - - - - - - - - -