Ignore:
Timestamp:
Oct 3, 2017, 4:45:26 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Modifications to the code and xml files to output Ap and B, the coefficients
of the hybrid coordinates as requested by the CMIP6 DataRequest?
LF (with guidance from A. Caubel and S. Senesi)

File:
1 edited

Legend:

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

    r3002 r3003  
    1818
    1919!!! Comosantes de la coordonnee sigma-hybride
    20 !!! Ap et Bp
     20!!! Ap et Bp et interfaces
    2121  TYPE(ctrl_out), SAVE :: o_Ahyb = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), &
    22     'Ap', '', '', (/ ('', i=1, 10) /))
     22    'Ahyb', '', '', (/ ('once', i=1, 10) /))
    2323  TYPE(ctrl_out), SAVE :: o_Bhyb = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), &
    24     'Bp', '', '', (/ ('', i=1, 10) /))
     24    'Bhyb', '', '', (/ ('once', i=1, 10) /))
     25  TYPE(ctrl_out), SAVE :: o_Ahyb_inter = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), &
     26    'Ahyb_inter', '', '', (/ ('once', i=1, 10) /))
     27  TYPE(ctrl_out), SAVE :: o_Bhyb_inter = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), &
     28    'Bhyb_inter', '', '', (/ ('once', i=1, 10) /))
    2529  TYPE(ctrl_out), SAVE :: o_Alt = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), &
    2630    'Alt', '', '', (/ ('', i=1, 10) /))
Note: See TracChangeset for help on using the changeset viewer.