yefee90@gmail_com
New Member
Hi, allI made a fake abiotic co2 cycle in the CESM, that is coupled between ocean and atmosphere model. Specifically, I added abiotic co2 mixing ratio in cam_export subroutine, and abiotic co2 flux to cam_in. Correspondingly, abiotic co2 are added in ocn_in and the the flux in ocn_out. Also, the Sa_co2abio and Faoo_fco2abio_ocn are created in seq_flds_mod (driver). Everything is following the co2 cycle (more specifically, co2diag). But, when I run the model, the ocean cannot get abiotic co2 from coupler.The error occurs in abio_dic_dic14_init_sflux, “POP aborting... 43918 644: abio_dic_dic14_init: abio_dic_dic14 module requires atmopsheric CO2 from the flux coupler and it is not present”.Note: abio_dic_dic14_init_sflux is a module for radiocarbon tracer. If I give ocean the diagnostic co2, which is buildt in CESM, it can receive it. Everything is following diagnostic co2, but the ocean model can not receive my own abiotic co2. quite werid. Any suggestions?