Changeset 281 for branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba
- Timestamp:
- 2011-06-27T10:04:55+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/intersurf.f90
r277 r281 4581 4581 & dt, hist_dt_stom, hori_id, hist_PFTaxis_id, & 4582 4582 & hist_pool_10axis_id, hist_pool_100axis_id, & 4583 & hist_pool_11axis_id, hist_pool_101axis_id )4583 & hist_pool_11axis_id, hist_pool_101axis_id, control_flags) 4584 4584 ! deforestation axis added as arguments 4585 4585 … … 4678 4678 & hist_dt, hist_hori_id, hist_PFTaxis_id, & 4679 4679 & hist_pool_10axis_id, hist_pool_100axis_id, & 4680 & hist_pool_11axis_id, hist_pool_101axis_id )4680 & hist_pool_11axis_id, hist_pool_101axis_id, control_flags) 4681 4681 ! deforestation axis added as arguments 4682 4682 … … 4706 4706 INTEGER(i_std),INTENT(in) :: hist_pool_10axis_id,hist_pool_100axis_id 4707 4707 INTEGER(i_std),INTENT(in) :: hist_pool_11axis_id,hist_pool_101axis_id 4708 !- Flags that (de)activate parts of the model 4709 TYPE(control_type), INTENT(in) :: control_flags 4708 4710 !- 4709 4711 !- 1 local … … 4932 4934 & TRIM("Density of individuals "), & 4933 4935 & TRIM("1/ m^2 "), iim,jjm, hist_hori_id, & 4936 & nvm,1,nvm, hist_PFTaxis_id,32, ave(3), dt, hist_dt) 4937 4938 IF ( control_flags%ok_dgvm ) THEN 4939 ! Adaptation to climate 4940 CALL histdef (hist_id_stom, & 4941 & TRIM("ADAPTATION "), & 4942 & TRIM("Adaptation to climate (DGVM) "), & 4943 & TRIM("- "), iim,jjm, hist_hori_id, & 4944 & nvm,1,nvm, hist_PFTaxis_id,32, ave(3), dt, hist_dt) 4945 4946 ! Probability from regenerative 4947 CALL histdef (hist_id_stom, & 4948 & TRIM("REGENERATION "), & 4949 & TRIM("Probability from regenerative (DGVM) "), & 4950 & TRIM("- "), iim,jjm, hist_hori_id, & 4951 & nvm,1,nvm, hist_PFTaxis_id,32, ave(3), dt, hist_dt) 4952 ENDIF 4953 4954 ! crown area of individuals (m**2) 4955 CALL histdef (hist_id_stom, & 4956 & TRIM("CN_IND "), & 4957 & TRIM("crown area of individuals "), & 4958 & TRIM("m^2 "), iim,jjm, hist_hori_id, & 4959 & nvm,1,nvm, hist_PFTaxis_id,32, ave(3), dt, hist_dt) 4960 4961 ! woodmass of individuals (gC) 4962 CALL histdef (hist_id_stom, & 4963 & TRIM("WOODMASS_IND "), & 4964 & TRIM("Woodmass of individuals "), & 4965 & TRIM("gC/pft "), iim,jjm, hist_hori_id, & 4934 4966 & nvm,1,nvm, hist_PFTaxis_id,32, ave(3), dt, hist_dt) 4935 4967
Note: See TracChangeset
for help on using the changeset viewer.