/[lmdze]/trunk/phylmd/phytrac.f
ViewVC logotype

Diff of /trunk/phylmd/phytrac.f

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

trunk/phylmd/phytrac.f revision 120 by guez, Tue Jan 13 14:56:15 2015 UTC trunk/Sources/phylmd/phytrac.f revision 162 by guez, Fri Jul 24 16:54:30 2015 UTC
# Line 9  contains Line 9  contains
9    
10    SUBROUTINE phytrac(itap, lmt_pas, julien, gmtime, firstcal, lafin, pdtphys, &    SUBROUTINE phytrac(itap, lmt_pas, julien, gmtime, firstcal, lafin, pdtphys, &
11         t_seri, paprs, pplay, pmfu, pmfd, pde_u, pen_d, coefh, fm_therm, &         t_seri, paprs, pplay, pmfu, pmfd, pde_u, pen_d, coefh, fm_therm, &
12         entr_therm, yu1, yv1, ftsol, pctsrf, frac_impa, frac_nucl, pphis, da, &         entr_therm, yu1, yv1, ftsol, pctsrf, frac_impa, frac_nucl, da, phi, &
13         phi, mp, upwd, dnwd, tr_seri, zmasse)         mp, upwd, dnwd, tr_seri, zmasse, ncid_startphy, nid_ins)
14    
15      ! From phylmd/phytrac.F, version 1.15 2006/02/21 08:08:30 (SVN revision 679)      ! From phylmd/phytrac.F, version 1.15 2006/02/21 08:08:30 (SVN revision 679)
16    
# Line 36  contains Line 36  contains
36      use dimens_m, only: llm, nqmx      use dimens_m, only: llm, nqmx
37      use dimphy, only: klon      use dimphy, only: klon
38      use indicesol, only: nbsrf      use indicesol, only: nbsrf
     use ini_histrac_m, only: ini_histrac  
39      use initrrnpb_m, only: initrrnpb      use initrrnpb_m, only: initrrnpb
40      use minmaxqfi_m, only: minmaxqfi      use minmaxqfi_m, only: minmaxqfi
41        use netcdf95, only: nf95_inq_varid, nf95_get_var, nf95_put_var
42      use nflxtr_m, only: nflxtr      use nflxtr_m, only: nflxtr
43      use nr_util, only: assert      use nr_util, only: assert
44      use o3_chem_m, only: o3_chem      use o3_chem_m, only: o3_chem
45      use phyetat0_m, only: rlat      use phyetat0_m, only: rlat
46        use phyredem0_m, only: ncid_restartphy
47      use press_coefoz_m, only: press_coefoz      use press_coefoz_m, only: press_coefoz
48      use radiornpb_m, only: radiornpb      use radiornpb_m, only: radiornpb
49      use regr_pr_comb_coefoz_m, only: regr_pr_comb_coefoz      use regr_pr_comb_coefoz_m, only: regr_pr_comb_coefoz
# Line 89  contains Line 90  contains
90      REAL frac_impa(klon, llm) ! fraction d'aerosols impactes      REAL frac_impa(klon, llm) ! fraction d'aerosols impactes
91      REAL frac_nucl(klon, llm) ! fraction d'aerosols nuclees      REAL frac_nucl(klon, llm) ! fraction d'aerosols nuclees
92    
     real, intent(in):: pphis(klon)  
   
