Ignore:
Timestamp:
Nov 19, 2017, 11:38:51 AM (7 years ago)
Author:
Laurent Fairhead
Message:

Adding some missing variables to the start files to get 1+1=2 when
we use the gusts parametrization
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyredem.F90

    r2952 r3080  
     1!
     2! $Id$
     3!
    14SUBROUTINE phyredem (fichnom)
    25!
     
    2124                                wake_cstar,                                  &
    2225                                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,                       &
    2428                                du_gwd_rando, du_gwd_front, u10m, v10m,      &
    2529                                treedrg
     
    282286  CALL put_field("DETR_THERM", "DETR_THERM", detr_therm)
    283287
    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
    289298
    290299  ! trs from traclmdz_mod
Note: See TracChangeset for help on using the changeset viewer.