Changeset 1506 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Apr 10, 2011, 10:13:07 AM (14 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv3_routines.F
r1501 r1506 38 38 CHARACTER (LEN=20) :: modname='cv3_param' 39 39 CHARACTER (LEN=80) :: abort_message 40 LOGICAL, SAVE :: FIRST=.TRUE. 41 !$OMP THREADPRIVATE(FIRST) 42 40 43 41 44 c noff: integer limit for convection (nd-noff) … … 100 103 CLOSE(99) 101 104 9999 Continue 102 WRITE(*,*)'dpbase=',dpbase 103 WRITE(*,*)'pbcrit=',pbcrit 104 WRITE(*,*)'ptcrit=',ptcrit 105 WRITE(*,*)'sigdz=',sigdz 106 WRITE(*,*)'spfac=',spfac 105 if (first) then 106 WRITE(*,*)'dpbase=',dpbase 107 WRITE(*,*)'pbcrit=',pbcrit 108 WRITE(*,*)'ptcrit=',ptcrit 109 WRITE(*,*)'sigdz=',sigdz 110 WRITE(*,*)'spfac=',spfac 111 first = .false. 112 endif 113 107 114 108 115 return … … 939 946 parameter(sigs=0.15) 940 947 integer flag_epKEorig 948 LOGICAL, SAVE :: FIRST=.TRUE. 949 !$OMP THREADPRIVATE(FIRST) 941 950 942 951 !===================================================================== … … 1060 1069 CLOSE(99) 1061 1070 9999 Continue 1062 WRITE(*,*)'flag_epKEorig',flag_epKEorig 1063 WRITE(*,*)'elcrit=',elcrit 1064 WRITE(*,*)'tlcrit=',tlcrit 1071 if (first) then 1072 WRITE(*,*)'flag_epKEorig',flag_epKEorig 1073 WRITE(*,*)'elcrit=',elcrit 1074 WRITE(*,*)'tlcrit=',tlcrit 1075 first=.false. 1076 endif 1065 1077 cIM end: ajout fis. reglage ep 1066 1078 -
LMDZ5/trunk/libf/phylmd/fisrtilp.F90
r1492 r1506 25 25 include "tracstoke.h" 26 26 include "fisrtilp.h" 27 include "iniprint.h" 28 27 29 ! 28 30 ! Arguments: … … 142 144 zdelq=0.0 143 145 144 print*,'NUAGES4 A. JAM'146 if (prt_level>9)write(lunout,*)'NUAGES4 A. JAM' 145 147 IF (appel1er) THEN 146 148 ! -
LMDZ5/trunk/libf/phylmd/physiq.F
r1496 r1506 3355 3355 IF (MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN 3356 3356 3357 print*,'freq_cosp',freq_cosp3357 ! print*,'freq_cosp',freq_cosp 3358 3358 mr_ozone=wo(:, :, 1) * dobson_u * 1e3 / zmasse 3359 3359 ! print*,'Dans physiq.F avant appel cosp ref_liq,ref_ice=',
Note: See TracChangeset
for help on using the changeset viewer.