maria_kvalevag@cicero_uio_no
New Member
The prognostic co2 - version of CAm is not supported but I still have a question I hope you can help me with. When using this version of the coupled CLM/CAM (co2_flag = .true.) the calculated co2 (the CO2 variable in the history-files) in CAM is too high compared to observations. This is because NEE from CLM is too high in my runs, but I want to investigate this further..
in atm_comp_mct the total co2 flux from ocn, fff and lnd is set:
! merged co2 flux
cam_in(c)%cflx(i,c_i(4)) = cam_in(c)%cflx(i,c_i(1)) + &
cam_in(c)%cflx(i,c_i(2)) + &
cam_in(c)%cflx(i,c_i(3))
but where and when is cam_in(c)cflx(i,c_i(4)) incorporated in the equation that calculates the atmospheri cco2-concentration (in ppm)??
in atm_comp_mct the total co2 flux from ocn, fff and lnd is set:
! merged co2 flux
cam_in(c)%cflx(i,c_i(4)) = cam_in(c)%cflx(i,c_i(1)) + &
cam_in(c)%cflx(i,c_i(2)) + &
cam_in(c)%cflx(i,c_i(3))
but where and when is cam_in(c)cflx(i,c_i(4)) incorporated in the equation that calculates the atmospheri cco2-concentration (in ppm)??