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

Auxiliary History Options For CLM Forcing?

Does anyone know what histaux options need to be turned on to generate sufficient DATM%CPLHIST output from the coupled model (B configuration) to force CLM5.0 in I configuration? Setting histaux_a2x3hr to .true. is suggested in CESM1 documentation, but DATM%CPLHIST seems to require ha2x1hi and ha2x1d that I'm not sure would be generated by histaux_a2x3hr
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Sorry for the slow response. You've probably figured this out now but the following settings are required:
histaux_a2x3h = .true.
histaux_a2x1hi = .true.
histaux_a2x1h = .true.
histaux_a2x1d = .true.
 
Note to those who find this thread, the names of these variables have changed in CESM2, so that you use:

histaux_a2x1hri = .true.
histaux_a2x3hr = .true.
histaux_a2x1hr = .true.
histaux_a2x24hr = .true.
 
Top