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.
 
Back
Top