Ignore:
Timestamp:
2021-10-20T18:49:49+02:00 (3 years ago)
Author:
josefine.ghattas
Message:

Integrated commit [7315] from the trunk: Variables should always be allocated when passed as argument. Otherwise strict debug options might fail. This was the case with the case at jean-zay.

File:
1 edited

Legend:

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

    r7264 r7328  
    14741474          ALLOCATE(tairmax_full(nbpoint_loc,slab_size)) 
    14751475          ALLOCATE(tairmin_full(nbpoint_loc,slab_size)) 
     1476       ELSE 
     1477          ALLOCATE(tairmax_full(1,1)) 
     1478          ALLOCATE(tairmin_full(1,1)) 
     1479          ALLOCATE(hurs_full(1,1)) 
    14761480       ENDIF 
    14771481       ALLOCATE(qair_full(nbpoint_loc,slab_size)) 
Note: See TracChangeset for help on using the changeset viewer.