Ignore:
Timestamp:
2011-03-08T09:57:58+01:00 (14 years ago)
Author:
didier.solyga
Message:

delete comments made for debug

Location:
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrolc.f90

    r112 r134  
    19591959        ! 
    19601960        IF ( ABS(dsp(ji,jv)-dsg(ji,jv)) .LT. min_resdis ) THEN 
    1961             bqsb(ji,jv) = bqsb(ji,jv) + gqsb(ji,jv) 
    1962             dsp(ji,jv) = dpu_cste - bqsb(ji,jv) / ruu_ch(ji) 
    1963             gqsb(ji,jv) = zero 
    1964             dsg(ji,jv) = zero 
    1965             dss(ji,jv) = dsp(ji,jv) 
     1961           bqsb(ji,jv) = bqsb(ji,jv) + gqsb(ji,jv) 
     1962           dsp(ji,jv) = dpu_cste - bqsb(ji,jv) / ruu_ch(ji) 
     1963           gqsb(ji,jv) = zero 
     1964           dsg(ji,jv) = zero 
     1965           dss(ji,jv) = dsp(ji,jv) 
    19661966        ENDIF 
    19671967        ! 
     
    21962196      ENDDO 
    21972197    ENDDO 
    2198  
    2199  
    2200 !!$DS Debug humrel 14/02/2011 
    2201 !!$    DO jv = 1, nvm 
    2202 !!$      DO ji=1,kjpindex 
    2203 !!$         WRITE(numout,*)'the value of humrel for the PFT 10 is : ',humrel(ji,10)  
    2204 !!$         WRITE(numout,*)'the value of humrel for the PFT 12 is : ',humrel(ji,12)  
    2205 !!$      ENDDO 
    2206 !!$    ENDDO 
    22072198 
    22082199    ! 
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/slowproc.f90

    r105 r134  
    899899       CALL setvar_p (lai, val_exp, 'SECHIBA_LAI', llaimax) 
    900900 
    901  
    902 !!$  15/12/2010   DS it seems to have a bug with setvar_p : reading more parameters than necessary 
    903901  
    904902       !Config Key  = SOIL_FRACTIONS 
     
    14841482       ENDDO 
    14851483    ENDDO 
     1484     
    14861485    ! 
    14871486    ! 3. if lai of a vegetation type (jv > 1) is small, increase soil part 
     
    15211520       ENDIF 
    15221521    ENDDO 
     1522 
    15231523    ! 
    15241524    ! 4. Sum up surface fractions and test if the sum is equal to 1 
Note: See TracChangeset for help on using the changeset viewer.