Changeset 2641 for LMDZ5/branches/testing/libf/dyn3d/dynetat0.f90
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d/dynetat0.f90
r2408 r2641 11 11 USE control_mod, ONLY: planet_type 12 12 USE assert_eq_m, ONLY: assert_eq 13 USE comvert_mod, ONLY: pa,preff 14 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, lllm, omeg, rad 15 USE logic_mod, ONLY: fxyhypb, ysinus 16 USE serre_mod, ONLY: clon, clat, grossismx, grossismy 17 USE temps_mod, ONLY: annee_ref, day_ini, day_ref, itau_dyn, start_time 18 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 19 13 20 IMPLICIT NONE 14 21 include "dimensions.h" 15 22 include "paramet.h" 16 include "temps.h"17 include "comconst.h"18 include "comvert.h"19 23 include "comgeom2.h" 20 include "ener.h"21 24 include "description.h" 22 include "serre.h"23 include "logic.h"24 25 include "iniprint.h" 25 26 !===============================================================================
Note: See TracChangeset
for help on using the changeset viewer.