Changeset 1443 for trunk/LMDZ.TITAN/libf
- Timestamp:
- Jun 5, 2015, 3:05:35 PM (9 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan
- Files:
-
- 2 added
- 2 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/clmain.F
r1048 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.TITAN/libf/phytitan/dyn1d/rcm1d.F
r1442 r1443 32 32 #include "comcstfi.h" 33 33 #include "netcdf.inc" 34 #include "logic.h"35 34 #include "clesphys.h" 36 35 #include "iniprint.h" -
trunk/LMDZ.TITAN/libf/phytitan/phyetat0.F90
r1056 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.TITAN/libf/phytitan/phyredem.F90
r1056 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.TITAN/libf/phytitan/physiq.F
r1356 r1443 72 72 USE moyzon_mod 73 73 USE write_field_phy 74 USE temps_mod, only: itau_phy,day_ref,annee_ref 75 USE logic_mod, only: iflag_trac,moyzon_ch,moyzon_mu 74 76 IMPLICIT none 75 77 c====================================================================== … … 85 87 #include "dimsoil.h" 86 88 #include "clesphys.h" 87 #include "temps.h"88 89 #include "iniprint.h" 89 #include "logic.h"90 90 #include "tabcontrol.h" 91 91 #include "comorbit.h" -
trunk/LMDZ.TITAN/libf/phytitan/phytrac.F
r1126 r1443 45 45 USE moyzon_mod 46 46 USE write_field_phy 47 USE logic_mod, ONLY: moyzon_ch,moyzon_mu 47 48 IMPLICIT none 48 49 #include "dimensions.h" … … 52 53 #include "varmuphy.h" 53 54 #include "itemps.h" 54 #include "logic.h"55 55 56 56 c====================================================================== -
trunk/LMDZ.TITAN/libf/phytitan/readstartphy.F
r1055 r1443 19 19 #include "netcdf.inc" 20 20 #include "dimsoil.h" 21 #include "temps.h"22 21 c====================================================================== 23 22 integer ngridmx -
trunk/LMDZ.TITAN/libf/phytitan/scal_wind.F
r1056 r1443 15 15 #include "dimensions.h" 16 16 #include "paramet.h" 17 #include "comgeom.h"18 17 19 18 c Arguments: -
trunk/LMDZ.TITAN/libf/phytitan/wind_scal.F
r1056 r1443 15 15 #include "dimensions.h" 16 16 #include "paramet.h" 17 #include "comgeom.h"18 17 19 18 c Arguments:
Note: See TracChangeset
for help on using the changeset viewer.