Changeset 7429


Ignore:
Timestamp:
2022-01-13T16:42:12+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Correction to run with the new driver using compressed forcing data (tested with crujra half deg). Already done in the trunk rev [7281].

Done by Xiaoni Wang-Faivre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/forcing_tools.f90

    r7330 r7429  
    26632663          IF ( .NOT. ALLOCATED(contfrac_glo)) ALLOCATE(contfrac_glo(nbland_glo)) 
    26642664          IF ( .NOT. ALLOCATED(testvar)) ALLOCATE(testvar(nbland_glo)) 
     2665          nbpoint_glo = nbland_glo 
    26652666          CALL forcing_contfrac1d(force_id(1), testvar_id, contfrac_id, testvar) 
    2666           nbpoint_glo = nbland_glo 
    26672667       ELSE 
    26682668          WRITE(*,*) "forcing_tools cannot provide data over ocean points as the" 
Note: See TracChangeset for help on using the changeset viewer.