Changeset 2158 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Sep 11, 2019, 9:13:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2149 r2158 31 31 & nuice_ref, rho_ice, rho_dust, ref_r0, 32 32 & igcm_he, igcm_stormdust_mass, 33 & igcm_stormdust_number 33 & igcm_stormdust_number 34 34 use comsoil_h, only: inertiedat, ! soil thermal inertia 35 35 & tsoil, nsoilmx ! number of subsurface layers … … 576 576 if(callnlte.and.nltemodel.eq.2) call nlte_setup 577 577 if(callnirco2.and.nircorr.eq.1) call NIR_leedat 578 if(thermochem) call chemthermos_readini 578 579 579 580 580 IF (tracer.AND.water.AND.(ngrid.NE.1)) THEN … … 1614 1614 c photochemistry : 1615 1615 c -------------- 1616 IF (photochem .or. thermochem) then1616 IF (photochem) then 1617 1617 1618 1618 ! dust and ice surface area … … 1665 1665 endif 1666 1666 1667 END IF ! of IF (photochem .or.thermochem)1667 END IF ! of IF (photochem) 1668 1668 #endif 1669 1669 … … 2396 2396 endif ! (dustbin.ne.0) 2397 2397 2398 if ( thermochem .or.photochem) then2398 if (photochem) then 2399 2399 do iq=1,nq 2400 2400 if (noms(iq) .ne. "dust_mass" .and. … … 2428 2428 & (1000*mmol(iq)) 2429 2429 2430 !call wstats(ngrid,"rho_"//trim(noms(iq)),2431 ! $"Number density","cm-3",3,rhopart)2432 !call writediagfi(ngrid,"rho_"//trim(noms(iq)),2433 ! $"Number density","cm-3",3,rhopart)2430 call wstats(ngrid,"rho_"//trim(noms(iq)), 2431 $ "Number density","cm-3",3,rhopart) 2432 call writediagfi(ngrid,"rho_"//trim(noms(iq)), 2433 $ "Number density","cm-3",3,rhopart) 2434 2434 2435 2435 ! vertical column (molecule.cm-2) … … 2461 2461 end if ! of if (noms(iq) .ne. "dust_mass" ...) 2462 2462 end do ! of do iq=1,nq 2463 end if ! of if ( thermochem .or.photochem)2463 end if ! of if (photochem) 2464 2464 2465 2465 end if ! of if (tracer) … … 2939 2939 call WRITEDIAGFI(ngrid,"qnir","NIR heating","K/s", 2940 2940 $ 3,zdtnirco2) 2941 2942 ! call wstats(ngrid,"q15um","15 um cooling","K/s", 2943 ! $ 3,zdtnlte) 2944 ! call wstats(ngrid,"quv","UV heating","K/s", 2945 ! $ 3,zdteuv) 2946 ! call wstats(ngrid,"cond","Thermal conduction","K/s", 2947 ! $ 3,zdtconduc) 2948 ! call wstats(ngrid,"qnir","NIR heating","K/s", 2949 ! $ 3,zdtnirco2) 2941 2950 2942 2951 endif !(callthermos)
Note: See TracChangeset
for help on using the changeset viewer.