5 , ok_journe,ok_instan,ok_region )
14 LOGICAL cycle_diurn0,soil_model0,new_oliq0,ok_orodr0
15 LOGICAL ok_orolf0,ok_limitvr0
16 LOGICAL ok_journe,ok_instan,ok_region
17 INTEGER radpas , radpas0
24 ' ******************************************************* ,************'
26 ' ******** Choix des principales cles de la physique , *********'
28 ' ******************************************************* ,************'
35 ' ***** Shema convection LMD , ******'
38 ' ***** Shema convection Tiedtke , ******'
41 ' ***** Shema convection Emanuel , ******'
57 print 4,ok_journe,ok_instan,ok_region
62 cycle_diurn0 = .false.
69 IF( tabcntr0( 7 ).EQ. 1. ) cycle_diurn0 = .true.
70 IF( tabcntr0( 8 ).EQ. 1. ) soil_model0 = .true.
71 IF( tabcntr0( 9 ).EQ. 1. ) new_oliq0 = .true.
72 IF( tabcntr0(10 ).EQ. 1. ) ok_orodr0 = .true.
73 IF( tabcntr0(11 ).EQ. 1. ) ok_orolf0 = .true.
74 IF( tabcntr0(12 ).EQ. 1. ) ok_limitvr0 = .true.
77 ' $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ,$$$$$$$$$$$$$'
80 IF( int( tabcntr0( 5 ) ) .NE.
iflag_con )
THEN
85 IF( int( tabcntr0( 6 ) ) .NE.
nbapp_rad )
THEN
93 IF( cycle_diurn0.AND..NOT.
cycle_diurne.OR..NOT.cycle_diurn0.AND.
99 IF( soil_model0.AND..NOT.
soil_model.OR..NOT.soil_model0.AND.
105 IF( new_oliq0.AND..NOT.
new_oliq.OR..NOT.new_oliq0.AND.
111 IF( ok_orodr0.AND..NOT.
ok_orodr.OR..NOT.ok_orodr0.AND.
117 IF( ok_orolf0.AND..NOT.
ok_orolf.OR..NOT.ok_orolf0.AND.
123 IF( ok_limitvr0.AND..NOT.
ok_limitvrai.OR..NOT.ok_limitvr0.
131 ' ******************************************************* ,************'
134 4
FORMAT(2
x,5(
"*"),
' ok_journe= ',l3,3
x,
',ok_instan = ',
135 , l3,3
x,
',ok_region = ',l3,3
x,5(
"*") )
137 7
FORMAT(2
x,5(
"*"),15
x,
' ok_limitvrai = ',l3,16
x,5(
"*") )
139 8
FORMAT(2
x,
'***** radpas = ' ,
142 10
FORMAT(2
x,5(
"*"),
' Cycle_diurne = ',l3,4
x,
', Soil_model = ',
146 11
FORMAT(2
x,5(
"*"),
' new_oliq = ',l3,3
x,
', Ok_orodr = ',
147 , l3,3
x,
', Ok_orolf = ',l3,3
x,5(
"*") )
150 12
FORMAT(2
x,
'***** Nb d appels /jour des routines de rayonn. = ' ,
153 13
FORMAT(2
x,
'$$$$$$$$ Attention !! cycle_diurne different sur',
154 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
156 14
FORMAT(2
x,
'$$$$$$$$ Attention !! soil_model different sur',
157 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
159 15
FORMAT(2
x,
'$$$$$$$$ Attention !! ok_orodr different sur',
160 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
162 16
FORMAT(2
x,
'$$$$$$$$ Attention !! new_oliq different sur',
163 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
165 17
FORMAT(2
x,
'$$$$$$$$ Attention !! ok_orolf different sur',
166 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
168 18
FORMAT(2
x,
'$$$$$$$$ Attention !! ok_limitvrai different sur',
169 , /1
x,10
x,
' startphy = ',l3,2
x,
' et run.def = ',l3)
171 20
FORMAT(/2
x,
'$$$$$$$$ Attention !! iflag_con different sur',
172 , /1
x,10
x,
' startphy = ',i3,2
x,
' et run.def = ',i3 )
174 21
FORMAT(2
x,
'$$$$$$$$ Attention !! nbapp_rad different sur',
175 , /1
x,10
x,
' startphy = ',i3,2
x,
' et run.def = ',i3 )
177 22
FORMAT(2
x,
'$$$$$$$$ Attention !! radpas different sur',
178 , /1
x,10
x,
' startphy = ',i3,2
x,
' et run.def = ',i3 )