Changeset 1285 for LMDZ4/trunk


Ignore:
Timestamp:
Dec 17, 2009, 12:16:18 PM (14 years ago)
Author:
Laurent Fairhead
Message:

On sort les nuages totaux entre (0-1) comme les autres nuages
IM

Location:
LMDZ4/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk

  • LMDZ4/trunk/libf/phylmd/phys_output_mod.F90

    r1284 r1285  
    883883 CALL histdef2d(iff,o_cldm%flag,o_cldm%name, "Mid-level cloudiness", "-")
    884884 CALL histdef2d(iff,o_cldh%flag,o_cldh%name, "High-level cloudiness", "-")
    885  CALL histdef2d(iff,o_cldt%flag,o_cldt%name, "Total cloudiness", "%")
     885 CALL histdef2d(iff,o_cldt%flag,o_cldt%name, "Total cloudiness", "-")
    886886 CALL histdef2d(iff,o_cldq%flag,o_cldq%name, "Cloud liquid water path", "kg/m2")
    887887 CALL histdef2d(iff,o_lwp%flag,o_lwp%name, "Cloud water path", "kg/m2")
  • LMDZ4/trunk/libf/phylmd/phys_output_write.h

    r1284 r1285  
    456456        IF (o_cldt%flag(iff)<=lev_files(iff)) THEN
    457457      CALL histwrite_phy(nid_files(iff),o_cldt%name,
    458      &                   itau_w,cldt*100)
     458     &                   itau_w,cldt)
    459459        ENDIF
    460460
Note: See TracChangeset for help on using the changeset viewer.