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

    r1334 r1398  
    11      SUBROUTINE cv3a_uncompress(nloc,len,ncum,nd,ntra,idcum
    22     :         ,iflag,kbas,ktop
    3      :         ,precip,sig,w0,ptop2
     3     :         ,precip,cbmf,sig,w0,ptop2
    44     :         ,ft,fq,fu,fv,ftra
    55     :         ,Ma,mip,Vprecip,upwd,dnwd,dnwd0
     
    1010     :         ,asupmaxmin
    1111     o         ,iflag1,kbas1,ktop1
    12      :         ,precip1,sig1,w01,ptop21
     12     :         ,precip1,cbmf1,sig1,w01,ptop21
    1313     :         ,ft1,fq1,fu1,fv1,ftra1
    1414     :         ,Ma1,mip1,Vprecip1,upwd1,dnwd1,dnwd01
     
    3535      integer idcum(nloc)
    3636      integer iflag(nloc),kbas(nloc),ktop(nloc)
    37       real precip(nloc)
     37      real precip(nloc),cbmf(nloc)
    3838      real sig(nloc,nd), w0(nloc,nd),ptop2(nloc)
    3939      real ft(nloc,nd), fq(nloc,nd), fu(nloc,nd), fv(nloc,nd)
     
    5151c outputs:
    5252      integer iflag1(len),kbas1(len),ktop1(len)
    53       real precip1(len)
     53      real precip1(len),cbmf1(len)
    5454      real sig1(len,nd), w01(len,nd),ptop21(len)
    5555      real ft1(len,nd), fq1(len,nd), fu1(len,nd), fv1(len,nd)
     
    7171         ptop21(idcum(i))=ptop2(i)
    7272         precip1(idcum(i))=precip(i)
     73         cbmf1(idcum(i))=cbmf(i)
    7374         iflag1(idcum(i))=iflag(i)
    7475         kbas1(idcum(i))=kbas(i)
Note: See TracChangeset for help on using the changeset viewer.