Changeset 1017 for trunk/LMDZ.VENUS/libf/phyvenus
- Timestamp:
- Aug 22, 2013, 4:02:07 PM (11 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/YOMCST.h
r101 r1017 20 20 REAL RKAPPA,RETV 21 21 ! ADAPTATION GCM POUR CP(T) 22 real cpdet23 external cpdet22 ! real cpdet 23 ! external cpdet 24 24 ! A1.5,6 Thermodynamic liquid,solid phases 25 25 REAL RCW,RCS -
trunk/LMDZ.VENUS/libf/phyvenus/ajsec.F
r101 r1017 7 7 8 8 use dimphy 9 use cpdet_mod, only: t2tpot, tpot2t 9 10 IMPLICIT none 10 11 c====================================================================== -
trunk/LMDZ.VENUS/libf/phyvenus/clmain.F
r892 r1017 35 35 USE interface_surf 36 36 use dimphy 37 use cpdet_mod, only: t2tpot 37 38 IMPLICIT none 38 39 c====================================================================== … … 490 491 USE interface_surf 491 492 use dimphy 493 use cpdet_mod, only: t2tpot,tpot2t,cpdet 492 494 493 495 IMPLICIT none … … 898 900 899 901 use dimphy 902 use cpdet_mod, only: cpdet,t2tpot 900 903 IMPLICIT none 901 904 c====================================================================== … … 1181 1184 1182 1185 use dimphy 1186 use cpdet_mod, only: cpdet 1183 1187 IMPLICIT none 1184 1188 c====================================================================== -
trunk/LMDZ.VENUS/libf/phyvenus/comcstfi.h
r892 r1017 5 5 6 6 REAL rad,g,r,cpp,rcp,dtphys,daysec,mugaz,omeg 7 real cpdet8 external cpdet9 7 10 8 !----------------------------------------------------------------------- -
trunk/LMDZ.VENUS/libf/phyvenus/diagphy.F
r101 r1017 209 209 210 210 use dimphy 211 use cpdet_mod, only: cpdet 211 212 IMPLICIT NONE 212 213 C -
trunk/LMDZ.VENUS/libf/phyvenus/interface_surf.F90
r973 r1017 46 46 47 47 use write_field_phy 48 use cpdet_mod, only: cpdet 48 49 49 50 IMPLICIT none … … 196 197 197 198 use write_field_phy 199 use cpdet_mod, only: t2tpot, tpot2t 198 200 199 201 IMPLICIT none -
trunk/LMDZ.VENUS/libf/phyvenus/lw_venus_ve.F
r953 r1017 6 6 7 7 use dimphy 8 use cpdet_mod, only: cpdet 8 9 IMPLICIT none 9 10 -
trunk/LMDZ.VENUS/libf/phyvenus/lwi.F
r953 r1017 2 2 3 3 use dimphy 4 use cpdet_mod, only: cpdet 4 5 implicit none 5 6 -
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r973 r1017 64 64 USE write_field_phy 65 65 USE iophy 66 use cpdet_mod, only: cpdet, t2tpot 66 67 IMPLICIT none 67 68 c====================================================================== -
trunk/LMDZ.VENUS/libf/phyvenus/rcm1d.F
r901 r1017 1 1 #include "../dyn3d/cpdet_mod.F90" 2 !*********************************************************************** 2 3 PROGRAM rcm1d 3 4 … … 6 7 use comgeomphy 7 8 USE phys_state_var_mod 9 use cpdet_mod, only: ini_cpdet 8 10 IMPLICIT NONE 9 11 … … 466 468 #include "../dyn3d/abort_gcm.F" 467 469 #include "../dyn3d/dump2d.F" 468 #include "../dyn3d/cpdet.F" 469 470 -
trunk/LMDZ.VENUS/libf/phyvenus/sw_venus_dc.F
r892 r1017 5 5 6 6 use dimphy 7 use cpdet_mod, only: cpdet 7 8 IMPLICIT none 8 9
Note: See TracChangeset
for help on using the changeset viewer.