Changeset 2733 for LMDZ5/trunk/libf/phylmd/iophys.F90
- Timestamp:
- Dec 15, 2016, 10:24:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/iophys.F90
r2643 r2733 1 1 subroutine iophys_ecrit(nom,lllm,titre,unite,px) 2 USE dimphy 3 USE mod_phys_lmdz_para 4 USE mod_grid_phy_lmdz 2 3 USE mod_phys_lmdz_para, ONLY: klon_omp, is_mpi_root 4 USE mod_grid_phy_lmdz, ONLY: klon_glo, nbp_lon, nbp_lat 5 5 IMPLICIT NONE 6 6 … … 39 39 !================================================================= 40 40 41 #include "dimensions.h"42 #include "paramet.h"43 #include "netcdf.inc"44 #include "iotd.h"45 46 41 47 42 ! Arguments on input: … … 52 47 real px(klon_omp,lllm) 53 48 real xglo(klon_glo,lllm) 54 real zx( iim,jjp1,lllm)49 real zx(nbp_lon,nbp_lat,lllm) 55 50 56 51 … … 68 63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 69 64 SUBROUTINE iophys_ini 70 USE mod_phys_lmdz_para 65 USE mod_phys_lmdz_para, ONLY: is_mpi_root 71 66 USE vertical_layers_mod, ONLY: presnivs 72 67 USE regular_lonlat_mod, ONLY: lon_reg, lat_reg
Note: See TracChangeset
for help on using the changeset viewer.