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

c13/c14 interpolation problem

I try to run a simulation of the XXI century climate with a compset:

--compset BSSP585cmip6 --res f09_g17

As the initial file I am using the output of a XX climate simulation carried out with a compset:

--compset BHIST --res f09_g17

The run crash given an Error:

ERROR: Cannot interpolate from a run without c13/c14 to a run with c13/c14

What Am I doing wrong ?

Thanks, cheers

Agustin
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The initial file you've chosen doesn't have carbon isotope data on it and the compset you've chosen has isotopes on by default. One option is to turn off isotopes in your new simulation, i.e, in your user_nl_clm:

use_c13 = .false.
use_c14 = .false.
 
Top