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/concvl.F

    r1334 r1398  
    55     .             d_t,d_q,d_u,d_v,d_tra,
    66     .             rain, snow, kbas, ktop, sigd,
    7      .             upwd,dnwd,dnwdbis,Ma,mip,Vprecip,
     7     .             cbmf,upwd,dnwd,dnwdbis,Ma,mip,Vprecip,
    88     .             cape,cin,tvp,Tconv,iflag,
    99     .             pbase,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr,
     
    120120       INTEGER i,k,itra
    121121       REAL qs(klon,klev),qs_wake(klon,klev)
    122 cLF       REAL cbmf(klon)
     122       REAL cbmf(klon)
    123123cLF       SAVE cbmf
    124        REAL, SAVE, ALLOCATABLE :: cbmf(:)
    125 c$OMP THREADPRIVATE(cbmf)!       
     124cIM/JYG      REAL, SAVE, ALLOCATABLE :: cbmf(:)
     125ccc$OMP THREADPRIVATE(cbmf)!       
    126126       REAL cbmflast(klon)
    127127       INTEGER ifrst
     
    185185c Allocate some variables LF 04/2008
    186186c
    187         allocate(cbmf(klon))
     187cIM/JYG allocate(cbmf(klon))
    188188        allocate(ql(klon,klev))
    189189        allocate(t1(klon,klev))
     
    341341     $              dtime,Ma,upwd,dnwd,dnwdbis,qcondc,wd,cape,
    342342     $              da,phi,mp)
    343      
     343c
     344      DO i = 1,klon
     345        cbmf(i) = Ma(i,kbas(i))
     346      ENDDO
     347c
    344348      else
    345349
Note: See TracChangeset for help on using the changeset viewer.