Changeset 165 in lmdz_wrf


Ignore:
Timestamp:
Aug 8, 2014, 5:28:53 PM (10 years ago)
Author:
lfita
Message:

Recovering initialization of variables. negative zlev are from that grid

points with a topography bellow sea level (negative geopotential!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_main.F90

    r146 r165  
    255255! L. Fita, LMD July 2014. Initializing variables.
    256256!   Some not initializated according to values: iflag_trig_bl, iflag_clos_bl
    257 !!     zdthladj = 0.
    258 !!     pbl_tke_max0 = 0.
    259 !!     fraca0 = 0.
    260 !!     w_conv = 0.
    261 !!     w0 = 0.
    262 !!     therm_tke_max0 = 0.
    263 !!     env_tke_max0 = 0.
    264 !!     alp_bl_det = 0.
    265 !!     alp_bl_fluct_m = 0.
    266 !!     alp_bl_fluct_tke = 0.
    267 !!     alp_bl_conv = 0.
    268 !!     alp_bl_stat = 0.
    269 !!     interp = 0.
    270 !!     klcl = 0
     257     zdthladj = 0.
     258     pbl_tke_max0 = 0.
     259     fraca0 = 0.
     260     w_conv = 0.
     261     w0 = 0.
     262     therm_tke_max0 = 0.
     263     env_tke_max0 = 0.
     264     alp_bl_det = 0.
     265     alp_bl_fluct_m = 0.
     266     alp_bl_fluct_tke = 0.
     267     alp_bl_conv = 0.
     268     alp_bl_stat = 0.
     269     interp = 0.
     270     klcl = 0
    271271
    272272!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.