Changeset 7519


Ignore:
Timestamp:
2022-03-14T13:06:55+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Correct comments and moved capa_ice as proposed by Catherine Ottle, see ticket #809

Location:
branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes_soil_var.f90

    r7508 r7519  
    8181                                                        !! (kg/m3) 
    8282!$OMP THREADPRIVATE(sn_dens) 
    83   REAL(r_std), SAVE :: sn_capa                          !! Heat capacity for snow  
     83  REAL(r_std), SAVE :: sn_capa                          !! Volumetric heat capacity for snow  
    8484                                                        !! @tex $(J.m^{-3}.K^{-1})$ @endtex 
    8585!$OMP THREADPRIVATE(sn_capa) 
    86   REAL(r_std), SAVE :: water_capa = 4.18e+6             !! Water heat capacity  
     86  REAL(r_std), PARAMETER :: capa_ice = 2.228*1.E3       !! Specific heat capacity of ice (J/kg/K) 
     87 
     88  REAL(r_std), SAVE :: water_capa = 4.18e+6             !! Volumetric water heat capacity  
    8789                                                        !! @tex $(J.m^{-3}.K^{-1})$ @endtex 
    8890!$OMP THREADPRIVATE(water_capa) 
    89   REAL(r_std), SAVE :: brk_capa = 2.0e+6                !! Heat capacity of generic rock 
     91  REAL(r_std), SAVE :: brk_capa = 2.0e+6                !! Volumetric heat capacity of generic rock 
    9092                                                        !! @tex $(J.m^{-3}.K^{-1})$ @endtex 
    9193!$OMP THREADPRIVATE(brk_capa) 
     
    199201&     0.25_r_std /)  ! oxisols                  
    200202 
    201   REAL(r_std),PARAMETER,DIMENSION(nscm_usda) :: so_capa_dry_usda = &     !! Dry soil Heat capacity of soils,J.m^{-3}.K^{-1} 
     203  REAL(r_std),PARAMETER,DIMENSION(nscm_usda) :: so_capa_dry_usda = &     !! Dry soil Volumetric Heat capacity of soils,J.m^{-3}.K^{-1} 
    202204 & (/ 1.47e+6_r_std, 1.41e+6_r_std, 1.34e+6_r_std, 1.27e+6_r_std, &      !! Pielke [2002, 2013] 
    203205 &    1.21e+6_r_std, 1.21e+6_r_std, 1.18e+6_r_std, 1.32e+6_r_std, & 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes_var.f90

    r7432 r7519  
    379379 
    380380  !! Heat capacity 
    381   REAL(r_std), PARAMETER :: capa_ice = 2.228*1.E3       !! Heat capacity of ice (J/kg/K) 
    382381  REAL(r_std), PARAMETER :: rho_water = 1000.           !! Density of water (kg/m3) 
    383382  REAL(r_std), PARAMETER :: rho_ice = 920.              !! Density of ice (kg/m3) 
Note: See TracChangeset for help on using the changeset viewer.