Changeset 2641 for LMDZ5/branches/testing/libf/dyn3dmem/dynetat0_loc.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/dyn3dmem/dynetat0_loc.f90
r2408 r2641 12 12 USE control_mod, ONLY: planet_type 13 13 USE assert_eq_m, ONLY: assert_eq 14 USE comvert_mod, ONLY: pa,preff 15 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, lllm, & 16 omeg, rad 17 USE logic_mod, ONLY: fxyhypb, ysinus 18 USE serre_mod, ONLY: clon, clat, grossismx, grossismy 19 USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn, & 20 start_time,day_ini,hour_ini 21 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 22 14 23 IMPLICIT NONE 15 24 include "dimensions.h" 16 25 include "paramet.h" 17 include "temps.h"18 include "comconst.h"19 include "comvert.h"20 26 include "comgeom.h" 21 include "ener.h"22 27 include "description.h" 23 include "serre.h"24 include "logic.h"25 28 include "iniprint.h" 26 29 !=============================================================================== … … 99 102 day_ini = tab_cntrl(30) 100 103 itau_dyn = tab_cntrl(31) 101 ! start_time = tab_cntrl(32) ???? 104 start_time = tab_cntrl(32) 102 105 103 106 !-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.