Changeset 3356 for LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phyredem.F90
- Timestamp:
- Jun 29, 2018, 12:31:11 PM (6 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv
- Property svn:mergeinfo changed
-
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phyredem.F90
r2952 r3356 1 ! 2 ! $Id$ 3 ! 1 4 SUBROUTINE phyredem (fichnom) 2 5 ! … … 21 24 wake_cstar, & 22 25 wake_pe, wake_fip, fm_therm, entr_therm, & 23 detr_therm, Ale_bl, Ale_bl_trig, Alp_bl, & 26 detr_therm, ale_bl, ale_bl_trig, alp_bl, & 27 ale_wake, ale_bl_stat, & 24 28 du_gwd_rando, du_gwd_front, u10m, v10m, & 25 29 treedrg … … 87 91 tab_cntrl(6) = nbapp_rad 88 92 89 IF( cycle_diurne ) tab_cntrl( 7 ) = 1.93 IF( iflag_cycle_diurne.GE.1 ) tab_cntrl( 7 ) = iflag_cycle_diurne 90 94 IF( soil_model ) tab_cntrl( 8 ) = 1. 91 95 IF( new_oliq ) tab_cntrl( 9 ) = 1. … … 282 286 CALL put_field("DETR_THERM", "DETR_THERM", detr_therm) 283 287 284 CALL put_field("ALE_BL", "ALE_BL", Ale_bl) 285 286 CALL put_field("ALE_BL_TRIG", "ALE_BL_TRIG", Ale_bl_trig) 287 288 CALL put_field("ALP_BL", "ALP_BL", Alp_bl) 288 CALL put_field("ALE_BL", "ALE_BL", ale_bl) 289 290 CALL put_field("ALE_BL_TRIG", "ALE_BL_TRIG", ale_bl_trig) 291 292 CALL put_field("ALP_BL", "ALP_BL", alp_bl) 293 294 CALL put_field("ALE_WAKE", "ALE_WAKE", ale_wake) 295 296 CALL put_field("ALE_BL_STAT", "ALE_BL_STAT", ale_bl_stat) 297 289 298 290 299 ! trs from traclmdz_mod
Note: See TracChangeset
for help on using the changeset viewer.