Changeset 1621 for trunk/LMDZ.TITAN
- Timestamp:
- Oct 25, 2016, 9:23:21 AM (8 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan
- Files:
-
- 3 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/ajsec.F
r1530 r1621 8 8 use dimphy 9 9 use mod_grid_phy_lmdz, only: nbp_lev 10 use cpdet_ mod, only: t2tpot, tpot2t10 use cpdet_phy_mod, only: t2tpot, tpot2t 11 11 IMPLICIT none 12 12 c====================================================================== -
trunk/LMDZ.TITAN/libf/phytitan/clmain.F
r1530 r1621 36 36 use dimphy 37 37 use mod_grid_phy_lmdz, only: nbp_lev 38 use cpdet_ mod, only: t2tpot38 use cpdet_phy_mod, only: t2tpot 39 39 IMPLICIT none 40 40 c====================================================================== … … 480 480 use dimphy 481 481 use mod_grid_phy_lmdz, only: nbp_lon, nbp_lat, nbp_lev 482 use cpdet_ mod, only: t2tpot,tpot2t,cpdet482 use cpdet_phy_mod, only: t2tpot,tpot2t,cpdet 483 483 484 484 IMPLICIT none … … 887 887 888 888 use dimphy 889 use cpdet_ mod, only: cpdet,t2tpot889 use cpdet_phy_mod, only: cpdet,t2tpot 890 890 IMPLICIT none 891 891 c====================================================================== … … 1171 1171 use dimphy 1172 1172 use mod_grid_phy_lmdz, only: nbp_lev 1173 use cpdet_ mod, only: cpdet1173 use cpdet_phy_mod, only: cpdet 1174 1174 IMPLICIT none 1175 1175 c====================================================================== -
trunk/LMDZ.TITAN/libf/phytitan/diagphy.F
r1530 r1621 208 208 209 209 use dimphy 210 use cpdet_ mod, only: cpdet210 use cpdet_phy_mod, only: cpdet 211 211 IMPLICIT NONE 212 212 C -
trunk/LMDZ.TITAN/libf/phytitan/interface_surf.F90
r1056 r1621 46 46 47 47 use write_field_phy 48 use cpdet_ mod, only: cpdet48 use cpdet_phy_mod, only: cpdet 49 49 50 50 IMPLICIT none … … 197 197 198 198 use write_field_phy 199 use cpdet_ mod, only: t2tpot, tpot2t199 use cpdet_phy_mod, only: t2tpot, tpot2t 200 200 201 201 IMPLICIT none -
trunk/LMDZ.TITAN/libf/phytitan/optci.F
r1461 r1621 1 1 SUBROUTINE OPTCI(ykim,qaer,nmicro,IPRINT) 2 2 use dimphy 3 use infotrac 3 use infotrac_phy, only: nqtot 4 4 use common_mod, only:rmcbar,xfbar,ncount,TauHID,TauCID,TauGID 5 5 USE TGMDAT_MOD, ONLY: RHCH4,FH2,FHAZE,FHVIS,FHIR,TAUFAC, -
trunk/LMDZ.TITAN/libf/phytitan/optcv.F
r1461 r1621 2 2 3 3 use dimphy 4 use infotrac 4 use infotrac_phy, only: nqtot 5 5 use common_mod, only:rmcbar,xfbar,ncount,TauHVD,TauCVD,TauGVD 6 6 USE TGMDAT_MOD, ONLY: RHCH4,FH2,FHAZE,FHVIS,FHIR,TAUFAC, -
trunk/LMDZ.TITAN/libf/phytitan/phyetat0.F90
r1545 r1621 12 12 USE phys_state_var_mod 13 13 USE iostart 14 USE infotrac15 14 USE geometry_mod, only: latitude_deg,longitude_deg 16 15 USE time_phylmdz_mod, only: itau_phy, raz_date -
trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90
r1545 r1621 11 11 USE iostart, only : open_restartphy,close_restartphy, & 12 12 put_var,put_field 13 USE infotrac14 13 USE geometry_mod, only: longitude_deg, latitude_deg 15 14 USE time_phylmdz_mod, only: day_end, annee_ref, itau_phy, raz_date -
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F
r1572 r1621 61 61 USE ioipsl 62 62 ! USE histcom ! not needed; histcom is included in ioipsl 63 USE infotrac 63 USE infotrac_phy, ONLY: iflag_trac, tname, ttext 64 64 use dimphy 65 65 USE geometry_mod, ONLY: longitude, latitude, ! in radians 66 66 & longitude_deg, latitude_deg, ! in degrees 67 67 & cell_area, dx, dy 68 use cpdet_ mod, only: cpdet, t2tpot68 use cpdet_phy_mod, only: cpdet, t2tpot 69 69 USE mod_phys_lmdz_para, only : is_parallel,jj_nb, 70 70 & is_north_pole_phy, … … 81 81 USE write_field_phy 82 82 USE time_phylmdz_mod, only: itau_phy,day_ref,annee_ref,nday 83 USE logic_mod, only: iflag_trac,moyzon_ch,moyzon_mu83 USE logic_mod, only: moyzon_ch,moyzon_mu 84 84 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, nbp_lev 85 85 IMPLICIT none -
trunk/LMDZ.TITAN/libf/phytitan/phytrac.F
r1443 r1621 38 38 c reservoir----outpur-R-un reservoir de surface !!! (m) 39 39 c====================================================================== 40 USE infotrac 40 USE infotrac_phy, ONLY: tname 41 41 use dimphy 42 42 USE common_mod, only: rmcbar,xfbar,ncount, -
trunk/LMDZ.TITAN/libf/phytitan/radtitan.F
r1545 r1621 31 31 c ------------- 32 32 33 USE infotrac 33 USE infotrac_phy, ONLY: tname 34 34 use dimphy 35 35 USE geometry_mod, ONLY: latitude ! in radians
Note: See TracChangeset
for help on using the changeset viewer.