Changeset 1422 for trunk/LMDZ.MARS/libf/dyn3d/sortvarc.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/sortvarc.F
r791 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: etot,ptot,ztot,stot,ang, 8 . etot0,ptot0,ztot0,stot0,ang0, 9 . rmsdpdt,rmsv 10 4 11 IMPLICIT NONE 5 12 … … 21 28 #include "dimensions.h" 22 29 #include "paramet.h" 23 #include "comconst.h"24 #include "comvert.h"25 30 #include "comgeom.h" 26 #include "ener.h"27 #include "logic.h"28 #include "temps.h"29 31 30 32 c Arguments:
Note: See TracChangeset
for help on using the changeset viewer.