Changeset 758 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Aug 8, 2012, 9:00:35 AM (12 years ago)
Author:
emillour
Message:

Mars GCM:

Some minor changes and adaptations for the MCDv5 runs:

  • removed the 'nice' instruction from run0 script
  • update dissipation factors in inidissip.F (fac_mid=3,fac_up=30,startalt=70)
  • add some outputs in physiq.F
  • put example def files used for MCDv5 simulations in deftank: callphys.def.MCD5 run.def.64x48x49.MCD5 traceur.def.MCD5

EM

Location:
trunk/LMDZ.MARS/libf
Files:
2 edited

Legend:

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

    r334 r758  
    5151c         FF 2004       
    5252         if (pseudoalt(llm).lt.160.) then
    53              fac_mid=2  ! coeff  pour dissipation aux basses/moyennes altitudes
     53             fac_mid=3  ! coeff  pour dissipation aux basses/moyennes altitudes
    5454             fac_up=30 ! coeff multiplicateur pour dissipation hautes altitudes
    5555             startalt=70. ! altitude en Km de la transition mid / up
    5656             delta=20.! Intervalle (km) pour le changement mid / up
    5757         else ! thermosphere model
    58              fac_mid=2 ! coeff pour dissipation aux basses/moyennes altitudes
    59              fac_up=25 ! coeff multiplicateur pour dissipation hautes altitudes
     58             fac_mid=3 ! coeff pour dissipation aux basses/moyennes altitudes
     59             fac_up=30 ! coeff multiplicateur pour dissipation hautes altitudes
    6060c            startalt: 95 OK for MY24
    61              startalt=95. ! altitude en Km de la transition mid / up
     61             startalt=70. ! altitude en Km de la transition mid / up
    6262             delta=30.! Intervalle (km) pour le changement mid /up
    6363         end if
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r757 r758  
    15851585        call wstats(ngrid,"co2ice","CO2 ice cover",
    15861586     &                "kg.m-2",2,co2ice)
     1587        call wstats(ngrid,"tauref","reference dod at 610 Pa","NU",
     1588     &                2,tauref)
    15871589        call wstats(ngrid,"fluxsurf_lw",
    15881590     &                "Thermal IR radiative flux to surface","W.m-2",2,
     
    16051607        call wstats(ngrid,"rho","Atmospheric density","kg/m3",3,rho)
    16061608        call wstats(ngrid,"pressure","Pressure","Pa",3,pplay)
    1607 c          call wstats(ngrid,"q2",
    1608 c    &                "Boundary layer eddy kinetic energy",
    1609 c    &                "m2.s-2",3,q2)
    1610 c          call wstats(ngrid,"emis","Surface emissivity","w.m-1",2,
    1611 c    &                emis)
     1609          call wstats(ngrid,"q2",
     1610     &                "Boundary layer eddy kinetic energy",
     1611     &                "m2.s-2",3,q2)
     1612          call wstats(ngrid,"emis","Surface emissivity","w.m-1",2,
     1613     &                emis)
    16121614c          call wstats(ngrid,"ssurf","Surface stress","N.m-2",
    16131615c    &                2,zstress)
     
    16161618c          call wstats(ngrid,"lw_htrt","lw heat.rate",
    16171619c    &                 "W.m-2",3,zdtlw)
     1620
     1621          if (calltherm) then
     1622            call wstats(ngrid,"zmax_th","Height of thermals",
     1623     &                "m",2,zmax_th)
     1624            call wstats(ngrid,"hfmax_th","Max thermals heat flux",
     1625     &                "K.m/s",2,hfmax_th)
     1626            call wstats(ngrid,"wstar",
     1627     &                "Max vertical velocity in thermals",
     1628     &                "m/s",2,wstar)
     1629          endif
    16181630
    16191631           if (tracer) then
     
    16371649     &                    "surface h2o_ice","kg/m2",
    16381650     &                    2,qsurf(1,igcm_h2o_ice))
    1639 c               call wstats(ngrid,'albedo',
    1640 c     &                         'albedo',
    1641 c     &                         '',2,albedo(1:ngridmx,1))
     1651               call wstats(ngrid,'albedo',
     1652     &                         'albedo',
     1653     &                         '',2,albedo(1:ngridmx,1))
    16421654               call wstats(ngrid,"mtot",
    16431655     &                    "total mass of water vapor","kg/m2",
     
    18471859c        call WRITEDIAGFI(ngrid,"q2","q2","kg.m-3",3,q2)
    18481860c        call WRITEDIAGFI(ngrid,'Teta','T potentielle','K',3,zh)
    1849          call WRITEDIAGFI(ngrid,"pressure","Pressure","Pa",3,pplay)
     1861         call WRITEDIAGFI(ngrid,"pressure","Pressure","Pa",3,zplay)
    18501862c        call WRITEDIAGFI(ngrid,"ssurf","Surface stress","N.m-2",2,
    18511863c    &                  zstress)
     
    19801992c        ----------------------------------------------------------
    19811993
    1982 c        call WRITEDIAGFI(ngridmx,'tauref',
    1983 c    &                    'Dust ref opt depth','NU',2,tauref)
     1994        call WRITEDIAGFI(ngridmx,'tauref',
     1995     &                    'Dust ref opt depth','NU',2,tauref)
    19841996
    19851997         if (tracer.and.(dustbin.ne.0)) then
Note: See TracChangeset for help on using the changeset viewer.