Ignore:
Timestamp:
Dec 16, 2019, 2:10:03 PM (4 years ago)
Author:
oboucher
Message:

Addition of diagnostics for the 100 meter wind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phys_output_ctrlout_mod.F90

    r3487 r3616  
    279279  TYPE(ctrl_out), SAVE :: o_wind10m = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), &
    280280    'wind10m', '10-m wind speed', 'm/s', (/ ('', i=1, 10) /))
     281  TYPE(ctrl_out), SAVE :: o_wind100m = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
     282    'wind100m', '100-m wind speed', 'm/s', (/ ('', i=1, 10) /))
    281283  TYPE(ctrl_out), SAVE :: o_wind10max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), &
    282284    'wind10max', '10m wind speed max', 'm/s', &
Note: See TracChangeset for help on using the changeset viewer.