Changeset 2390


Ignore:
Timestamp:
Nov 9, 2015, 4:35:21 PM (9 years ago)
Author:
musat
Message:

Correction noms variables diagnostiques ptstar, pt0

File:
1 edited

Legend:

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

    r2385 r2390  
    4444    'flat', 'Latent heat flux', 'W/m2', (/ ('', i=1, 9) /))
    4545  TYPE(ctrl_out), SAVE :: o_ptstar = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11 /), &
    46     'ptstar', 'Surface Temperature', 'K', (/ ('', i=1, 9) /))
     46    'ptstar', 'Air Surface Temperature', 'K', (/ ('', i=1, 9) /))
    4747  TYPE(ctrl_out), SAVE :: o_pt0 = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11 /), &
    48     'pt0', 'Standard surface temperature', 'K', (/ ('', i=1, 9) /))
     48    'pt0', 'Standard Air Surface Temperature', 'K', (/ ('', i=1, 9) /))
    4949  TYPE(ctrl_out), SAVE :: o_slp = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11 /), &
    5050    'slp', 'Sea Level Pressure', 'Pa', (/ ('', i=1, 9) /))
Note: See TracChangeset for help on using the changeset viewer.