/[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 202 by guez, Wed Jun 8 12:23:41 2016 UTC revision 212 by guez, Thu Jan 12 12:31:31 2017 UTC
# Line 13  contains Line 13  contains
13      use clesphys, only: ecrit_ins, ok_instan      use clesphys, only: ecrit_ins, ok_instan
14      use clesphys2, only: conv_emanuel      use clesphys2, only: conv_emanuel
15      use dimens_m, only: iim, jjm, llm, nqmx      use dimens_m, only: iim, jjm, llm, nqmx
     use dimphy, only: klon  
16      use disvert_m, only: presnivs      use disvert_m, only: presnivs
17      use dynetat0_m, only: day_ref, annee_ref, rlatu, rlonv      use dynetat0_m, only: day_ref, annee_ref, rlatu, rlonv
18      USE histbeg_totreg_m, ONLY : histbeg_totreg      USE histbeg_totreg_m, ONLY : histbeg_totreg
# Line 199  contains Line 198  contains
198                 "rugosite "//clnsurf(nsrf), "-",   &                 "rugosite "//clnsurf(nsrf), "-",   &
199                 iim, (jjm + 1), nhori, 1, 1, 1, -99, &                 iim, (jjm + 1), nhori, 1, 1, 1, -99, &
200                 "inst(X)", zsto, zout)                 "inst(X)", zsto, zout)
           !XXX  
201         END DO         END DO
202    
203         CALL histdef(nid_ins, "rugs", "rugosity", "-", &         CALL histdef(nid_ins, "rugs", "rugosity", "-", &
204              iim, (jjm + 1), nhori, 1, 1, 1, -99,  &              iim, (jjm + 1), nhori, 1, 1, 1, -99,  &
205              "inst(X)", zsto, zout)              "inst(X)", zsto, zout)
# Line 250  contains Line 249  contains
249              iim, (jjm + 1), nhori, 1, 1, 1, -99, &              iim, (jjm + 1), nhori, 1, 1, 1, -99, &
250              "inst(X)", zsto, zout)              "inst(X)", zsto, zout)
251    
252         if (conv_emanuel) CALL histdef(nid_ins, "ptop", "cloud top pressure", &         if (conv_emanuel) then
253              "Pa", iim, jjm + 1, nhori, 1, 1, 1, -99, "inst(X)", zsto, zout)            CALL histdef(nid_ins, "ptop", "cloud top pressure", &
254                   "Pa", iim, jjm + 1, nhori, 1, 1, 1, -99, "inst(X)", zsto, zout)
255              CALL histdef(nid_ins, "dnwd0", "unsaturated downdraft", &
256                   "kg/m2/s", iim, jjm + 1, nhori, llm, 1, llm, nvert, "inst(X)", &
257                   zsto, zout)
258           end if
259    
260         ! Champs 3D:         ! Champs 3D:
261    
262           CALL histdef(nid_ins, "tro3", "ozone mole fraction", "-", &
263                iim, jjm + 1, nhori, llm, 1, llm, nvert, "inst(X)", zsto, zout)
264    
265         CALL histdef(nid_ins, "temp", "Temperature", "K", &         CALL histdef(nid_ins, "temp", "Temperature", "K", &
266              iim, (jjm + 1), nhori, llm, 1, llm, nvert, &              iim, (jjm + 1), nhori, llm, 1, llm, nvert, &
267              "inst(X)", zsto, zout)              "inst(X)", zsto, zout)

Legend:
Removed from v.202  
changed lines
  Added in v.212

  ViewVC Help
Powered by ViewVC 1.1.21