Changeset 1443 for trunk/LMDZ.VENUS/libf
- Timestamp:
- Jun 5, 2015, 3:05:35 PM (10 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 2 added
- 2 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/clmain.F
r1301 r1443 144 144 c====================================================================== 145 145 c 146 #include "temps.h"147 146 LOGICAL zxli ! utiliser un jeu de fonctions simples 148 147 PARAMETER (zxli=.FALSE.) -
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r1442 r1443 34 34 #include "comcstfi.h" 35 35 #include "netcdf.inc" 36 #include "logic.h"37 36 #include "clesphys.h" 38 37 #include "iniprint.h" -
trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90
r1301 r1443 15 15 USE comgeomphy, only: rlatd,rlond 16 16 USE control_mod, only: raz_date 17 USE temps_mod, only: itau_phy 17 18 18 19 implicit none … … 26 27 #include "clesphys.h" 27 28 #include "tabcontrol.h" 28 #include "temps.h"29 29 !====================================================================== 30 30 -
trunk/LMDZ.VENUS/libf/phyvenus/phyredem.F90
r973 r1443 14 14 USE comgeomphy, only: rlatd,rlond 15 15 USE control_mod, only: raz_date 16 USE temps_mod, only: day_end, annee_ref, itau_phy 16 17 17 18 implicit none … … 25 26 #include "clesphys.h" 26 27 #include "tabcontrol.h" 27 #include "temps.h"28 28 !====================================================================== 29 29 -
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r1442 r1443 70 70 use moyzon_mod, only: tmoy 71 71 use ieee_arithmetic 72 use temps_mod, only: itau_phy,day_ref,annee_ref 73 use logic_mod, only: iflag_trac 72 74 IMPLICIT none 73 75 c====================================================================== … … 84 86 #include "dimsoil.h" 85 87 #include "clesphys.h" 86 #include "temps.h"87 88 #include "iniprint.h" 88 89 #include "timerad.h" 89 #include "logic.h"90 90 #include "tabcontrol.h" 91 91 #include "nirdata.h" -
trunk/LMDZ.VENUS/libf/phyvenus/phytrac_emiss.F
r1305 r1443 37 37 #include "dimensions.h" 38 38 #include "clesphys.h" 39 #include "temps.h"40 39 #include "paramet.h" 41 40 c====================================================================== -
trunk/LMDZ.VENUS/libf/phyvenus/phytrac_relax.F
r1160 r1443 34 34 #include "dimensions.h" 35 35 #include "clesphys.h" 36 #include "temps.h"37 36 #include "paramet.h" 38 37 c====================================================================== -
trunk/LMDZ.VENUS/libf/phyvenus/readstartphy.F
r1301 r1443 19 19 #include "netcdf.inc" 20 20 #include "dimsoil.h" 21 #include "temps.h"22 21 c====================================================================== 23 22 integer ngridmx
Note: See TracChangeset
for help on using the changeset viewer.