Changeset 3825 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cpl_mod.F90
- Timestamp:
- May 6, 2015, 12:14:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cpl_mod.F90
r3819 r3825 294 294 ! are stored in this module. 295 295 USE surface_data 296 USE phys_state_var_mod, ONLY : rlon, rlat296 USE geometry_mod, ONLY : lon_degrees, lat_degrees 297 297 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl 298 298 USE indice_sol_mod … … 365 365 366 366 ! Transform the longitudes and latitudes on 2D arrays 367 CALL gather_omp( rlon,rlon_mpi)368 CALL gather_omp( rlat,rlat_mpi)367 CALL gather_omp(lon_degrees,rlon_mpi) 368 CALL gather_omp(lat_degrees,rlat_mpi) 369 369 !$OMP MASTER 370 370 CALL Grid1DTo2D_mpi(rlon_mpi,tmp_lon)
Note: See TracChangeset
for help on using the changeset viewer.