/[MITgcm]/MITgcm/pkg/fizhi/do_fizhi.F
ViewVC logotype

Annotation of /MITgcm/pkg/fizhi/do_fizhi.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.24 - (hide annotations) (download)
Mon Jul 26 18:45:17 2004 UTC (19 years, 10 months ago) by molod
Branch: MAIN
Changes since 1.23: +46 -41 lines
Went to use of FIZHI_OPTIONS and _RL in all routines

1 molod 1.24 C $Header: /u/gcmpack/MITgcm/pkg/fizhi/do_fizhi.F,v 1.23 2004/07/23 22:32:27 molod Exp $
2 edhill 1.2 C $Name: $
3 molod 1.24 #include "FIZHI_OPTIONS.h"
4 molod 1.10 subroutine do_fizhi(myid,uphy,vphy,thphy,sphy,pephy,lons,lats,
5 molod 1.22 . ctmt,xxmt,yymt,zetamt,xlmt,khmt,tke,
6     . tgz,sice,phis_var,landtype,fracland,emiss,albnirdr,albnirdf,
7     . albvisdr,albvisdf,ityp,chfr,alai,agrn,igrd,chlat,chlon,
8     . tcanopy,tdeep,ecanopy,swetshal,swetroot,swetdeep,snodep,capac,
9     . o3,qstr,co2,cfc11,cfc12,cfc22,n2o,methane,
10     . idim1,idim2,jdim1,jdim2,Nrphin,Nsxin,Nsyin,im1,im2,jm1,jm2,bi,bj,
11 molod 1.23 . nchp,nchptot,nchpland,
12 molod 1.22 . duphy,dvphy,dthphy,dsphy)
13 molod 1.1 c-----------------------------------------------------------------------
14 molod 1.9 c Interface routine to calculate physics increments - calls fizhi_driver.
15     c Purpose of this routine is to set up arrays local to fizhi and 'save'
16     c them from one iteration to the next, and act as interface between the
17     c model common blocks (held in fizhi_wrapper) and fizhi_driver.
18     c Copies of variables that are 'shadowed' are made here without shadows
19     c for passing to fizhi_driver.
20     c Note: routine is called from inside a bi-bj loop
21 molod 1.1 c
22     c-----------------------------------------------------------------------
23 molod 1.5 implicit none
24 molod 1.22 #include "SIZE.h"
25     #include "fizhi_SIZE.h"
26 molod 1.19 #include "chronos.h"
27 molod 1.1
28 molod 1.10 C Argument list declarations
29     integer myid,im1,im2,jm1,jm2,idim1,idim2,jdim1,jdim2
30 molod 1.23 integer Nrphin,Nsxin,Nsyin,bi,bj,nchp,nchptot,nchpland
31 molod 1.22 _RL uphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
32     _RL vphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
33     _RL thphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
34     _RL sphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
35     _RL pephy(idim1:idim2,jdim1:jdim2,Nrphin+1,Nsxin,Nsyin)
36     _RL lons(idim1:idim2,jdim1:jdim2,Nsxin,Nsyin)
37     _RL lats(idim1:idim2,jdim1:jdim2,Nsxin,Nsyin)
38     _RL ctmt(nchp,Nsxin,Nsyin),xxmt(nchp,Nsxin,Nsyin)
39     _RL yymt(nchp,Nsxin,Nsyin)
40     _RL zetamt(nchp,Nsxin,Nsyin)
41     _RL xlmt(nchp,Nrphin,Nsxin,Nsyin),khmt(nchp,Nrphin,Nsxin,Nsyin)
42     _RL tke(nchp,Nrphin,Nsxin,Nsyin)
43     _RL tgz(im2,jm2,Nsxin,Nsyin)
44     _RL sice(idim1:idim2,jdim1:jdim2,Nsxin,Nsyin)
45     _RL phis_var(im2,jm2,Nsxin,Nsyin),landtype(im2,jm2,Nsxin,Nsyin)
46     _RL fracland(im2,jm2,Nsxin,Nsyin),emiss(im2,jm2,10,Nsxin,Nsyin)
47     _RL albvisdr(im2,jm2,Nsxin,Nsyin),albvisdf(im2,jm2,Nsxin,Nsyin)
48     _RL albnirdr(im2,jm2,Nsxin,Nsyin),albnirdf(im2,jm2,Nsxin,Nsyin)
49     _RL chfr(nchp,Nsxin,Nsyin),alai(nchp,Nsxin,Nsyin)
50     _RL agrn(nchp,Nsxin,Nsyin)
51     integer ityp(nchp,Nsxin,Nsyin),igrd(nchp,Nsxin,Nsyin)
52     _RL chlat(nchp,Nsxin,Nsyin),chlon(nchp,Nsxin,Nsyin)
53     _RL tcanopy(nchp,Nsxin,Nsyin),tdeep(nchp,Nsxin,Nsyin)
54     _RL ecanopy(nchp,Nsxin,Nsyin),swetshal(nchp,Nsxin,Nsyin)
55     _RL swetroot(nchp,Nsxin,Nsyin),swetdeep(nchp,Nsxin,Nsyin)
56     _RL snodep(nchp,Nsxin,Nsyin),capac(nchp,Nsxin,Nsyin)
57     _RL o3(im2,jm2,Nsxin,Nsyin),qstr(im2,jm2,Nsxin,Nsyin)
58     _RL co2,cfc11,cfc12,cfc22,n2o(Nrphin),methane(Nrphin)
59     _RL duphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
60     _RL dvphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
61     _RL dthphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
62     _RL dsphy(idim1:idim2,jdim1:jdim2,Nrphin,Nsxin,Nsyin)
63    
64     c Local Variables
65 molod 1.10 integer ptracer,ntracer
66 molod 1.19 parameter (ptracer = 1)
67     parameter (ntracer = 1)
68 molod 1.10 integer iras,nlwcld,nlwlz,nswcld,nswlz
69     integer imstturbsw,imstturblw
70    
71 molod 1.24 _RL xlats(sNx,sNy),xlons(sNx,sNy),sea_ice(sNx,sNy)
72     _RL p(sNx,sNy,Nsx,Nsy)
73     _RL u(sNx,sNy,Nrphys),v(sNx,sNy,Nrphys),t(sNx,sNy,Nrphys)
74     _RL q(sNx,sNy,Nrphys,ntracer)
75     _RL pl(sNx,sNy,Nrphys,Nsx,Nsy),pkl(sNx,sNy,Nrphys,Nsx,Nsy)
76     _RL ple(sNx,sNy,Nrphys+1,Nsx,Nsy)
77     _RL pkle(sNx,sNy,Nrphys+1,Nsx,Nsy)
78     _RL dpres(sNx,sNy,Nrphys,Nsx,Nsy)
79     _RL lwdt(sNx,sNy,Nrphys,Nsx,Nsy)
80     _RL lwdtclr(sNx,sNy,Nrphys,Nsx,Nsy)
81     _RL swdt(sNx,sNy,Nrphys,Nsx,Nsy)
82     _RL swdtclr(sNx,sNy,Nrphys,Nsx,Nsy)
83     _RL turbu(sNx,sNy,Nrphys,Nsx,Nsy)
84     _RL turbv(sNx,sNy,Nrphys,Nsx,Nsy)
85     _RL turbt(sNx,sNy,Nrphys,Nsx,Nsy)
86     _RL turbq(sNx,sNy,Nrphys,ntracer,Nsx,Nsy)
87     _RL moistu(sNx,sNy,Nrphys,Nsx,Nsy)
88     _RL moistv(sNx,sNy,Nrphys,Nsx,Nsy)
89     _RL moistt(sNx,sNy,Nrphys,Nsx,Nsy)
90     _RL moistq(sNx,sNy,Nrphys,ntracer,Nsx,Nsy)
91     _RL radswt(sNx,sNy,Nsx,Nsy),radswg(sNx,sNy,Nsx,Nsy)
92     _RL swgclr(sNx,sNy,Nsx,Nsy)
93     _RL fdirpar(sNx,sNy,Nsx,Nsy),fdifpar(sNx,sNy,Nsx,Nsy)
94     _RL osr(sNx,sNy,Nsx,Nsy),osrclr(sNx,sNy,Nsx,Nsy)
95     _RL tg0(sNx,sNy,Nsx,Nsy),radlwg(sNx,sNy,Nsx,Nsy)
96     _RL lwgclr(sNx,sNy,Nsx,Nsy),st4(sNx,sNy,Nsx,Nsy)
97     _RL dst4(sNx,sNy,Nsx,Nsy),dlwdtg(sNx,sNy,Nrphys,Nsx,Nsy)
98     _RL rainlsp(sNx,sNy,Nsx,Nsy),raincon(sNx,sNy,Nsx,Nsy)
99     _RL snowfall(sNx,sNy,Nsx,Nsy)
100     _RL cldtot_lw(sNx,sNy,Nrphys,Nsx,Nsy)
101     _RL clras_lw(sNx,sNy,Nrphys,Nsx,Nsy)
102     _RL cldlsp_lw(sNx,sNy,Nrphys,Nsx,Nsy)
103     _RL lwlz(sNx,sNy,Nrphys,Nsx,Nsy)
104     _RL cldtot_sw(sNx,sNy,Nrphys,Nsx,Nsy)
105     _RL clras_sw(sNx,sNy,Nrphys,Nsx,Nsy)
106     _RL cldlsp_sw(sNx,sNy,Nrphys,Nsx,Nsy)
107     _RL swlz(sNx,sNy,Nrphys,Nsx,Nsy)
108     _RL qliqavesw(sNx,sNy,Nrphys,Nsx,Nsy)
109     _RL qliqavelw(sNx,sNy,Nrphys,Nsx,Nsy)
110     _RL fccavesw(sNx,sNy,Nrphys,Nsx,Nsy)
111     _RL fccavelw(sNx,sNy,Nrphys,Nsx,Nsy)
112     _RL qq(sNx,sNy,Nrphys,Nsx,Nsy)
113 molod 1.10
114 molod 1.5 integer i,j,L
115 molod 1.24 _RL getcon, kappa, p0kappa, s0, ra
116     _RL cosz(sNx,sNy)
117 molod 1.11
118 molod 1.13 logical alarm
119     external alarm
120    
121 molod 1.22 save lwdt,lwdtclr,swdt,swdtclr,turbu,turbv,turbt,turbq
122     save moistu,moistv,moistt,moistq
123     save radswg,swgclr,fdirpar,fdifpar,osr,osrclr,tg0,radlwg
124     save st4,dst4,dlwdtg,rainlsp,raincon,snowfall,iras
125     save nlwcld,cldtot_lw,clras_lw,cldlsp_lw,nlwlz,lwlz
126     save nswcld,cldtot_sw,clras_sw,cldlsp_sw,nswlz,swlz
127     save imstturbsw,imstturblw,qliqavesw,qliqavelw,fccavesw,fccavelw
128     save qq
129     save pl,ple,dpres,pkle,pkl
130 molod 1.13
131 molod 1.11 C***********************************************************************
132     C Unshadow input arrays (and make 'fizhi theta' from true theta)
133     C***********************************************************************
134    
135     kappa = getcon('KAPPA')
136     p0kappa = 1000.0 ** kappa
137 molod 1.12 S0 = getcon('S0')
138 molod 1.11
139 molod 1.13 call astro ( nymd,nhms, xlats,xlons, im2*jm2, cosz,ra )
140     do j=jm1,jm2
141     do i=im1,im2
142 molod 1.19 radswt(i,j,bi,bj) = S0*(1.0/ra**2)*cosz(i,j)
143 molod 1.11 enddo
144     enddo
145 molod 1.13
146     if( alarm('moist') .or. alarm('turb') .or.
147     . alarm('radsw') .or. alarm('radlw') ) then
148    
149 molod 1.18 C compute pressures - all pressure are converted here to hPa
150 molod 1.11 do j = jm1,jm2
151     do i = im1,im2
152 molod 1.18 ple(i,j,Nrphys+1,bi,bj) = pephy(i,j,Nrphys+1,bi,bj)/100.
153     pkle(i,j,Nrphys+1,bi,bj)=(pephy(i,j,Nrphys+1,bi,bj)/100.) **kappa
154     p(i,j,bi,bj) = pephy(i,j,Nrphys+1,bi,bj)/100.
155 molod 1.11 xlats(i,j) = lats(i,j,bi,bj)
156     xlons(i,j) = lons(i,j,bi,bj)
157     sea_ice(i,j) = sice(i,j,bi,bj)
158     enddo
159     enddo
160 molod 1.13 do L = 1,Nrphys
161     do j = jm1,jm2
162     do i = im1,im2
163     u(i,j,L) = uphy(i,j,L,bi,bj)
164     v(i,j,L) = vphy(i,j,L,bi,bj)
165     t(i,j,L) = thphy(i,j,L,bi,bj)/p0kappa
166     q(i,j,L,1) = sphy(i,j,L,bi,bj)
167 molod 1.19 pl(i,j,L,bi,bj) = (pephy(i,j,L,bi,bj)+pephy(i,j,L+1,bi,bj))/200.
168     dpres(i,j,L,bi,bj)=(pephy(i,j,L+1,bi,bj)-pephy(i,j,L,bi,bj))/100.
169 molod 1.18 ple(i,j,L,bi,bj) = pephy(i,j,L,bi,bj)/100.
170 molod 1.19 pkle(i,j,L,bi,bj) = (ple(i,j,L,bi,bj) /100.) **kappa
171 molod 1.13 enddo
172 molod 1.12 enddo
173     enddo
174    
175 molod 1.16 call pkappa (ple(1,1,1,bi,bj),pkle(1,1,1,bi,bj),im2,jm2,Nrphys,
176     . pkl(1,1,1,bi,bj))
177 molod 1.1
178 molod 1.17 call fizhi_driver(myid,im2,jm2,Nrphys,bi,bj,ptracer,ntracer,xlats,
179     . xlons,p(1,1,bi,bj),u,v,t,q,pl(1,1,1,bi,bj),ple(1,1,1,bi,bj),
180 molod 1.16 . dpres(1,1,1,bi,bj),pkle(1,1,1,bi,bj),pkl(1,1,1,bi,bj),
181 molod 1.19 . fracland(1,1,bi,bj),landtype(1,1,bi,bj),radswt(1,1,bi,bj),
182     . phis_var(1,1,bi,bj),tgz(1,1,bi,bj),sea_ice,nchp,chlat(1,bi,bj),
183 molod 1.23 . chlon(1,bi,bj),igrd(1,bi,bj),nchptot,nchpland,chfr(1,bi,bj),
184     . ityp(1,bi,bj),tcanopy(1,bi,bj),tdeep(1,bi,bj),ecanopy(1,bi,bj),
185 molod 1.12 . swetshal(1,bi,bj),swetroot(1,bi,bj),swetdeep(1,bi,bj),
186     . capac(1,bi,bj),snodep(1,bi,bj),
187     . ctmt(1,bi,bj),xxmt(1,bi,bj),yymt(1,bi,bj),zetamt(1,bi,bj),
188     . xlmt(1,1,bi,bj),khmt(1,1,bi,bj),tke(1,1,bi,bj),
189 molod 1.19 . albvisdr(1,1,bi,bj),albvisdf(1,1,bi,bj),albnirdr(1,1,bi,bj),
190     . albnirdf(1,1,bi,bj),emiss(1,1,1,bi,bj),alai(1,bi,bj),
191     . agrn(1,bi,bj),
192 molod 1.12 . qstr(1,1,bi,bj),o3(1,1,bi,bj),co2,cfc11,cfc12,cfc22,methane,n2o,
193 molod 1.14 . lwdt(1,1,1,bi,bj),lwdtclr(1,1,1,bi,bj),swdt(1,1,1,bi,bj),
194     . swdtclr(1,1,1,bi,bj),turbu(1,1,1,bi,bj),turbv(1,1,1,bi,bj),
195 molod 1.19 . turbt(1,1,1,bi,bj),turbq(1,1,1,1,bi,bj),moistu(1,1,1,bi,bj),
196     . moistv(1,1,1,bi,bj),moistt(1,1,1,bi,bj),moistq(1,1,1,1,bi,bj),
197 molod 1.14 . radswg(1,1,bi,bj),swgclr(1,1,bi,bj),fdirpar(1,1,bi,bj),
198     . fdifpar(1,1,bi,bj),osr(1,1,bi,bj),osrclr(1,1,bi,bj),
199 molod 1.19 . tg0(1,1,bi,bj),radlwg(1,1,bi,bj),lwgclr(1,1,bi,bj),
200 molod 1.14 . st4(1,1,bi,bj),dst4(1,1,bi,bj),dlwdtg(1,1,1,bi,bj),
201     . rainlsp(1,1,bi,bj),raincon(1,1,bi,bj),snowfall(1,1,bi,bj),iras,
202     . nlwcld,cldtot_lw(1,1,1,bi,bj),clras_lw(1,1,1,bi,bj),
203     . cldlsp_lw(1,1,1,bi,bj),nlwlz,lwlz(1,1,1,bi,bj),
204     . nswcld,cldtot_sw(1,1,1,bi,bj),clras_sw(1,1,1,bi,bj),
205     . cldlsp_sw(1,1,1,bi,bj),nswlz,swlz(1,1,1,bi,bj),
206     . imstturbsw,imstturblw,qliqavesw(1,1,1,bi,bj),
207     . qliqavelw(1,1,1,bi,bj),fccavesw(1,1,1,bi,bj),
208     . fccavelw(1,1,1,bi,bj),qq(1,1,1,bi,bj))
209 molod 1.13
210     endif
211 molod 1.12
212     do L = 1,Nrphys
213     do j = jm1,jm2
214     do i = im1,im2
215 molod 1.14 duphy(i,j,L,bi,bj) = moistu(i,j,L,bi,bj) + turbu(i,j,L,bi,bj)
216     dvphy(i,j,L,bi,bj) = moistv(i,j,L,bi,bj) + turbv(i,j,L,bi,bj)
217     dthphy(i,j,L,bi,bj) = ((moistt(i,j,L,bi,bj)+turbt(i,j,L,bi,bj)+
218     . lwdt(i,j,L,bi,bj) +
219     . dlwdtg(i,j,L,bi,bj) * (tgz(i,j,bi,bj)-tg0(i,j,bi,bj)) +
220 molod 1.16 . swdt(i,j,L,bi,bj)*radswt(i,j,bi,bj) )*p0kappa ) / p(i,j,bi,bj)
221 molod 1.14 dsphy(i,j,L,bi,bj) = (moistq(i,j,L,1,bi,bj)+turbq(i,j,L,1,bi,bj))
222 molod 1.16 . /p(i,j,bi,bj)
223 molod 1.12 enddo
224     enddo
225     enddo
226 molod 1.5
227 molod 1.19 call fizhi_step_diag(myid,p,uphy,vphy,thphy,sphy,qq,pkl,dpres,
228 molod 1.15 . radswt,radswg,swgclr,osr,osrclr,st4,dst4,tgz,tg0,radlwg,lwgclr,
229     . turbu,turbv,turbt,turbq,moistu,moistv,moistt,moistq,
230 molod 1.20 . lwdt,swdt,lwdtclr,swdtclr,dlwdtg,
231     . im1,im2,jm1,jm2,Nrphys,Nsx,Nsy,bi,bj,ntracer)
232 molod 1.15
233 molod 1.5 return
234     end

  ViewVC Help
Powered by ViewVC 1.1.22