Changeset 2622 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- Sep 4, 2016, 8:12:02 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/advect_new_loc.F
r2616 r2622 33 33 include "paramet.h" 34 34 include "comgeom.h" 35 include "ener.h"36 35 37 36 c Arguments: -
LMDZ5/trunk/libf/dyn3dmem/advtrac_loc.F
r2603 r2622 34 34 include "comdissip.h" 35 35 include "comgeom2.h" 36 include "ener.h"37 36 include "description.h" 38 37 -
LMDZ5/trunk/libf/dyn3dmem/dynetat0_loc.f90
r2615 r2622 19 19 USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn, & 20 20 start_time,day_ini,hour_ini 21 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 21 22 22 23 IMPLICIT NONE … … 24 25 include "paramet.h" 25 26 include "comgeom.h" 26 include "ener.h"27 27 include "description.h" 28 28 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/dynredem_loc.F90
r2603 r2622 20 20 taux,tauy 21 21 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time 22 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 22 23 23 24 IMPLICIT NONE … … 25 26 include "paramet.h" 26 27 include "comgeom.h" 27 include "ener.h"28 28 include "description.h" 29 29 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/gcm.F90
r2603 r2622 62 62 include "comdissnew.h" 63 63 include "comgeom.h" 64 include "ener.h"65 64 include "description.h" 66 65 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/iniacademic_loc.F90
r2603 r2622 22 22 USE comvert_mod, ONLY: ap, bp, preff, presnivs, pressure_exner 23 23 USE temps_mod, ONLY: annee_ref, day_ini, day_ref 24 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 25 24 26 25 27 ! Author: Frederic Hourdin original: 15/01/93 … … 36 38 include "comgeom.h" 37 39 include "academic.h" 38 include "ener.h"39 40 include "iniprint.h" 40 41 -
LMDZ5/trunk/libf/dyn3dmem/initdynav_loc.F
r2603 r2622 48 48 include "paramet.h" 49 49 include "comgeom.h" 50 include "ener.h"51 50 include "description.h" 52 51 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/initfluxsto_p.F
r2603 r2622 49 49 include "paramet.h" 50 50 include "comgeom.h" 51 include "ener.h"52 51 include "description.h" 53 52 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/inithist_loc.F
r2603 r2622 47 47 include "paramet.h" 48 48 include "comgeom.h" 49 include "ener.h"50 49 include "description.h" 51 50 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
r2616 r2622 76 76 include "comdissnew.h" 77 77 include "comgeom.h" 78 include "ener.h"79 78 include "description.h" 80 79 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/writedynav_loc.F
r2603 r2622 47 47 include "paramet.h" 48 48 include "comgeom.h" 49 include "ener.h"50 49 include "description.h" 51 50 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/writehist_loc.F
r2603 r2622 47 47 include "paramet.h" 48 48 include "comgeom.h" 49 include "ener.h"50 49 include "description.h" 51 50 include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.