Changeset 6102
- Timestamp:
- 2019-07-05T14:52:05+02:00 (5 years ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/sechiba.f90
r5820 r6102 45 45 USE sechiba_io_p 46 46 USE slowproc 47 USE routing 47 USE routing_wrapper 48 48 USE ioipsl_para 49 49 USE chemistry … … 295 295 CALL chemistry_xios_initialize 296 296 CALL thermosoil_xios_initialize 297 CALL routing_wrapper_xios_initialize 297 298 END IF 298 299 IF (printlev_loc>=3) WRITE(numout,*) 'End sechiba_xios_initialize' … … 492 493 !! 1.12 Initialize river routing 493 494 IF ( river_routing .AND. nbp_glo .GT. 1) THEN 495 494 496 !! 1.12.1 Initialize river routing 495 CALL routing_initialize( kjit, kjpindex, index, & 497 CALL routing_wrapper_initialize( & 498 kjit, kjpindex, index, & 496 499 rest_id, hist_id, hist2_id, lalo, & 497 500 neighbours, resolution, contfrac, stempdiag, & … … 762 765 IF ( river_routing .AND. nbp_glo .GT. 1) THEN 763 766 !! 8.1 River routing 764 CALL routing_ main (kjit, kjpindex, index, &767 CALL routing_wrapper_main (kjit, kjpindex, index, & 765 768 & lalo, neighbours, resolution, contfrac, totfrac_nobio, veget_max, floodout, runoff, & 766 769 & drainage, transpot, precip_rain, humrel, k_litt, flood_frac, flood_res, & … … 1364 1367 IF ( river_routing .AND. nbp_glo .GT. 1) THEN 1365 1368 !! 6.1 Call river routing to write restart files 1366 CALL routing_ finalize( kjit, kjpindex, rest_id, flood_frac, flood_res )1369 CALL routing_wrapper_finalize( kjit, kjpindex, rest_id, flood_frac, flood_res ) 1367 1370 ELSE 1368 1371 !! 6.2 No routing, set variables to zero … … 1960 1963 CALL thermosoil_clear 1961 1964 CALL condveg_clear 1962 CALL routing_ clear1965 CALL routing_wrapper_clear 1963 1966 1964 1967 END SUBROUTINE sechiba_clear
Note: See TracChangeset
for help on using the changeset viewer.