Changeset 1422 for trunk/LMDZ.MARS/libf/dyn3d/sortvarc0.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/sortvarc0.F
r38 r1422 2 2 $(itau,ucov,teta,ps,masse,pk,phis,vorpot,phi,bern,dp,time , 3 3 $ vcov) 4 5 USE comconst_mod, ONLY: daysec,dtvr,rad,g,omeg 6 USE temps_mod, ONLY: day_ini 7 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0,rmsdpdt,rmsv 8 4 9 IMPLICIT NONE 5 10 … … 21 26 #include "dimensions.h" 22 27 #include "paramet.h" 23 #include "comconst.h"24 #include "comvert.h"25 28 #include "comgeom.h" 26 #include "ener.h"27 #include "logic.h"28 #include "temps.h"29 29 30 30 c Arguments:
Note: See TracChangeset
for help on using the changeset viewer.