Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Is it possible to turn off CLUBB in CESM2_1?

Hi, I wonder if it is possible to turn off CLUBB in CESM2_1, in which CLUBB is a default configuration? I set do_clubb_sgs = .false. first and the corresponding eddy_scheme = 'diag_TKE', history_clubb = .false.,  macrop_scheme = 'park',  shallow_scheme = 'UW'. I got an error of "clubb_readnl:   error reading namelist". I wonder if I turn off CLUBB by setting do_clubb_sgs = .false., why the model would still read the clubb namelist? Thanks very much,Lin
 

eaton

CSEG and Liaisons
Running CAM with CLUBB requires that the CLUBB code be built, and so this
decision is made at build time (i.e., via arguments to the configure
command).  That is why you are not able to turn it off with namelist
settings.  To turn off CLUBB you should use an xmlchange command to append
the argument "-noclubb_sgs" to CAM_CONFIG_OPTS.  This will automatically
revert the macrop_scheme option to 'park', the eddy_scheme to 'diag_TKE',
and the shallow_scheme to 'UW'.
 
Top