Changeset 325


Ignore:
Timestamp:
2011-07-18T11:23:32+02:00 (13 years ago)
Author:
didier.solyga
Message:

Adjust values of tmin_crit_mtc and tcm_crit_mtc to be synchronized with the trunk (see revision 316)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/constantes_mtc.f90

    r257 r325  
    598598  ! critical tmin, tabulated (C) 
    599599  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 /) 
    602602  !- 
    603603  ! critical tcm, tabulated (C) 
    604604  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 /) 
    607607 
    608608 
Note: See TracChangeset for help on using the changeset viewer.