Changeset 1422 for trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat/calfis.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat/calfis.F
r1403 r1422 36 36 ! used only for zonal averages 37 37 USE moyzon_mod 38 USE comvert_mod, ONLY: presnivs,preff 39 USE comconst_mod, ONLY: daysec,dtvr,dtphys,kappa,cpp,g,rad,pi 40 USE logic_mod, ONLY: moyzon_ch,moyzon_mu 38 41 39 42 IMPLICIT NONE … … 93 96 #include "dimensions.h" 94 97 #include "paramet.h" 95 #include "temps.h"96 #include "logic.h"97 98 98 99 INTEGER ngridmx 99 100 PARAMETER( ngridmx = 2+(jjm-1)*iim - 1/jjm ) 100 101 101 #include "comconst.h"102 #include "comvert.h"103 102 #include "comgeom2.h" 104 103 #include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.