Ignore:
Timestamp:
Oct 27, 2014, 6:47:03 PM (10 years ago)
Author:
lguez
Message:

Add the module from ecmwf model for water production by methane oxydation
and photolysis. Activated if def file option: ok_qch4=y.
LG, D.Cugnet

File:
1 edited

Legend:

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

    r2103 r2136  
    11001100  TYPE(ctrl_out), SAVE :: o_dthin = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11 /), &
    11011101    'dthin', 'Hines GWD dT', 'K/s', (/ ('', i=1, 9) /))
     1102  TYPE(ctrl_out), SAVE :: o_dqch4 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11 /), &
     1103    'dqch4', 'H2O due to CH4 oxidation & photolysis', '(kg/kg)/s', (/ ('', i=1, 9) /))
    11021104
    11031105  type(ctrl_out), save:: o_du_gwd_rando &
Note: See TracChangeset for help on using the changeset viewer.