Changeset 325 for branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters
- Timestamp:
- 2011-07-18T11:23:32+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/constantes_mtc.f90
r257 r325 598 598 ! critical tmin, tabulated (C) 599 599 REAL(r_std), PARAMETER, DIMENSION(nvmc) :: tmin_crit_mtc = & 600 & (/ undef, 0.0, 0.0, - 45.0, -10.0, -45.0, -60.0, &601 & -60.0, undef, undef, undef, undef, undef /)600 & (/ undef, 0.0, 0.0, -30.0, -14.0, -30.0, -45.0, & 601 & -45.0, undef, undef, undef, undef, undef /) 602 602 !- 603 603 ! critical tcm, tabulated (C) 604 604 REAL(r_std), PARAMETER, DIMENSION(nvmc) :: tcm_crit_mtc = & 605 & (/ undef, undef, undef, 5.0, 15.5, 15.5, - 2.0, &606 & 5.0, -2.0, undef, undef, undef, undef /)605 & (/ undef, undef, undef, 5.0, 15.5, 15.5, -8.0, & 606 & -8.0, -8.0, undef, undef, undef, undef /) 607 607 608 608
Note: See TracChangeset
for help on using the changeset viewer.