Changeset 1442 for trunk/LMDZ.VENUS/libf/phyvenus/nlte_tcool.F
- Timestamp:
- Jun 4, 2015, 4:23:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/nlte_tcool.F
r1310 r1442 33 33 implicit none 34 34 35 #include "dimensions.h"36 #include "nlte_paramdef.h"37 #include "nlte_commons.h"38 #include "YOMCST.h"35 include "dimensions.h" 36 include "nlte_paramdef.h" 37 include "nlte_commons.h" 38 include "YOMCST.h" 39 39 40 40 c Arguments … … 48 48 real q15umco2_gcm(nlon,nlev) ! is in K/RDAY (see hrkday_convert) 49 49 ! but converted to K/s (see CONVERSION_KDAY_Ksec ) 50 ! real auxgcm(nlev)51 50 real*8 auxgcmd(nlev), aux2gcmd(nlev) 52 51 real zmin_gcm 53 52 integer ierr 54 53 real*8 varerr 55 56 57 54 58 55 c local variables and constants … … 66 63 real co2_ig(nlev),n2_ig(nlev),co_ig(nlev),o3p_ig(nlev) 67 64 real mmean_ig(nlev),cpnew_ig(nlev) 68 !!!!!69 c real cpnew(nlon,nlev)70 c real rnew(nlon,nlev)71 c real mmean(nlon,nlev)72 73 65 74 66 … … 90 82 mmean_ig(l)=mmean(ig,l) 91 83 cpnew_ig(l)=cpnew(ig,l) 84 92 85 enddo 93 86 … … 318 311 ! print*, zl 319 312 320 321 322 call interhunt ( pl,zl,nl, 313 ! Creamos el perfil del NLTE modelo completo interpolando 314 315 call interhunt ( pl,zl,nl, p_gcm,z_gcm,nlev, 2) ! [atm] 323 316 call interhunt5veces 324 317 $ ( t, co2vmr, n2vmr, covmr, o3pvmr, … … 354 347 write (*,*) ' i, t(i), pl(i) =', i, t(i), pl(i) 355 348 endif 356 if (t(i) .lt. 20.0) then349 if (t(i) .lt. 50.0) then 357 350 write (*,*) '!!!! WARNING Temp lower than Histogram.' 358 351 write (*,*) ' Histogram will be extrapolated. '
Note: See TracChangeset
for help on using the changeset viewer.