Ignore:
Timestamp:
Apr 3, 2015, 3:51:31 PM (10 years ago)
Author:
jyg
Message:

Changes to pbl_surface and other routines concerning split/no-split.
+ pbl_surface_mod.F90: call cdrag for (w) region.
+ phyredem.F90: write wake_delta_pbl_TKE.
+ phys_output_write_mod.F90: control output of wake_delta_pbl_TKE by
IF(iflag_pbl_split>=1).
+ lmdz1d.F90: initialize wake_delta_pbl_TKE=0.
+ phys_output_ctrlout_mod.F90: suppression of accents in some variable
attributes.
+ cva_driver.F90: suppression of a print introduced in version 2253.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cva_driver.F90

    r2253 r2255  
    811811  ENDIF
    812812!
    813   print *,' ncum, len, comp_threshold, compress ',ncum, len, comp_threshold, compress
    814813!>jyg
    815814      CALL cv3a_compress(len, nloc, ncum, nd, ntra, compress, &
     
    11161115
    11171116  IF (debut) THEN
    1118     PRINT *, ' cv_compress -> '
     1117    PRINT *, ' cv_uncompress -> '
    11191118    debut = .FALSE.
    11201119  END IF  !(debut) THEN
Note: See TracChangeset for help on using the changeset viewer.