Changeset 101 for trunk/libf/phyvenus/clmain.classic
- Timestamp:
- Mar 23, 2011, 4:23:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/phyvenus/clmain.classic
r97 r101 34 34 USE ioipsl 35 35 USE interface_surf 36 use dimphy 36 37 IMPLICIT none 37 38 c====================================================================== … … 65 66 c====================================================================== 66 67 #include "dimensions.h" 67 #include "dimphy.h"68 68 c$$$ PB ajout pour soil 69 69 #include "dimsoil.h" … … 488 488 489 489 USE interface_surf 490 use dimphy 490 491 491 492 IMPLICIT none … … 495 496 c====================================================================== 496 497 #include "dimensions.h" 497 #include "dimphy.h"498 498 #include "YOMCST.h" 499 499 #include "dimsoil.h" … … 766 766 e paprs,pplay,delp, 767 767 s d_ven,flux_v) 768 769 use dimphy 768 770 IMPLICIT none 769 771 c====================================================================== … … 789 791 c====================================================================== 790 792 #include "dimensions.h" 791 #include "dimphy.h"792 793 #include "iniprint.h" 793 794 INTEGER knon … … 894 895 . ts,u,v,t, 895 896 . pcfm, pcfh) 897 898 use dimphy 896 899 IMPLICIT none 897 900 c====================================================================== … … 914 917 c====================================================================== 915 918 #include "dimensions.h" 916 #include "dimphy.h"917 919 #include "YOMCST.h" 918 920 #include "iniprint.h" … … 1177 1179 SUBROUTINE coefkz2(knon, paprs, pplay,t, 1178 1180 . pcfm, pcfh) 1181 1182 use dimphy 1179 1183 IMPLICIT none 1180 1184 c====================================================================== … … 1193 1197 c====================================================================== 1194 1198 #include "dimensions.h" 1195 #include "dimphy.h"1196 1199 #include "YOMCST.h" 1197 1200 #include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.