Sorry for the delayed response, I was out of the office the past few weeks... but I found time to play with this today and was able to run without output by putting with the following in
user_nl_pop
(my
first post was close to turning off the big netcdf files, but I missed a couple of flags):
Code:
n_tavg_streams = 0
ltavg_ignore_extra_streams = .true.
ldiag_global_tracer_budgets = .false.
diag_gm_bolus = .false.
var_viscosity_outfile = 'unknown_var_viscosity_outfile'
diag_cfl_freq_opt = 'never'
diag_global_freq_opt = 'never'
diag_transp_freq_opt = 'never'
The first four terms suppress the history files. The change to
var_viscosity_outfile
prevents a small netcdf file containing some time-invariant viscosity terms from being written, and the last three turn off a few of the
pop.d
text files. As far as I can tell, there is no way to prevent the model from writing
Code:
${CASE}.pop.do.YYYY-MM-DD-SSSSS
${CASE}.pop.dv.YYYY-MM-DD-SSSSS
which are text files containing some overflow and velocity diagnostics, respectively (
YYYY-MM-DD-SSSSS
is the date stamp of the first POP time step in the run)