Ignore:
Timestamp:
Sep 25, 2017, 11:41:28 AM (7 years ago)
Author:
oboucher
Message:

Adding tropospheric and stratospheric

File:
1 edited

Legend:

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

    r2992 r2993  
    12341234  TYPE(ctrl_out), SAVE :: o_t_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), &
    12351235    't_tropopause', 'Tropopause temperature', 'K', (/ ('', i=1, 10) /))
     1236!--Added ThL
     1237  TYPE(ctrl_out), SAVE :: o_col_O3_strato = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1238    'colO3_strat','Ozone stratospheric column', 'DU', (/('', i=1, 10) /))
     1239  TYPE(ctrl_out), SAVE :: o_col_O3_tropo = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1240    'colO3_trop','Ozone tropospheric column', 'DU', (/('', i=1, 10) /))
     1241!--end add ThL
    12361242
    12371243#ifdef CPP_StratAer
Note: See TracChangeset for help on using the changeset viewer.