Changeset 1895


Ignore:
Timestamp:
Oct 23, 2013, 2:49:46 PM (11 years ago)
Author:
idelkadi
Message:

Correction sur la sortie du chmaps wind10max (type d'operation : t_max(X) au lieu de ave(X))

File:
1 edited

Legend:

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

    r1865 r1895  
    7070    'wind10m', '10-m wind speed', 'm/s', (/ ('', i=1, 9) /))
    7171  TYPE(ctrl_out), SAVE :: o_wind10max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11 /), &
    72     'wind10max', '10m wind speed max', 'm/s', (/ ('', i=1, 9) /))
     72    'wind10max', '10m wind speed max', 'm/s', &
     73    (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", &
     74     "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /))                                                                                                                                           
    7375  TYPE(ctrl_out), SAVE :: o_sicf = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11 /), &
    7476    'sicf', 'Sea-ice fraction', '-', (/ ('', i=1, 9) /))
Note: See TracChangeset for help on using the changeset viewer.