Changes between Version 195 and Version 196 of DevelopmentActivities/ORCHIDEE-DOFOCO


Ignore:
Timestamp:
2019-02-04T11:34:19+01:00 (5 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-DOFOCO

    v195 v196  
    601601* stomate_lpj.f90. The subroutine harvest was removed from stomate_lpj.f90 because in the merge its functionality is included in the subroutine called crop_harvest which is included in a separate module called sapiens_agriculture.f90. 
    602602 
     603* stomate_lpj.f90. The AR5 and AR6 output was added into CN-CAN. Variables calculated from prod_x and/or harvest_pool could be in the wrong units because in CN-CAN those variables were stored in gC per pixels. If the output values are 10^10 times too big. This should be the first issue to look into. 
     604 
    603605* stomate_soilcarbon.f90. the merge of som_dynamics started from the version of CN. The merge of som_dynamics started from the version of CN. calculation of n_minerilazation as done in CAN. The merge of nitrogen_dynamics started from the CAN version and integrated changes from CN. fluxtot has dimension also on nvm in CAN. This is not necessary as it is only used local in the nvm loop. Change in calculation of FixNH4 and f_drain as done in CN. nitrification changes, i.e. *(1.0 - anvf(:,m)) is no longer used, follows CN. kn_conv changed as in CN, mu_no3, mu_no2, mu_n2o changed as in CN, denitrification changed as in CN, frac_nh3 changed as in CN, and emm_fac is now a parameter read with getin. Its default value is 0.2 but was set to 1 in nitrogen_dynamics previously. 
    604606