Changeset 112 for branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba
- Timestamp:
- 2011-02-16T11:10:29+01:00 (14 years ago)
- Location:
- branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrol.f90
r64 r112 1893 1893 1894 1894 IF ( firstcall ) THEN 1895 !Config Key = PERCENT_THROUGHFALL_PFT1896 !Config Desc = Percent by PFT of precip that is not intercepted by the canopy1897 !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30.1898 !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall1899 !Config will get directly to the ground without being intercepted, for each PFT.1900 1901 ! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /)1902 CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft)1895 !!$ !Config Key = PERCENT_THROUGHFALL_PFT 1896 !!$ !Config Desc = Percent by PFT of precip that is not intercepted by the canopy 1897 !!$ !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 1898 !!$ !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1899 !!$ !Config will get directly to the ground without being intercepted, for each PFT. 1900 !!$ 1901 !!$! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 1902 !!$ CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 1903 1903 throughfall_by_pft = throughfall_by_pft / 100. 1904 1904 -
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrolc.f90
r64 r112 1459 1459 1460 1460 IF ( firstcall ) THEN 1461 !Config Key = PERCENT_THROUGHFALL_PFT1462 !Config Desc = Percent by PFT of precip that is not intercepted by the canopy1463 !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30.1464 !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall1465 !Config will get directly to the ground without being intercepted, for each PFT.1466 1467 ! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /)1468 CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft)1461 !!$ !Config Key = PERCENT_THROUGHFALL_PFT 1462 !!$ !Config Desc = Percent by PFT of precip that is not intercepted by the canopy 1463 !!$ !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 1464 !!$ !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1465 !!$ !Config will get directly to the ground without being intercepted, for each PFT. 1466 !!$ 1467 !!$! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 1468 !!$ CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 1469 1469 throughfall_by_pft = throughfall_by_pft / 100. 1470 1470 … … 2197 2197 ENDDO 2198 2198 2199 2200 !!$DS Debug humrel 14/02/2011 2201 !!$ DO jv = 1, nvm 2202 !!$ DO ji=1,kjpindex 2203 !!$ WRITE(numout,*)'the value of humrel for the PFT 10 is : ',humrel(ji,10) 2204 !!$ WRITE(numout,*)'the value of humrel for the PFT 12 is : ',humrel(ji,12) 2205 !!$ ENDDO 2206 !!$ ENDDO 2207 2199 2208 ! 2200 2209 ! 7. Diagnostics which are needed to carry information to other modules
Note: See TracChangeset
for help on using the changeset viewer.