Changeset 7328
- Timestamp:
- 2021-10-20T18:49:49+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/forcing_tools.f90
r7264 r7328 1474 1474 ALLOCATE(tairmax_full(nbpoint_loc,slab_size)) 1475 1475 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)) 1476 1480 ENDIF 1477 1481 ALLOCATE(qair_full(nbpoint_loc,slab_size))
Note: See TracChangeset
for help on using the changeset viewer.