Changeset 966 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Jun 11, 2008, 1:11:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/cv3_inicp.F
r963 r966 12 12 #include "YOMCST2.h" 13 13 c 14 INTEGER iflag_clos ,iflag_mix14 INTEGER iflag_clos 15 15 c 16 16 c -- Mixing probability distribution functions … … 53 53 C 54 54 55 open(57,file='parameter_mix.data')55 c open(57,file='parameter_mix.data') 56 56 57 read(57,*) iflag_clos58 read(57,*) iflag_mix, scut59 read(57,*)60 if(iflag_mix .gt. 0) then61 read(57,*) qqa1, qqa262 read(57,*)63 read(57,*) gammas, Fmax64 read(57,*)65 read(57,*) alphas66 endif67 close(57)57 c read(57,*) iflag_clos 58 c read(57,*) iflag_mix, scut 59 c read(57,*) 60 c if(iflag_mix .gt. 0) then 61 c read(57,*) qqa1, qqa2 62 c read(57,*) 63 c read(57,*) gammas, Fmax 64 c read(57,*) 65 c read(57,*) alphas 66 c endif 67 c close(57) 68 68 c 69 69 if(iflag_mix .gt. 0) then
Note: See TracChangeset
for help on using the changeset viewer.