Changeset 2597 for LMDZ5/trunk/libf/dynphy_lonlat/calfis_loc.F
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/calfis_loc.F
r2429 r2597 50 50 USE callphysiq_mod, ONLY: call_physiq 51 51 #endif 52 USE comconst_mod, ONLY: cpp, daysec, dtphys, dtvr, kappa, pi 52 53 53 54 #ifdef CPP_PARA … … 107 108 c ------------------ 108 109 109 #include "dimensions.h"110 #include "paramet.h"111 #include "temps.h"110 include "dimensions.h" 111 include "paramet.h" 112 include "temps.h" 112 113 113 114 INTEGER ngridmx 114 115 PARAMETER( ngridmx = 2+(jjm-1)*iim - 1/jjm ) 115 116 116 #include "comconst.h" 117 #include "comvert.h" 118 #include "comgeom2.h" 119 #include "iniprint.h" 117 include "comvert.h" 118 include "comgeom2.h" 119 include "iniprint.h" 120 120 #ifdef CPP_MPI 121 121 include 'mpif.h'
Note: See TracChangeset
for help on using the changeset viewer.