Changeset 759
- Timestamp:
- Aug 8, 2012, 10:26:15 AM (12 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r758 r759 1786 1786 - put example def files used for MCDv5 simulations in deftank: 1787 1787 callphys.def.MCD5 run.def.64x48x49.MCD5 traceur.def.MCD5 1788 1789 == 08/08/12 == FGG 1790 >> commented out some messages in nlte_tcool.F (which were informations 1791 useful and meaningful during code development only) -
trunk/LMDZ.MARS/libf/phymars/nlte_tcool.F
r757 r759 390 390 zl_cts(i) = zl_cts(1) + (i-1)*deltaz_cts 391 391 if (zl_cts(i) .gt. z_gcm(n_gcm)) then 392 write (*,*) '!!!!!!!! Warning in top CTS layers. '393 write (*,*) ' zl_Cts too high for z_gcm. '394 write (*,*) ' z_gcm, zl_cts(i), i =',395 $ z_gcm(n_gcm), zl_cts(i), i396 write (*,*) '!!!!!!!! NLTE-CTS upper boundary modified '//397 $ ' to match z_gcm'392 ! write (*,*) '!!!!!!!! Warning in top CTS layers. ' 393 ! write (*,*) ' zl_Cts too high for z_gcm. ' 394 ! write (*,*) ' z_gcm, zl_cts(i), i =', 395 ! $ z_gcm(n_gcm), zl_cts(i), i 396 ! write (*,*) '!!!!!!!! NLTE-CTS upper boundary modified '// 397 ! $ ' to match z_gcm' 398 398 nl_cts_real=i-1 399 write (*,*) ' Original,Real NL_CTS=', nl_cts,nl_cts_real399 ! write (*,*) ' Original,Real NL_CTS=', nl_cts,nl_cts_real 400 400 goto 6000 401 401 endif
Note: See TracChangeset
for help on using the changeset viewer.