Changeset 963 for LMDZ4/trunk/libf/phylmd/cv3_inip.F
- Timestamp:
- Jun 9, 2008, 11:54:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/cv3_inip.F
r879 r963 1 SUBROUTINE cv3_inip( iflag_mix)1 SUBROUTINE cv3_inip() 2 2 *************************************************************** 3 3 * * … … 11 11 #include "YOMCST2.h" 12 12 c 13 INTEGER iflag_mix13 c INTEGER iflag_mix 14 14 c 15 15 c -- Mixing probability distribution functions … … 52 52 C 53 53 54 open(57,file='parameter_mix.data') 54 c$$$ open(57,file='parameter_mix.data') 55 c$$$ 56 c$$$ read(57,*) iflag_mix, scut 57 c$$$ read(57,*) 58 c$$$ if(iflag_mix .gt. 0) then 59 c$$$ read(57,*) qqa1, qqa2 60 c$$$ read(57,*) 61 c$$$ read(57,*) gammas, Fmax 62 c$$$ read(57,*) 63 c$$$ read(57,*) alphas 64 c$$$ endif 65 c$$$ close(57) 55 66 56 read(57,*) iflag_mix, scut57 read(57,*)58 if(iflag_mix .gt. 0) then59 read(57,*) qqa1, qqa260 read(57,*)61 read(57,*) gammas, Fmax62 read(57,*)63 read(57,*) alphas64 endif65 close(57)66 67 c 67 68 if(iflag_mix .gt. 0) then
Note: See TracChangeset
for help on using the changeset viewer.