93      ! Kerry Emanuel      ! Kerry Emanuel
94      real, intent(in):: da(klon, llm), phi(klon, llm, llm), mp(klon, llm)      real, intent(in):: da(klon, llm), phi(klon, llm, llm), mp(klon, llm)
95      REAL, intent(in):: upwd(klon, llm) ! saturated updraft mass flux      REAL, intent(in):: upwd(klon, llm) ! saturated updraft mass flux
# Line 102  contains Line 101  contains
101      real, intent(in):: zmasse(:, :) ! (klon, llm)      real, intent(in):: zmasse(:, :) ! (klon, llm)
102      ! (column-density of mass of air in a cell, in kg m-2)      ! (column-density of mass of air in a cell, in kg m-2)
103    
104      ! Variables local to the procedure:      integer, intent(in):: ncid_startphy, nid_ins
105    
106        ! Local:
107    
108      integer nsplit      integer nsplit
109    
# Line 116  contains Line 117  contains
117      !      !
118      ! Pour la source de radon et son reservoir de sol      ! Pour la source de radon et son reservoir de sol
119    
120      REAL, save:: trs(klon, nqmx - 2) ! Concentration de radon dans le sol      REAL, save:: trs(klon, nqmx - 2) ! Concentration de traceur dans le sol
121    
122      REAL masktr(klon, nqmx - 2) ! Masque reservoir de sol traceur      REAL masktr(klon, nqmx - 2) ! Masque reservoir de sol traceur
123      ! Masque de l'echange avec la surface      ! Masque de l'echange avec la surface
# Line 134  contains Line 135  contains
135      SAVE scavtr      SAVE scavtr
136    
137      CHARACTER itn      CHARACTER itn
     INTEGER, save:: nid_tra  
138    
139      ! nature du traceur      ! nature du traceur
140    
# Line 155  contains Line 155  contains
155    
156      REAL d_tr(klon, llm), d_trs(klon) ! tendances de traceurs      REAL d_tr(klon, llm), d_trs(klon) ! tendances de traceurs
157      REAL d_tr_cl(klon, llm, nqmx - 2) ! tendance de traceurs couche limite      REAL d_tr_cl(klon, llm, nqmx - 2) ! tendance de traceurs couche limite
158      REAL d_tr_cv(klon, llm, nqmx - 2) ! tendance de traceurs conv pour chq traceur  
159        REAL d_tr_cv(klon, llm, nqmx - 2)
160        ! tendance de traceurs conv pour chq traceur
161    
162      REAL d_tr_th(klon, llm, nqmx - 2) ! la tendance des thermiques      REAL d_tr_th(klon, llm, nqmx - 2) ! la tendance des thermiques
163      REAL d_tr_dec(klon, llm, 2) ! la tendance de la decroissance      REAL d_tr_dec(klon, llm, 2) ! la tendance de la decroissance
164      ! ! radioactive du rn - > pb      ! ! radioactive du rn - > pb
# Line 167  contains Line 170  contains
170      ! ! dans chaque couche      ! ! dans chaque couche
171    
172      real ztra_th(klon, llm)      real ztra_th(klon, llm)
173      integer isplit      integer isplit, varid
174    
175      ! Controls:      ! Controls:
176      logical:: couchelimite = .true.      logical:: couchelimite = .true.
# Line 185  contains Line 188  contains
188         PRINT *, 'Frequency of tracer output: ecrit_tra = ', ecrit_tra         PRINT *, 'Frequency of tracer output: ecrit_tra = ', ecrit_tra
189         inirnpb = .true.         inirnpb = .true.
190    
        ! Initialisation des sorties :  
        call ini_histrac(nid_tra, pdtphys, nqmx - 2, lessivage)  
   
191         ! Initialisation de certaines variables pour le radon et le plomb         ! Initialisation de certaines variables pour le radon et le plomb
192         ! Initialisation du traceur dans le sol (couche limite radonique)         ! Initialisation du traceur dans le sol (couche limite radonique)
193         trs(:, :) = 0.         trs(:, 2:) = 0.
194    
195         open (unit=99, file='starttrac', status='old', err=999, &         call nf95_inq_varid(ncid_startphy, "trs", varid)
196              form='formatted')         call nf95_get_var(ncid_startphy, varid, trs(:, 1))
        read(unit=99, fmt=*) (trs(i, 1), i=1, klon)  
 999    continue  
        close(unit=99)  
