Changeset 7207 for branches/ORCHIDEE_2_2
- Timestamp:
- 2021-05-31T17:59:46+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/thermosoil.f90
r7206 r7207 593 593 INTEGER(i_std),DIMENSION (kjpindex*ngrnd), INTENT (in):: indexgrnd !! Indeces of the points on the 3D map (vertical 594 594 !! dimension towards the ground) (unitless) 595 REAL( i_std),DIMENSION (kjpindex), INTENT (in) :: mcs !! Saturated moisture content (m3/m3)595 REAL(r_std),DIMENSION (kjpindex), INTENT (in) :: mcs !! Saturated moisture content (m3/m3) 596 596 REAL(r_std),DIMENSION (kjpindex), INTENT (inout) :: temp_sol_new !! Surface temperature at the present time-step, 597 597 !! Ts @tex ($K$) @endtex … … 749 749 CALL thermosoil_coef (& 750 750 kjpindex, temp_sol_new, snow, njsc, & 751 mcs, frac_snow_veg, frac_snow_nobio, totfrac_nobio, 751 mcs, frac_snow_veg, frac_snow_nobio, totfrac_nobio, & 752 752 snowdz, snowrho, snowtemp, pb, & 753 753 ptn, & … … 924 924 REAL(r_std), DIMENSION (kjpindex), INTENT (in) :: temp_sol_new !! soil surface temperature @tex ($K$) @endtex 925 925 REAL(r_std), DIMENSION (kjpindex), INTENT (in) :: snow !! snow mass @tex ($Kg$) @endtex 926 INTEGER(i_std),DIMENSION (kjpindex), INTENT (in) :: njsc !! Index of the dominant soil textural class in the grid cell (1-nscm, unitless) 927 REAL(r_std), DIMENSION (kjpindex), INTENT (in) :: mcs !! Saturated moisture content (m3/m3) 926 INTEGER(i_std),DIMENSION (kjpindex), INTENT (in) :: njsc !! Index of the dominant soil textural class 927 !! in the grid cell (1-nscm, unitless) 928 REAL(r_std),DIMENSION (kjpindex), INTENT (in) :: mcs !! Saturated moisture content (m3/m3) 928 929 REAL(r_std),DIMENSION (kjpindex), INTENT(in) :: frac_snow_veg !! Snow cover fraction on vegeted area 929 930 REAL(r_std),DIMENSION (kjpindex,nnobio), INTENT(in) :: frac_snow_nobio !! Snow cover fraction on non-vegeted area
Note: See TracChangeset
for help on using the changeset viewer.