Changeset 2924 for LMDZ5/branches/LMDZ_tree_FC/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Jun 30, 2017, 12:00:23 PM (8 years ago)
- Location:
- LMDZ5/branches/LMDZ_tree_FC
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/LMDZ_tree_FC/libf/phylmd/conf_phys_m.F90
r2852 r2924 186 186 INTEGER,SAVE :: iflag_pbl_omp,lev_histhf_omp,lev_histday_omp,lev_histmth_omp 187 187 INTEGER,SAVE :: iflag_pbl_split_omp 188 !FC 189 INTEGER,SAVE :: ifl_pbltree_omp 190 REAL,SAVE :: Cd_frein_omp 191 !FC 188 192 INTEGER,SAVE :: iflag_order2_sollw_omp 189 193 INTEGER, SAVE :: lev_histins_omp, lev_histLES_omp … … 1367 1371 iflag_pbl_omp = 1 1368 1372 CALL getin('iflag_pbl',iflag_pbl_omp) 1373 1374 !FC 1375 !Config Key = ifl_pbltree 1376 !Config Desc = drag from trees 0 no activated 1377 !Config Def = 0 1378 !Config Help = 1379 ! 1380 ifl_pbltree_omp = 0 1381 CALL getin('ifl_pbltree',ifl_pbltree_omp) 1382 !FC 1383 !Config Key = Cd_frein 1384 !Config Desc = drag from trees 1385 !Config Def = 7.5E-02 (valeur Masson mais fait planter avec des LAI eleves) 1386 !Config Help = 1387 ! 1388 Cd_frein_omp = 7.5E-02 1389 CALL getin('Cd_frein',Cd_frein_omp) 1390 1369 1391 ! 1370 1392 !Config Key = iflag_pbl_split … … 2159 2181 iflag_pbl = iflag_pbl_omp 2160 2182 iflag_pbl_split = iflag_pbl_split_omp 2183 !FC 2184 ifl_pbltree = ifl_pbltree_omp 2185 Cd_frein =Cd_frein_omp 2161 2186 iflag_order2_sollw = iflag_order2_sollw_omp 2162 2187 lev_histhf = lev_histhf_omp … … 2525 2550 write(lunout,*)' freq_calNMC = ',freq_calNMC 2526 2551 write(lunout,*)' iflag_pbl = ', iflag_pbl 2552 !FC 2553 write(lunout,*)' ifl_pbltree = ', ifl_pbltree 2527 2554 write(lunout,*)' iflag_pbl_split = ', iflag_pbl_split 2528 2555 write(lunout,*)' iflag_order2_sollw = ', iflag_order2_sollw
Note: See TracChangeset
for help on using the changeset viewer.