Changeset 330 for trunk/LMDZ.MARS/libf
- Timestamp:
- Oct 25, 2011, 10:10:00 PM (13 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dimradmars.h
r148 r330 49 49 50 50 ! Warning : the "nir" thermal IR bands are not ordered by wavelength: 51 ! iir=1 : central 15um CO2 bands \51 ! iir=1 : central 15um CO2 bands 52 52 ! iir=2 : CO2 band wings [long1co2-long2co2] MINUS central band 53 53 ! iir=3 : 9 um band [long1ir - long1co2] -
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F
r290 r330 1 if ( callrichsl .eq. .false.) then1 if (.not.callrichsl) then 2 2 3 3 DO ig=1,ngrid -
trunk/LMDZ.MARS/libf/phymars/physiq.F
r319 r330 89 89 c pt(ngrid,nlayer) Temperature (K) 90 90 c pq(ngrid,nlayer,nq) Advected fields 91 c pudyn(ngrid,nlayer) \92 c pvdyn(ngrid,nlayer) \Dynamical temporal derivative for the93 c ptdyn(ngrid,nlayer) /corresponding variables94 c pqdyn(ngrid,nlayer,nq) /91 c pudyn(ngrid,nlayer) | 92 c pvdyn(ngrid,nlayer) | Dynamical temporal derivative for the 93 c ptdyn(ngrid,nlayer) | corresponding variables 94 c pqdyn(ngrid,nlayer,nq) | 95 95 c pw(ngrid,?) vertical velocity 96 96 c … … 98 98 c ------- 99 99 c 100 c pdu(ngrid,nlayermx) \101 c pdv(ngrid,nlayermx) \Temporal derivative of the corresponding102 c pdt(ngrid,nlayermx) /variables due to physical processes.103 c pdq(ngrid,nlayermx,nqmx) /104 c pdpsrf(ngrid) /100 c pdu(ngrid,nlayermx) | 101 c pdv(ngrid,nlayermx) | Temporal derivative of the corresponding 102 c pdt(ngrid,nlayermx) | variables due to physical processes. 103 c pdq(ngrid,nlayermx,nqmx) | 104 c pdpsrf(ngrid) | 105 105 c tracerdyn call tracer in dynamical part of GCM ? 106 106 … … 1773 1773 if (calltherm .and. (z_out .gt. 0.)) then 1774 1774 call surflayer_interpol(ngrid,nlayer,z0,g,zzlay,zu,zv,wmax_th 1775 & ,tsurf,zh,z_out,Teta_out,u_out,ustar,tstar )1775 & ,tsurf,zh,z_out,Teta_out,u_out,ustar,tstar,L_mo) 1776 1776 1777 1777 zu2(:)=sqrt(zu(:,1)*zu(:,1)+zv(:,1)*zv(:,1)) -
trunk/LMDZ.MARS/libf/phymars/thermcell_dqupdown.F90
r313 r330 212 212 if ((q(ig,k) .gt. 0.) .and. ( q(ig,k) .gt. 1.e-15 )) then 213 213 !! only print if it is the thermal scheme which makes qa<0 214 print*,'qa<0 created by thermals!!!',charvar,ig,k,fm0(ig,k),qa(ig,k-1),entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k) 214 print*,'qa<0 created by thermals!!!',charvar,ig,k, & 215 & fm0(ig,k),qa(ig,k-1), & 216 & entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k) 215 217 print*,'---------> Cancelling qa' 216 218 endif
Note: See TracChangeset
for help on using the changeset viewer.