Ignore:
Timestamp:
2024-02-13T13:45:31+01:00 (5 months ago)
Author:
josefine.ghattas
Message:

Revert commit [8418] because it has problems with restartability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_stomate/stomate_io.f90

    r8418 r8423  
    440440         &              .TRUE., litterhum_daily, 'gather', nbp_glo, index_g) 
    441441    IF (ALL(litterhum_daily(:) == val_exp)) litterhum_daily(:) = zero 
    442  
    443442    !- 
    444443    t2m_daily(:) = val_exp 
     
    472471         &                .TRUE., soilhum_daily, 'gather', nbp_glo, index_g) 
    473472    IF (ALL(soilhum_daily(:,:) == val_exp)) soilhum_daily(:,:) = zero 
    474  
    475473    !- 
    476474    precip_daily(:) = val_exp 
     
    606604         &              .TRUE., soilhum_month, 'gather', nbp_glo, index_g) 
    607605    IF (ALL(soilhum_month(:,:) == val_exp)) soilhum_month(:,:) = zero 
    608  
    609  
    610606    !- 
    611607    ! 6 fire probability 
     
    997993             CALL restget_p (rest_id_stomate, var_name, nbp_glo, nlitt , 1, itime, & 
    998994                  &                     .TRUE., litter(:,:,m,l,k), 'gather', nbp_glo, index_g) 
    999              IF (ok_moyano_soilhumsat)THEN 
    1000                IF (ALL(litter(:,:,m,l,k) == val_exp)) litter(:,:,m,l,k) = Litterini_Moyano 
    1001              ELSE 
    1002                IF (ALL(litter(:,:,m,l,k) == val_exp)) litter(:,:,m,l,k) = zero 
    1003              ENDIF 
     995             IF (ALL(litter(:,:,m,l,k) == val_exp)) litter(:,:,m,l,k) = zero 
    1004996          ENDDO 
    1005997       ENDDO 
     
    10211013       CALL restget_p (rest_id_stomate, var_name, nbp_glo, ncarb , 1, itime, & 
    10221014            &                   .TRUE., carbon(:,:,m), 'gather', nbp_glo, index_g) 
    1023        IF (ok_moyano_soilhumsat)THEN  
    1024           IF (ALL(carbon(:,:,m) == val_exp)) carbon(:,:,m) = Cini_Moyano 
    1025        ELSE 
    1026           IF (ALL(carbon(:,:,m) == val_exp)) carbon(:,:,m) = zero 
    1027        ENDIF 
     1015       IF (ALL(carbon(:,:,m) == val_exp)) carbon(:,:,m) = zero 
    10281016    ENDDO 
    10291017    !- 
     
    17011689    var_name = 't2m_daily' 
    17021690    CALL restput_p (rest_id_stomate, var_name, nbp_glo,    1, 1, itime, & 
    1703                     &                t2m_daily, 'scatter', nbp_glo, index_g) 
     1691         &                t2m_daily, 'scatter', nbp_glo, index_g) 
    17041692    !- 
    17051693    var_name = 't2m_min_daily' 
    17061694    CALL restput_p (rest_id_stomate, var_name, nbp_glo,    1, 1, itime, & 
    1707                     &                t2m_min_daily, 'scatter', nbp_glo, index_g) 
     1695         &                t2m_min_daily, 'scatter', nbp_glo, index_g) 
    17081696    !- 
    17091697    var_name = 'tsurf_daily' 
    17101698    CALL restput_p (rest_id_stomate, var_name, nbp_glo,    1, 1, itime, & 
    1711                     &                tsurf_daily, 'scatter', nbp_glo, index_g) 
     1699         &                tsurf_daily, 'scatter', nbp_glo, index_g) 
    17121700    !- 
    17131701    var_name = 'tsoil_daily' 
    17141702    CALL restput_p (rest_id_stomate, var_name, nbp_glo, nslm, 1, itime, & 
    1715                     &                tsoil_daily, 'scatter', nbp_glo, index_g) 
     1703         &                tsoil_daily, 'scatter', nbp_glo, index_g) 
    17161704    !- 
    17171705    var_name = 'soilhum_daily' 
Note: See TracChangeset for help on using the changeset viewer.