Changeset 1081 for LMDZ4/trunk


Ignore:
Timestamp:
Jan 26, 2009, 6:48:08 PM (15 years ago)
Author:
lguez
Message:

Corrected unit for "vitw" in the files "hist*.nc".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/phys_output_mod.F90

    r1065 r1081  
    673673 CALL histdef3d(iff,flag_vitu,"vitu","Zonal wind", "m/s" )
    674674 CALL histdef3d(iff,flag_vitv,"vitv","Meridional wind","m/s" )
    675  CALL histdef3d(iff,flag_vitw,"vitw","Vertical wind","m/s" )
     675 CALL histdef3d(iff,flag_vitw,"vitw","Vertical wind","Pa/s" )
    676676 CALL histdef3d(iff,flag_pres,"pres","Air pressure", "Pa" )
    677677 CALL histdef3d(iff,flag_rneb,"rneb","Cloud fraction","-")
Note: See TracChangeset for help on using the changeset viewer.