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/physiq.F90

    r2105 r2136  
    34953495          , fs_bound, fq_bound )
    34963496  END IF
     3497
     3498  !DC Calcul de la tendance due au methane
     3499  IF(ok_qch4) THEN
     3500     CALL METHOX(1,klon,klon,klev,q_seri,d_q_ch4,pplay)
     3501  ! ajout de la tendance d'humidite due au methane
     3502     CALL add_phys_tend(du0,dv0,dt0,d_q_ch4*dtime,dql0,'q_ch4')
     3503  END IF
    34973504  !
    34983505  !
Note: See TracChangeset for help on using the changeset viewer.