Changeset 759


Ignore:
Timestamp:
Aug 8, 2012, 10:26:15 AM (12 years ago)
Author:
emillour
Message:

Mars GCM:

commented out some messages in nlte_tcool.F (which were informations

useful and meaningful during code development only)

FGG

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r758 r759  
    17861786- put example def files used for MCDv5 simulations in deftank:
    17871787  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  
    390390         zl_cts(i) = zl_cts(1) + (i-1)*deltaz_cts
    391391         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), i
    396             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'
    398398            nl_cts_real=i-1
    399             write (*,*) '  Original,Real NL_CTS=', nl_cts,nl_cts_real
     399!            write (*,*) '  Original,Real NL_CTS=', nl_cts,nl_cts_real
    400400            goto 6000
    401401         endif
Note: See TracChangeset for help on using the changeset viewer.