--- trunk/Sources/phylmd/physiq.f 2015/07/08 17:03:45 155 +++ trunk/Sources/phylmd/physiq.f 2015/11/25 20:14:19 174 @@ -46,20 +46,23 @@ USE indicesol, ONLY: clnsurf, epsfra, is_lic, is_oce, is_sic, is_ter, & nbsrf USE ini_histins_m, ONLY: ini_histins + use netcdf95, only: NF95_CLOSE use newmicro_m, only: newmicro USE orbite_m, ONLY: orbite USE ozonecm_m, ONLY: ozonecm USE phyetat0_m, ONLY: phyetat0, rlat, rlon USE phyredem_m, ONLY: phyredem + USE phyredem0_m, ONLY: phyredem0 USE phystokenc_m, ONLY: phystokenc USE phytrac_m, ONLY: phytrac USE qcheck_m, ONLY: qcheck use radlwsw_m, only: radlwsw use readsulfate_m, only: readsulfate use readsulfate_preind_m, only: readsulfate_preind - use sugwd_m, only: sugwd - USE suphec_m, ONLY: ra, rcpd, retv, rg, rlvtt, romega, rsigma, rtt + use yoegwd, only: sugwd + USE suphec_m, ONLY: rcpd, retv, rg, rlvtt, romega, rsigma, rtt USE temps, ONLY: itau_phy + use transp_m, only: transp use unit_nml_m, only: unit_nml USE ymds2ju_m, ONLY: ymds2ju USE yoethf_m, ONLY: r2es, rvtmp2 @@ -155,14 +158,6 @@ integer nlevSTD PARAMETER(nlevSTD = 17) - real rlevSTD(nlevSTD) - DATA rlevSTD/100000., 92500., 85000., 70000., & - 60000., 50000., 40000., 30000., 25000., 20000., & - 15000., 10000., 7000., 5000., 3000., 2000., 1000./ - CHARACTER(LEN = 4) clevSTD(nlevSTD) - DATA clevSTD/'1000', '925 ', '850 ', '700 ', '600 ', & - '500 ', '400 ', '300 ', '250 ', '200 ', '150 ', '100 ', & - '70 ', '50 ', '30 ', '20 ', '10 '/ ! prw: precipitable water real prw(klon) @@ -175,51 +170,7 @@ INTEGER kmax, lmax PARAMETER(kmax = 8, lmax = 8) INTEGER kmaxm1, lmaxm1 - PARAMETER(kmaxm1 = kmax-1, lmaxm1 = lmax-1) - - REAL zx_tau(kmaxm1), zx_pc(lmaxm1) - DATA zx_tau/0., 0.3, 1.3, 3.6, 9.4, 23., 60./ - DATA zx_pc/50., 180., 310., 440., 560., 680., 800./ - - ! cldtopres pression au sommet des nuages - REAL cldtopres(lmaxm1) - DATA cldtopres/50., 180., 310., 440., 560., 680., 800./ - - ! taulev: numero du niveau de tau dans les sorties ISCCP - CHARACTER(LEN = 4) taulev(kmaxm1) - - DATA taulev/'tau0', 'tau1', 'tau2', 'tau3', 'tau4', 'tau5', 'tau6'/ - CHARACTER(LEN = 3) pclev(lmaxm1) - DATA pclev/'pc1', 'pc2', 'pc3', 'pc4', 'pc5', 'pc6', 'pc7'/ - - CHARACTER(LEN = 28) cnameisccp(lmaxm1, kmaxm1) - DATA cnameisccp/'pc< 50hPa, tau< 0.3', 'pc= 50-180hPa, tau< 0.3', & - 'pc= 180-310hPa, tau< 0.3', 'pc= 310-440hPa, tau< 0.3', & - 'pc= 440-560hPa, tau< 0.3', 'pc= 560-680hPa, tau< 0.3', & - 'pc= 680-800hPa, tau< 0.3', 'pc< 50hPa, tau= 0.3-1.3', & - 'pc= 50-180hPa, tau= 0.3-1.3', 'pc= 180-310hPa, tau= 0.3-1.3', & - 'pc= 310-440hPa, tau= 0.3-1.3', 'pc= 440-560hPa, tau= 0.3-1.3', & - 'pc= 560-680hPa, tau= 0.3-1.3', 'pc= 680-800hPa, tau= 0.3-1.3', & - 'pc< 50hPa, tau= 1.3-3.6', 'pc= 50-180hPa, tau= 1.3-3.6', & - 'pc= 180-310hPa, tau= 1.3-3.6', 'pc= 310-440hPa, tau= 1.3-3.6', & - 'pc= 440-560hPa, tau= 1.3-3.6', 'pc= 560-680hPa, tau= 1.3-3.6', & - 'pc= 680-800hPa, tau= 1.3-3.6', 'pc< 50hPa, tau= 3.6-9.4', & - 'pc= 50-180hPa, tau= 3.6-9.4', 'pc= 180-310hPa, tau= 3.6-9.4', & - 'pc= 310-440hPa, tau= 3.6-9.4', 'pc= 440-560hPa, tau= 3.6-9.4', & - 'pc= 560-680hPa, tau= 3.6-9.4', 'pc= 680-800hPa, tau= 3.6-9.4', & - 'pc< 50hPa, tau= 9.4-23', 'pc= 50-180hPa, tau= 9.4-23', & - 'pc= 180-310hPa, tau= 9.4-23', 'pc= 310-440hPa, tau= 9.4-23', & - 'pc= 440-560hPa, tau= 9.4-23', 'pc= 560-680hPa, tau= 9.4-23', & - 'pc= 680-800hPa, tau= 9.4-23', 'pc< 50hPa, tau= 23-60', & - 'pc= 50-180hPa, tau= 23-60', 'pc= 180-310hPa, tau= 23-60', & - 'pc= 310-440hPa, tau= 23-60', 'pc= 440-560hPa, tau= 23-60', & - 'pc= 560-680hPa, tau= 23-60', 'pc= 680-800hPa, tau= 23-60', & - 'pc< 50hPa, tau> 60.', 'pc= 50-180hPa, tau> 60.', & - 'pc= 180-310hPa, tau> 60.', 'pc= 310-440hPa, tau> 60.', & - 'pc= 440-560hPa, tau> 60.', 'pc= 560-680hPa, tau> 60.', & - 'pc= 680-800hPa, tau> 60.'/ - - ! ISCCP simulator v3.4 + PARAMETER(kmaxm1 = kmax - 1, lmaxm1 = lmax - 1) ! Variables propres a la physique @@ -230,7 +181,7 @@ REAL radsol(klon) SAVE radsol ! bilan radiatif au sol calcule par code radiatif - INTEGER, SAVE:: itap ! number of calls to "physiq" + INTEGER:: itap = 0 ! number of calls to "physiq" REAL, save:: ftsol(klon, nbsrf) ! skin temperature of surface fraction @@ -339,7 +290,6 @@ ! Declaration des procedures appelees EXTERNAL nuage ! calculer les proprietes radiatives - EXTERNAL transp ! transport total de l'eau et de l'energie ! Variables locales @@ -563,6 +513,7 @@ ! (column-density of mass of air in a cell, in kg m-2) real, parameter:: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2 + integer, save:: ncid_startphy namelist /physiq_nml/ ok_journe, ok_mensuel, ok_instan, fact_cldcon, & facttemps, ok_newmicro, iflag_cldcon, ratqsbas, ratqshaut, if_ebil, & @@ -572,7 +523,7 @@ IF (if_ebil >= 1) zero_v = 0. IF (nqmx < 2) CALL abort_gcm('physiq', & - 'eaux vapeur et liquide sont indispensables', 1) + 'eaux vapeur et liquide sont indispensables') test_firstcal: IF (firstcal) THEN ! initialiser @@ -623,12 +574,11 @@ ! Initialiser les compteurs: frugs = 0. - itap = 0 CALL phyetat0(pctsrf, ftsol, ftsoil, tslab, seaice, fqsurf, qsol, & - fsnow, falbe, fevap, rain_fall, snow_fall, solsw, sollw, & - dlw, radsol, frugs, agesno, zmea, zstd, zsig, zgam, zthe, zpic, & - zval, t_ancien, q_ancien, ancien_ok, rnebcon, ratqs, clwcon, & - run_off_lic_0, sig1, w01) + fsnow, falbe, fevap, rain_fall, snow_fall, solsw, sollw, dlw, & + radsol, frugs, agesno, zmea, zstd, zsig, zgam, zthe, zpic, zval, & + t_ancien, q_ancien, ancien_ok, rnebcon, ratqs, clwcon, & + run_off_lic_0, sig1, w01, ncid_startphy) ! ATTENTION : il faudra a terme relire q2 dans l'etat initial q2 = 1e-8 @@ -668,6 +618,7 @@ CALL ymds2ju(annee_ref, 1, day_ref, 0., date0) ! Positionner date0 pour initialisation de ORCHIDEE print *, 'physiq date0: ', date0 + CALL phyredem0(lmt_pas) ENDIF test_firstcal ! We will modify variables *_seri and we will not touch variables @@ -677,7 +628,7 @@ v_seri = v q_seri = qx(:, :, ivap) ql_seri = qx(:, :, iliq) - tr_seri = qx(:, :, 3: nqmx) + tr_seri = qx(:, :, 3:nqmx) ztsol = sum(ftsol * pctsrf, dim = 2) @@ -762,7 +713,7 @@ IF (cycle_diurne) THEN CALL zenang(longi, time, dtphys * radpas, mu0, fract) ELSE - mu0 = -999.999 + mu0 = - 999.999 ENDIF ! Calcul de l'abedo moyen par maille @@ -924,10 +875,10 @@ conv_q = d_q_dyn + d_q_vdf / dtphys conv_t = d_t_dyn + d_t_vdf / dtphys z_avant = sum((q_seri + ql_seri) * zmasse, dim=2) - CALL conflx(dtphys, paprs, play, t_seri(:, llm:1:-1), & - q_seri(:, llm:1:-1), conv_t, conv_q, zxfluxq(:, 1), omega, & - d_t_con, d_q_con, rain_con, snow_con, mfu(:, llm:1:-1), & - mfd(:, llm:1:-1), pen_u, pde_u, pen_d, pde_d, kcbot, kctop, & + CALL conflx(dtphys, paprs, play, t_seri(:, llm:1:- 1), & + q_seri(:, llm:1:- 1), conv_t, conv_q, zxfluxq(:, 1), omega, & + d_t_con, d_q_con, rain_con, snow_con, mfu(:, llm:1:- 1), & + mfd(:, llm:1:- 1), pen_u, pde_u, pen_d, pde_d, kcbot, kctop, & kdtop, pmflxr, pmflxs) WHERE (rain_con < 0.) rain_con = 0. WHERE (snow_con < 0.) snow_con = 0. @@ -1115,17 +1066,17 @@ ! 1. NUAGES CONVECTIFS - IF (iflag_cldcon <= -1) THEN + IF (iflag_cldcon <= - 1) THEN ! seulement pour Tiedtke snow_tiedtke = 0. - if (iflag_cldcon == -1) then + if (iflag_cldcon == - 1) then rain_tiedtke = rain_con else rain_tiedtke = 0. do k = 1, llm do i = 1, klon if (d_q_con(i, k) < 0.) then - rain_tiedtke(i) = rain_tiedtke(i)-d_q_con(i, k)/dtphys & + rain_tiedtke(i) = rain_tiedtke(i) - d_q_con(i, k)/dtphys & *zmasse(i, k) endif enddo @@ -1195,7 +1146,7 @@ IF (thermcep) THEN zx_qs = r2es * FOEEW(zx_t, rtt >= zx_t)/play(i, k) zx_qs = MIN(0.5, zx_qs) - zcor = 1./(1.-retv*zx_qs) + zcor = 1./(1. - retv*zx_qs) zx_qs = zx_qs*zcor ELSE IF (zx_t < t_coup) THEN @@ -1253,7 +1204,7 @@ DO k = 1, llm DO i = 1, klon - t_seri(i, k) = t_seri(i, k) + (heat(i, k)-cool(i, k)) * dtphys/86400. + t_seri(i, k) = t_seri(i, k) + (heat(i, k) - cool(i, k)) * dtphys/86400. ENDDO ENDDO @@ -1286,11 +1237,11 @@ ! Param\'etrisation de l'orographie \`a l'\'echelle sous-maille : IF (ok_orodr) THEN - ! selection des points pour lesquels le shema est actif: + ! S\'election des points pour lesquels le sch\'ema est actif : igwd = 0 DO i = 1, klon itest(i) = 0 - IF (((zpic(i)-zmea(i)) > 100.).AND.(zstd(i) > 10.)) THEN + IF (zpic(i) - zmea(i) > 100. .AND. zstd(i) > 10.) THEN itest(i) = 1 igwd = igwd + 1 idx(igwd) = i @@ -1316,7 +1267,7 @@ igwd = 0 DO i = 1, klon itest(i) = 0 - IF ((zpic(i) - zmea(i)) > 100.) THEN + IF (zpic(i) - zmea(i) > 100.) THEN itest(i) = 1 igwd = igwd + 1 idx(igwd) = i @@ -1352,8 +1303,8 @@ ENDDO ENDDO - CALL aaam_bud(ra, rg, romega, rlat, rlon, pphis, zustrdr, zustrli, & - zustrph, zvstrdr, zvstrli, zvstrph, paprs, u, v, aam, torsfc) + CALL aaam_bud(rg, romega, rlat, rlon, pphis, zustrdr, zustrli, zustrph, & + zvstrdr, zvstrli, zvstrph, paprs, u, v, aam, torsfc) IF (if_ebil >= 2) CALL diagetpq(airephy, 'after orography', ip_ebil, 2, & 2, dtphys, t_seri, q_seri, ql_seri, u_seri, v_seri, paprs, d_h_vcol, & @@ -1362,16 +1313,15 @@ ! Calcul des tendances traceurs call phytrac(itap, lmt_pas, julien, time, firstcal, lafin, dtphys, t, & paprs, play, mfu, mfd, pde_u, pen_d, ycoefh, fm_therm, entr_therm, & - yu1, yv1, ftsol, pctsrf, frac_impa, frac_nucl, pphis, da, phi, mp, & - upwd, dnwd, tr_seri, zmasse) + yu1, yv1, ftsol, pctsrf, frac_impa, frac_nucl, da, phi, mp, upwd, & + dnwd, tr_seri, zmasse, ncid_startphy, nid_ins) IF (offline) call phystokenc(dtphys, rlon, rlat, t, mfu, mfd, pen_u, & pde_u, pen_d, pde_d, fm_therm, entr_therm, ycoefh, yu1, yv1, ftsol, & pctsrf, frac_impa, frac_nucl, pphis, airephy, dtphys, itap) ! Calculer le transport de l'eau et de l'energie (diagnostique) - CALL transp(paprs, zxtsol, t_seri, q_seri, u_seri, v_seri, zphi, ve, vq, & - ue, uq) + CALL transp(paprs, t_seri, q_seri, u_seri, v_seri, zphi, ve, vq, ue, uq) ! diag. bilKP @@ -1429,7 +1379,7 @@ DO iq = 3, nqmx DO k = 1, llm DO i = 1, klon - d_qx(i, k, iq) = (tr_seri(i, k, iq-2) - qx(i, k, iq)) / dtphys + d_qx(i, k, iq) = (tr_seri(i, k, iq - 2) - qx(i, k, iq)) / dtphys ENDDO ENDDO ENDDO @@ -1442,18 +1392,16 @@ ENDDO ENDDO - ! Ecriture des sorties call write_histins - ! Si c'est la fin, il faut conserver l'etat de redemarrage - IF (lafin) THEN - itau_phy = itau_phy + itap - CALL phyredem("restartphy.nc", pctsrf, ftsol, ftsoil, tslab, seaice, & - fqsurf, qsol, fsnow, falbe, fevap, rain_fall, snow_fall, & - solsw, sollw, dlw, radsol, frugs, agesno, zmea, zstd, zsig, zgam, & - zthe, zpic, zval, t_ancien, q_ancien, rnebcon, ratqs, clwcon, & - run_off_lic_0, sig1, w01) - ENDIF + IF (lafin) then + call NF95_CLOSE(ncid_startphy) + CALL phyredem(pctsrf, ftsol, ftsoil, tslab, seaice, fqsurf, qsol, & + fsnow, falbe, fevap, rain_fall, snow_fall, solsw, sollw, dlw, & + radsol, frugs, agesno, zmea, zstd, zsig, zgam, zthe, zpic, zval, & + t_ancien, q_ancien, rnebcon, ratqs, clwcon, run_off_lic_0, sig1, & + w01) + end IF firstcal = .FALSE. @@ -1463,6 +1411,8 @@ ! From phylmd/write_histins.h, version 1.2 2005/05/25 13:10:09 + ! Ecriture des sorties + use dimens_m, only: iim, jjm USE histsync_m, ONLY: histsync USE histwrite_m, ONLY: histwrite @@ -1549,7 +1499,7 @@ CALL gr_fi_ecrit(1, klon, iim, jjm + 1, bils, zx_tmp_2d) CALL histwrite(nid_ins, "bils", itau_w, zx_tmp_2d) - zx_tmp_fi2d(1:klon) = -1*sens(1:klon) + zx_tmp_fi2d(1:klon) = - sens(1:klon) ! CALL gr_fi_ecrit(1, klon, iim, jjm + 1, sens, zx_tmp_2d) CALL gr_fi_ecrit(1, klon, iim, jjm + 1, zx_tmp_fi2d, zx_tmp_2d) CALL histwrite(nid_ins, "sens", itau_w, zx_tmp_2d)