Hi,
I have a simulation run (jsl.009) with CESM 2.2 compset G1850ECOIAF out to 8866 yrs with carbon isotopes on because initialization of the carbon isotopes (DO13C, DI13C) is initialized too depleted and radiocarbon (DO14C, DI14C) is initialized too young.
After I simulated isotope variables out to steady state conditions, I extracted out 14 of the CISO variables below with units “mmol/m^3” and put them into the original initial condition netcdf file (ecosys_jan_IC_gx3v7_20180308.nc) and renamed it (updated_ecosys_jan_IC_gx3v7_20180308_new_ciso.nc). I made sure to keep same variable names and remove the time dimension to just have latitude, longitude, and depth dimensions.
'DI13C',
'DO13Ctot',
'DI14C',
'DO14Ctot',
'zootot13C',
'zootot14C',
'sp13C',
'sp14C',
'spCa13CO3',
'spCa14CO3',
'diat13C',
'diat14C',
'diaz13C',
'diaz14C'
In my user_nl_pop_ciso file, I put (init_ecosys_init_file = '/mnt/lustre/letscher/jsl1063/initcond/ciso8866y/updated_ecosys_jan_IC_gx3v7_20180308_new_ciso.nc') to call the right initial condition file.
I also start the run with (cp user_nl_pop_ciso ${SCRIPT_DIR_BASE}/${CASE}/user_nl_pop) to call the right user_nl_pop_ciso file.
In my new model run, the ocn log file for some reason initializes the CISO variables with non CISO variables (see below and attached). So the model grabs DIC and not DI13C, DOCtot and not DO13Ctot, etc.
How can I set up/add the initial conditions’ tracer values for the MARBL CISO model properly? Thank you for the support. I can also send my complete ocn log file and initial condition netcdf file if it helps.
I have a simulation run (jsl.009) with CESM 2.2 compset G1850ECOIAF out to 8866 yrs with carbon isotopes on because initialization of the carbon isotopes (DO13C, DI13C) is initialized too depleted and radiocarbon (DO14C, DI14C) is initialized too young.
After I simulated isotope variables out to steady state conditions, I extracted out 14 of the CISO variables below with units “mmol/m^3” and put them into the original initial condition netcdf file (ecosys_jan_IC_gx3v7_20180308.nc) and renamed it (updated_ecosys_jan_IC_gx3v7_20180308_new_ciso.nc). I made sure to keep same variable names and remove the time dimension to just have latitude, longitude, and depth dimensions.
'DI13C',
'DO13Ctot',
'DI14C',
'DO14Ctot',
'zootot13C',
'zootot14C',
'sp13C',
'sp14C',
'spCa13CO3',
'spCa14CO3',
'diat13C',
'diat14C',
'diaz13C',
'diaz14C'
In my user_nl_pop_ciso file, I put (init_ecosys_init_file = '/mnt/lustre/letscher/jsl1063/initcond/ciso8866y/updated_ecosys_jan_IC_gx3v7_20180308_new_ciso.nc') to call the right initial condition file.
I also start the run with (cp user_nl_pop_ciso ${SCRIPT_DIR_BASE}/${CASE}/user_nl_pop) to call the right user_nl_pop_ciso file.
In my new model run, the ocn log file for some reason initializes the CISO variables with non CISO variables (see below and attached). So the model grabs DIC and not DI13C, DOCtot and not DO13Ctot, etc.
How can I set up/add the initial conditions’ tracer values for the MARBL CISO model properly? Thank you for the support. I can also send my complete ocn log file and initial condition netcdf file if it helps.