Opened 7 years ago
Closed 6 years ago
#368 closed enhancement (fixed)
Diag nep has not the same convention as the other carbon fluxes
Reported by: | jgipsl | Owned by: | jgipsl |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Anthropogenic processes | Version: | |
Keywords: | Cc: |
Description
All carbon fluxes output from stomate_lpj have the convevtion positive from atmosphere to land. But nep, output from stomate has the opposite sign.
In stomate :
co2_flux_daily(:,:)= & & resp_maint_d(:,:) + resp_growth_d(:,:) + resp_hetero_d(:,:) + & & co2_fire(:,:) - co2_to_bm_dgvm(:,:) - gpp_daily(:,:) CALL xios_orchidee_send_field("nep",SUM(co2_flux_daily*veget_cov_max,dim=2)/1e3/one_day)
In stomate_lpj :
CALL xios_orchidee_send_field("nbp",(SUM((gpp_daily-(resp_maint+resp_growth+resp_hetero)-co2_fire) * & veget_max,dim=2)-cflux_prod_total-harvest_above)/1e3/one_day)
To be consistent, we propose to change sign for nep.
Note comments in field_def_orchidee.xml rev [4318] are correct.
Change History (2)
comment:1 Changed 6 years ago by jgipsl
comment:2 Changed 6 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Done rev [4600]
Note: See
TracTickets for help on using
tickets.
ORCHIDEE DAY 2017 : we change the sign of nep. At same time we change the name of the variable co2_flux_daily into nep.