Ignore:
Timestamp:
Jun 22, 2011, 7:51:16 AM (14 years ago)
Author:
emillour
Message:

Mars GCM:

  • added modifications (from JYC & FGG) to tracer.h & initracer.F for ions
  • minor improvement to newstart.F (q=x option, check that tracer index provided by user is valid).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dyn3d/newstart.F

    r164 r171  
    734734             write(*,*) '(choose between 1 and ',nqmx,')'
    735735             read(*,*) iq
     736             if ((iq.lt.1).or.(iq.gt.nqmx)) then
     737               ! wrong value for iq, go back to menu
     738               write(*,*) "wrong input value:",iq
     739               cycle
     740             endif
    736741             write(*,*)'mixing ratio of tracer ',trim(tnom(iq)),
    737742     &                 ' ? (kg/kg)'
     
    14161421     *rage est differente de la valeur parametree llm =',i4//)
    14171422
     1423      write(*,*) "newstart: All is well that ends well."
     1424
    14181425      end
    14191426
Note: See TracChangeset for help on using the changeset viewer.