Changeset 2399 for LMDZ5/trunk/libf/phylmd/cpl_mod.F90
- Timestamp:
- Nov 20, 2015, 5:23:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cpl_mod.F90
r2345 r2399 292 292 ! are stored in this module. 293 293 USE surface_data 294 USE phys_state_var_mod, ONLY : rlon, rlat294 USE geometry_mod, ONLY : longitude_deg, latitude_deg 295 295 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl 296 296 USE indice_sol_mod … … 363 363 364 364 ! Transform the longitudes and latitudes on 2D arrays 365 CALL gather_omp( rlon,rlon_mpi)366 CALL gather_omp( rlat,rlat_mpi)365 CALL gather_omp(longitude_deg,rlon_mpi) 366 CALL gather_omp(latitude_deg,rlat_mpi) 367 367 !$OMP MASTER 368 368 CALL Grid1DTo2D_mpi(rlon_mpi,tmp_lon)
Note: See TracChangeset
for help on using the changeset viewer.