Changeset 2601 for LMDZ5/trunk/libf/phylmd/dyn1d
- Timestamp:
- Jul 24, 2016, 11:51:55 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd/dyn1d
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/1DUTILS.h
r2597 r2601 436 436 use control_mod 437 437 USE comconst_mod, ONLY: im, jm, lllm 438 USE temps_mod, ONLY: annee_ref, day_ini, day_ref, itau_dyn 438 439 439 440 IMPLICIT NONE … … 444 445 ! ------------- 445 446 include "dimensions.h" 446 include "temps.h"447 447 !!#include "control.h" 448 448 include "logic.h" … … 580 580 use control_mod 581 581 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad 582 USE temps_mod, ONLY: annee_ref,day_end,day_ref,itau_dyn,itaufin 582 583 583 584 IMPLICIT NONE … … 588 589 ! ------------- 589 590 include "dimensions.h" 590 include "temps.h"591 591 !!#include "control.h" 592 592 include "logic.h" -
LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r2600 r2601 37 37 USE mod_const_mpi, ONLY: comm_lmdz 38 38 USE physiq_mod, ONLY: physiq 39 USE temps_mod, ONLY: annee_ref, calend, day_end, day_ini, day_ref, & 40 itau_dyn, itau_phy, start_time 39 41 40 42 implicit none 41 43 #include "dimensions.h" 42 44 #include "YOMCST.h" 43 #include "temps.h"44 45 !!#include "control.h" 45 46 #include "clesphys.h"
Note: See TracChangeset
for help on using the changeset viewer.