How to limit output

Jakub_Sypek

Jakub
New Member
What version of the code are you using?
CESM 2.1.5


Have you made any changes to files in the source tree?
N/A


Describe every step you took leading up to the problem:
I ran a CESM case and the output was correctly archived into the plasmalab directory as I wanted. However, my carma history outputs are not in any of the netcdf files and it's still outputting a bunch of variables and tapes I didn't want:
(jupyter) [jjs1u25@login6001 hist]$ ls
satellite_everywhere.cam.h0.0001-01-01-00000.nc satellite_everywhere.cam.h1.0001-01-06-00000.nc satellite_everywhere.cam.h6.0001-01-01-00000.nc
satellite_everywhere.cam.h1.0001-01-01-00000.nc satellite_everywhere.cam.h1.0001-01-11-00000.nc satellite_everywhere.cam.h7.0001-01-01-00000.nc


I only wanted one history tape...

Here is the user_nl_cam file:
! Users should add all user specific namelist changes below in the form of
! namelist_var = new_namelist_value
empty_htapes = .true.
nhtfrq(1) = -24
mfilt(1) = 30
history_carma = .true.


I was hoping to only output some key variables pertaining to carma (history_carma) but not clutter my archive directory with a bunch of variables I don't need.

Describe your problem or question:
Does anyone know how empty_htapes works and how to stop all the default outputs of a given compset from outputting for a particular case? I imagine this is really simple but it seems I've misunderstood something!
 
Back
Top