Ignore:
Timestamp:
Jun 4, 2010, 6:56:18 PM (14 years ago)
Author:
musat
Message:

Last corrections for CMIP5:

  • Add O3 at standard level files histmthNMC.nc
  • Add positive attribute "down" for vertical axes for all output files
  • Replace "inst" by "ave" for hist*NMC.nc files to have time_counter and bounds for time axis (Marie-Alice's hint)
  • Correct units for vertical axes : mb instead of hPa
  • Add mass flux at the bottom of clouds
  • Comment non initialized variables (s_capCL, s_oliqCL, s_cteiCL, s_trmb1, s_trmb2, s_trmb3) for the output files
  • Geopotential field phy850, phi700, phi500, etc are modified to "geopotential height and are called z850, z700, z500, etc
  • Meaning of specific humidity outputs - ovapinit and ovap - were interchanged
  • Fields albs, albslw become alb1, alb2 in output files
  • Correct title for rugs_* fields
  • Correct units for pbase and ptop are Pa (not mb)
  • Correct ndayrain field

FH/JLD/JYG/MAF/IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r1391 r1398  
    14101410           ema_pcb(i)  = 0.
    14111411           ema_pct(i)  = 0.
    1412            ema_workcbmf(i) = 0.
     1412c          ema_workcbmf(i) = 0.
    14131413          ENDDO
    14141414cIM15/11/02 rajout initialisation ibas_con,itop_con cf. SB =>BEG
     
    14351435c================================================================================
    14361436
    1437          ENDIF
     1437         ENDIF !debut
    14381438
    14391439           DO i=1,klon
     
    21222122     .        d_t_con,d_q_con,d_u_con,d_v_con,d_tr,
    21232123     .        rain_con, snow_con, ibas_con, itop_con, sigd,
    2124      .        upwd,dnwd,dnwd0,
     2124     .        ema_cbmf,upwd,dnwd,dnwd0,
    21252125     .        Ma,mip,Vprecip,cape,cin,tvp,Tconv,iflagctrl,
    21262126     .        pbase,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr,qcondc,wd,
     
    21942194              endif
    21952195            endif
    2196           ENDDO
    2197           DO i = 1, klon
    2198             ema_cbmf(i) = ema_workcbmf(i)
    2199           ENDDO     
     2196          ENDDO     
    22002197      ELSE IF (iflag_con.eq.0) THEN
    22012198          write(lunout,*) 'On n appelle pas la convection'
     
    35733570      DO k = 1, klev
    35743571      DO i = 1, klon
    3575         theta(i,k)=t(i,k)*(100000./pplay(i,k))**(RD/RCPD)
     3572cJYG/IM theta en debut du pas de temps
     3573cJYG/IM       theta(i,k)=t(i,k)*(100000./pplay(i,k))**(RD/RCPD)
     3574cJYG/IM theta en fin de pas de temps de physique
     3575        theta(i,k)=t_seri(i,k)*(100000./pplay(i,k))**(RD/RCPD)
    35763576      ENDDO
    35773577      ENDDO
Note: See TracChangeset for help on using the changeset viewer.