Ignore:
Timestamp:
2021-12-08T20:11:09+01:00 (3 years ago)
Author:
agnes.ducharne
Message:

Corrects two bugs: default value for nscm after r7337 and r7338; xios_interpolation now working, compared to r7339 (cf ticket #416). Note that xios_interpolation gives different results than "normal interpolation", see ticket #812.

File:
1 edited

Legend:

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

    r7338 r7375  
    7171  INTEGER(i_std), PARAMETER :: nscm_fao=3               !! For FAO Classification (unitless) 
    7272  INTEGER(i_std), PARAMETER :: nscm_usda=13             !! For USDA Classification (unitless) 
    73   INTEGER(i_std), SAVE      :: nscm=nscm_fao            !! Default value for nscm 
     73  INTEGER(i_std), SAVE      :: nscm=nscm_usda            !! Default value for nscm 
    7474!$OMP THREADPRIVATE(nscm) 
    7575 
Note: See TracChangeset for help on using the changeset viewer.