Changeset 1036 for trunk/LMDZ.MARS/libf/phymars/convadj.F
- Timestamp:
- Sep 11, 2013, 2:34:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/convadj.F
r161 r1036 6 6 & pdqadj) 7 7 8 use tracer_mod, only: noms, ! tracer names 9 & igcm_h2o_vap ! index of water vapor tracer 8 10 implicit none 9 11 … … 33 35 #include "comcstfi.h" 34 36 #include "callkeys.h" 35 #include "tracer.h"37 !#include "tracer.h" 36 38 37 39 … … 73 75 INTEGER iq,ico2 74 76 save ico2 75 REAL zq(ngridmx,nlayermx,nq mx), zq2(ngridmx,nlayermx,nqmx)76 REAL zqm(nq mx),zqco2m77 REAL zq(ngridmx,nlayermx,nq), zq2(ngridmx,nlayermx,nq) 78 REAL zqm(nq),zqco2m 77 79 real m_co2, m_noco2, A , B 78 80 save A, B … … 101 103 if (tracer) then 102 104 ! Prepare Special treatment if one of the tracers is CO2 gas 103 do iq=1,nq mx105 do iq=1,nq 104 106 if (noms(iq).eq."co2") then 105 107 ico2=iq
Note: See TracChangeset
for help on using the changeset viewer.