/[lmdze]/trunk/Sources/phylmd/ini_histins.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/ini_histins.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 220 by guez, Thu Mar 30 14:25:18 2017 UTC revision 221 by guez, Thu Apr 20 14:44:47 2017 UTC
# Line 209  contains Line 209  contains
209         CALL histdef(nid_ins, "s_trmb3", "Point Omega (HBTM2)", "m", &         CALL histdef(nid_ins, "s_trmb3", "Point Omega (HBTM2)", "m", &
210              iim, (jjm + 1), nhori, 1, 1, 1, -99, &              iim, (jjm + 1), nhori, 1, 1, 1, -99, &
211              "inst(X)", zsto, zout)              "inst(X)", zsto, zout)
212           CALL histdef(nid_ins, "qsurf", "Surface Air humidity", "", &
213                iim, (jjm + 1), nhori, 1, 1, 1, -99, &
214                "inst(X)", zsto, zout)
215    
216         if (conv_emanuel) then         if (conv_emanuel) then
217            CALL histdef(nid_ins, "ptop", "cloud top pressure", &            CALL histdef(nid_ins, "ptop", "cloud top pressure", &
# Line 258  contains Line 261  contains
261         CALL histdef(nid_ins, "dtlw0", "CS LW radiation dT", &         CALL histdef(nid_ins, "dtlw0", "CS LW radiation dT", &
262              "K/s", iim, jjm + 1, nhori, llm, 1, llm, nvert, "inst(X)", &              "K/s", iim, jjm + 1, nhori, llm, 1, llm, nvert, "inst(X)", &
263              zsto, zout)              zsto, zout)
264    
265         if (ok_newmicro) then         if (ok_newmicro) then
266            CALL histdef(nid_ins, "re", "cloud droplet effective radius", &            CALL histdef(nid_ins, "re", "cloud droplet effective radius", &
267                 "micrometer", iim, jjm + 1, nhori, llm, 1, llm, nvert, &                 "micrometer", iim, jjm + 1, nhori, llm, 1, llm, nvert, &

Legend:
Removed from v.220  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC 1.1.21