197    
198         ! Initialisation de la fraction d'aerosols lessivee         ! Initialisation de la fraction d'aerosols lessivee
199    
# Line 296  contains Line 293  contains
293         DO it=1, nqmx - 2         DO it=1, nqmx - 2
294            if (clsol(it)) then            if (clsol(it)) then
295               ! couche limite avec quantite dans le sol calculee               ! couche limite avec quantite dans le sol calculee
296               CALL cltracrn(it, pdtphys, yu1, yv1, &               CALL cltracrn(it, pdtphys, yu1, yv1, coefh, t_seri, ftsol, &
297                    coefh, t_seri, ftsol, pctsrf, &                    pctsrf, tr_seri(:, :, it), trs(:, it), paprs, pplay, delp, &
298                    tr_seri(:, :, it), trs(1, it), &                    masktr(1, it), fshtr(1, it), hsoltr(it), tautr(it), &
299                    paprs, pplay, delp, &                    vdeptr(it), rlat, d_tr_cl(1, 1, it), d_trs)
                   masktr(1, it), fshtr(1, it), hsoltr(it), &  
                   tautr(it), vdeptr(it), &  
                   rlat, &  
                   d_tr_cl(1, 1, it), d_trs)  
300               DO k = 1, llm               DO k = 1, llm
301                  DO i = 1, klon                  DO i = 1, klon
302                     tr_seri(i, k, it) = tr_seri(i, k, it) + d_tr_cl(i, k, it)                     tr_seri(i, k, it) = tr_seri(i, k, it) + d_tr_cl(i, k, it)
303                  ENDDO                  ENDDO
304               ENDDO               ENDDO
305    
306               ! Traceur ds sol               trs(:, it) = trs(:, it) + d_trs
307              else
308               DO i = 1, klon               ! couche limite avec flux prescrit
                 trs(i, it) = trs(i, it) + d_trs(i)  
              END DO  
           else ! couche limite avec flux prescrit  
