- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/readhead_NC.F
r1403 r1422 2 2 . day0, 3 3 . phis,constR) 4 5 USE comvert_mod, ONLY: aps,bps,preff 6 USE comconst_mod, ONLY: im,jm,lllm,daysec,dtvr, 7 . rad,omeg,g,cpp,kappa,r 8 USE temps_mod, ONLY: day_ini 9 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 10 4 11 IMPLICIT none 5 12 c====================================================================== … … 12 19 #include "dimensions.h" 13 20 #include "paramet.h" 14 #include "temps.h"15 #include "comconst.h"16 #include "comvert.h"17 21 #include "comgeom.h" 18 #include "ener.h"19 #include "description.h"20 22 21 23 c======================================================================
Note: See TracChangeset
for help on using the changeset viewer.