Thanks Mike for the advice and Erik for moderating. I really appreciate the support.
I followed your method above with edits to the DOC nutrients in ecosys_forcing_mod.F90, while "ciso=true" in the file user_nl_marbl. However, I am getting the same results with 92 variables missing in my final Netcdf file. The "DOC_RIV_FLUX" variable being missing is correct.
But all the CISO variables, specifically the "CISO_DOCtot_d13C" and "CISO_DOCtot_d14C" are missing.
Something to note, this is the same results as the original method of changing doc_ind in case('doc')
- lhas_riv_flux(doc_ind) = .false.
- lhas_riv_flux(docr_ind) = .false.
I know my user_nl_marbl works since other runs are working and the "executable, read, write permissions" are available for me. It's just when I remove the DOC river flux variables in ecosys_forcing_mod.F90 all the CISO variables do not show up in my netcdf file.
I guess my questions are:
Does the River DOC being turn off (removing the case('doc')), also turn off all isotope carbon variables in the ocean DOC too?
Is there a way to keep ocean DOC and C isotopes on, while river DOC and river DOC isotopes are kept off?
The variables missing are below. I am fine with missing "DOC_RIV_FLUX" and "DOCr_RIV_FLUX". Overall, I want to see the difference in model output between rivers off and rivers on in the model, specifically to see how the rivers contribute to carbon 13C and 14C change in the ocean carbon cycle. I hope this clarifies things, let me know if it is still confusing.
## [1] "CISO_PO13C_FLUX_IN" "CISO_PO13C_PROD"
## [3] "CISO_PO13C_REMIN" "CISO_DO13Ctot_prod"
## [5] "CISO_DO13Ctot_remin" "CISO_Ca13CO3_FLUX_IN"
## [7] "CISO_Ca13CO3_PROD" "CISO_Ca13CO3_REMIN"
## [9] "CISO_photo13C_TOT" "CISO_DIC_d13C"
## [11] "CISO_DOCtot_d13C" "CISO_zoototC_d13C"
## [13] "CISO_PO14C_FLUX_IN" "CISO_PO14C_PROD"
## [15] "CISO_PO14C_REMIN" "CISO_DO14Ctot_prod"
## [17] "CISO_DO14Ctot_remin" "CISO_Ca14CO3_FLUX_IN"
## [19] "CISO_Ca14CO3_PROD" "CISO_Ca14CO3_REMIN"
## [21] "CISO_photo14C_TOT" "CISO_DIC_d14C"
## [23] "CISO_DOCtot_d14C" "CISO_zoototC_d14C"
## [25] "CISO_photo13C_TOT_zint" "CISO_photo14C_TOT_zint"
## [27] "CISO_sp_Ca13CO3_form" "CISO_sp_Ca13CO3_form_zint"
## [29] "CISO_sp_Ca14CO3_form" "CISO_sp_Ca14CO3_form_zint"
## [31] "CISO_autotrophCaCO3_d13C_sp" "CISO_autotrophCaCO3_d14C_sp"
## [33] "CISO_eps_autotroph_sp" "CISO_d13C_sp"
## [35] "CISO_d14C_sp" "CISO_mui_to_co2star_sp"
## [37] "CISO_eps_autotroph_diat" "CISO_d13C_diat"
## [39] "CISO_d14C_diat" "CISO_mui_to_co2star_diat"
## [41] "CISO_eps_autotroph_diaz" "CISO_d13C_diaz"
## [43] "CISO_d14C_diaz" "CISO_mui_to_co2star_diaz"
## [45] "CISO_eps_aq_g" "CISO_eps_dic_g"
## [47] "calcToSed_13C" "pocToSed_13C"
## [49] "calcToSed_14C" "pocToSed_14C"
## [51] "CISO_FG_13CO2" "CISO_FG_as_13CO2"
## [53] "CISO_FG_sa_13CO2" "CISO_D13C_atm"
## [55] "CISO_FG_14CO2" "CISO_FG_as_14CO2"
## [57] "CISO_FG_sa_14CO2" "CISO_D14C_atm"
## [59] "DOC_RIV_FLUX" "DOCr_RIV_FLUX"
## [61] "DI13C" "J_DI13C"
## [63] "Jint_100m_DI13C" "DI13C_RIV_FLUX"
## [65] "FvPER_DI13C" "FvICE_DI13C"
## [67] "DO13Ctot" "Jint_100m_DO13Ctot"
## [69] "DO13Ctot_RIV_FLUX" "DI14C"
## [71] "J_DI14C" "Jint_100m_DI14C"
## [73] "DI14C_RIV_FLUX" "FvPER_DI14C"
## [75] "FvICE_DI14C" "DO14Ctot"
## [77] "Jint_100m_DO14Ctot" "DO14Ctot_RIV_FLUX"
## [79] "zootot13C" "zootot14C"
## [81] "sp13C" "sp14C"
## [83] "spCa13CO3" "spCa14CO3"
## [85] "diat13C" "diat14C"
## [87] "diaz13C" "diaz14C"
## [89] "tend_zint_100m_DI13C" "tend_zint_100m_DO13Ctot"
## [91] "tend_zint_100m_DI14C" "tend_zint_100m_DO14Ctot"