309               !MAF provisoire source / traceur a creer               !MAF provisoire source / traceur a creer
310               DO i=1, klon               DO i=1, klon
311                  source(i) = 0.0 ! pas de source, pour l'instant                  source(i) = 0. ! pas de source, pour l'instant
312               ENDDO               ENDDO
313    
314               CALL cltrac(pdtphys, coefh, t_seri, tr_seri(:, :, it), source, &               CALL cltrac(pdtphys, coefh, t_seri, tr_seri(:, :, it), source, &
# Line 349  contains Line 339  contains
339         ! Ozone as a tracer:         ! Ozone as a tracer:
340         if (mod(itap - 1, lmt_pas) == 0) then         if (mod(itap - 1, lmt_pas) == 0) then
341            ! Once per day, update the coefficients for ozone chemistry:            ! Once per day, update the coefficients for ozone chemistry:
342            call regr_pr_comb_coefoz(julien)            call regr_pr_comb_coefoz(julien, paprs, pplay)
343         end if         end if
344         call o3_chem(julien, gmtime, t_seri, zmasse, pdtphys, tr_seri(:, :, 3))         call o3_chem(julien, gmtime, t_seri, zmasse, pdtphys, tr_seri(:, :, 3))
345      end if      end if
# Line 404  contains Line 394  contains
394      ENDIF      ENDIF
395    
396      ! Ecriture des sorties      ! Ecriture des sorties
397      call write_histrac(lessivage, itap, nid_tra)      call write_histrac(lessivage, itap, nid_ins)
398    
399      if (lafin) then      if (lafin) then
400         print *, "C'est la fin de la physique."         call nf95_inq_varid(ncid_restartphy, "trs", varid)
401         open(unit=99, file='restarttrac', form='formatted')         call nf95_put_var(ncid_restartphy, varid, trs(:, 1))
        do i=1, klon  
           write(unit=99, fmt=*) trs(i, 1)  
        enddo  
        PRINT *, 'Ecriture du fichier restarttrac'  
        close(unit=99)  
402      endif      endif
403    
404    contains    contains
405    
406      subroutine write_histrac(lessivage, itap, nid_tra)      subroutine write_histrac(lessivage, itap, nid_ins)
407    
408        ! From phylmd/write_histrac.h, version 1.9 2006/02/21 08:08:30        ! From phylmd/write_histrac.h, version 1.9 2006/02/21 08:08:30
409    
# Line 426  contains Line 411  contains
411        use histsync_m, only: histsync        use histsync_m, only: histsync
412        use histwrite_m, only: histwrite        use histwrite_m, only: histwrite
413        use temps, only: itau_phy        use temps, only: itau_phy
414        use iniadvtrac_m, only: tnom        use iniadvtrac_m, only: tname
       use comgeomphy, only: airephy  
415        use dimphy, only: klon        use dimphy, only: klon
416        use grid_change, only: gr_phy_write_2d        use grid_change, only: gr_phy_write_2d
417        use gr_phy_write_3d_m, only: gr_phy_write_3d        use gr_phy_write_3d_m, only: gr_phy_write_3d
418    
419        logical, intent(in):: lessivage        logical, intent(in):: lessivage
420        integer, intent(in):: itap ! number of calls to "physiq"        integer, intent(in):: itap ! number of calls to "physiq"
421        integer, intent(in):: nid_tra        integer, intent(in):: nid_ins
422    
423        ! Variables local to the procedure:        ! Variables local to the procedure:
424        integer it        integer it
425        integer itau_w ! pas de temps ecriture        integer itau_w ! pas de temps ecriture
       logical, parameter:: ok_sync = .true.  
426    
427        !-----------------------------------------------------        !-----------------------------------------------------
428    
429        itau_w = itau_phy + itap        itau_w = itau_phy + itap
430    
431        CALL histwrite(nid_tra, "phis", itau_w, gr_phy_write_2d(pphis))        CALL histwrite(nid_ins, "zmasse", itau_w, gr_phy_write_3d(zmasse))
       CALL histwrite(nid_tra, "aire", itau_w, gr_phy_write_2d(airephy))  
       CALL histwrite(nid_tra, "zmasse", itau_w, gr_phy_write_3d(zmasse))  
432    
433        DO it=1, nqmx - 2        DO it=1, nqmx - 2
434           CALL histwrite(nid_tra, tnom(it+2), itau_w, &           CALL histwrite(nid_ins, tname(it+2), itau_w, &
435                gr_phy_write_3d(tr_seri(:, :, it)))                gr_phy_write_3d(tr_seri(:, :, it)))
436           if (lessivage) THEN           if (lessivage) THEN
437              CALL histwrite(nid_tra, "fl"//tnom(it+2), itau_w, &              CALL histwrite(nid_ins, "fl"//tname(it+2), itau_w, &
438                   gr_phy_write_3d(flestottr(:, :, it)))                   gr_phy_write_3d(flestottr(:, :, it)))
439           endif           endif
440           CALL histwrite(nid_tra, "d_tr_th_"//tnom(it+2), itau_w, &           CALL histwrite(nid_ins, "d_tr_th_"//tname(it+2), itau_w, &
441                gr_phy_write_3d(d_tr_th(:, :, it)))                gr_phy_write_3d(d_tr_th(:, :, it)))
442           CALL histwrite(nid_tra, "d_tr_cv_"//tnom(it+2), itau_w, &           CALL histwrite(nid_ins, "d_tr_cv_"//tname(it+2), itau_w, &
443                gr_phy_write_3d(d_tr_cv(:, :, it)))                gr_phy_write_3d(d_tr_cv(:, :, it)))
444           CALL histwrite(nid_tra, "d_tr_cl_"//tnom(it+2), itau_w, &           CALL histwrite(nid_ins, "d_tr_cl_"//tname(it+2), itau_w, &
445                gr_phy_write_3d(d_tr_cl(:, :, it)))                gr_phy_write_3d(d_tr_cl(:, :, it)))
446        ENDDO        ENDDO
447    
       CALL histwrite(nid_tra, "pplay", itau_w, gr_phy_write_3d(pplay))  
       CALL histwrite(nid_tra, "T", itau_w, gr_phy_write_3d(t_seri))  
   
       if (ok_sync) then  
          call histsync(nid_tra)  
       endif  
   
448      end subroutine write_histrac      end subroutine write_histrac
449    
450    END SUBROUTINE phytrac    END SUBROUTINE phytrac

Legend:
Removed from v.120  
changed lines
  Added in v.162

  ViewVC Help
Powered by ViewVC 1.1.21