--- trunk/Sources/phylmd/physiq.f 2015/07/08 17:03:45 155 +++ trunk/Sources/phylmd/physiq.f 2016/03/21 15:36:26 186 @@ -19,9 +19,9 @@ use aeropt_m, only: aeropt use ajsec_m, only: ajsec use calltherm_m, only: calltherm - USE clesphys, ONLY: cdhmax, cdmmax, co2_ppm, ecrit_hf, ecrit_ins, & - ecrit_mth, ecrit_reg, ecrit_tra, ksta, ksta_ter, ok_kzmin - USE clesphys2, ONLY: cycle_diurne, iflag_con, nbapp_rad, new_oliq, & + USE clesphys, ONLY: cdhmax, cdmmax, ecrit_hf, ecrit_ins, ecrit_mth, & + ecrit_reg, ecrit_tra, ksta, ksta_ter, ok_kzmin + USE clesphys2, ONLY: cycle_diurne, conv_emanuel, nbapp_rad, new_oliq, & ok_orodr, ok_orolf USE clmain_m, ONLY: clmain use clouds_gno_m, only: clouds_gno @@ -46,20 +46,24 @@ 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 nuage_m, only: nuage 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 temps, ONLY: itau_phy + use yoegwd, only: sugwd + USE suphec_m, ONLY: rcpd, retv, rg, rlvtt, romega, rsigma, rtt + use transp_m, only: transp + use transp_lay_m, only: transp_lay use unit_nml_m, only: unit_nml USE ymds2ju_m, ONLY: ymds2ju USE yoethf_m, ONLY: r2es, rvtmp2 @@ -113,12 +117,6 @@ LOGICAL, PARAMETER:: ok_stratus = .FALSE. ! Ajouter artificiellement les stratus - ! "slab" ocean - REAL, save:: tslab(klon) ! temperature of ocean slab - REAL, save:: seaice(klon) ! glace de mer (kg/m2) - REAL fluxo(klon) ! flux turbulents ocean-glace de mer - REAL fluxg(klon) ! flux turbulents ocean-atmosphere - logical:: ok_journe = .false., ok_mensuel = .true., ok_instan = .false. ! sorties journalieres, mensuelles et instantanees dans les ! fichiers histday, histmth et histins @@ -155,14 +153,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 +165,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 +176,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 @@ -259,10 +205,8 @@ REAL, save:: zpic(klon) ! Maximum de l'OESM REAL, save:: zval(klon) ! Minimum de l'OESM REAL, save:: rugoro(klon) ! longueur de rugosite de l'OESM - REAL zulow(klon), zvlow(klon) - - INTEGER igwd, idx(klon), itest(klon) + INTEGER igwd, itest(klon) REAL agesno(klon, nbsrf) SAVE agesno ! age de la neige @@ -279,9 +223,7 @@ REAL, save:: sig1(klon, llm), w01(klon, llm) REAL, save:: wd(klon) - ! Variables locales pour la couche limite (al1): - - ! Variables locales: + ! Variables pour la couche limite (al1): REAL cdragh(klon) ! drag coefficient pour T and Q REAL cdragm(klon) ! drag coefficient pour vent @@ -336,13 +278,6 @@ REAL, save:: albsol(klon) ! albedo du sol total visible REAL, SAVE:: wo(klon, llm) ! column density of ozone in a cell, in kDU - ! Declaration des procedures appelees - - EXTERNAL nuage ! calculer les proprietes radiatives - EXTERNAL transp ! transport total de l'eau et de l'energie - - ! Variables locales - real, save:: clwcon(klon, llm), rnebcon(klon, llm) real, save:: clwcon0(klon, llm), rnebcon0(klon, llm) @@ -396,7 +331,7 @@ REAL, PARAMETER:: t_coup = 234. REAL zphi(klon, llm) - ! cf. AM Variables locales pour la CLA (hbtm2) + ! cf. Anne Mathieu variables pour la couche limite atmosphérique (hbtm) REAL, SAVE:: pblh(klon, nbsrf) ! Hauteur de couche limite REAL, SAVE:: plcl(klon, nbsrf) ! Niveau de condensation de la CLA @@ -408,13 +343,13 @@ REAL, SAVE:: trmb1(klon, nbsrf) ! deep_cape REAL, SAVE:: trmb2(klon, nbsrf) ! inhibition REAL, SAVE:: trmb3(klon, nbsrf) ! Point Omega - ! Grdeurs de sorties + ! Grandeurs de sorties REAL s_pblh(klon), s_lcl(klon), s_capCL(klon) REAL s_oliqCL(klon), s_cteiCL(klon), s_pblt(klon) REAL s_therm(klon), s_trmb1(klon), s_trmb2(klon) REAL s_trmb3(klon) - ! Variables locales pour la convection de K. Emanuel : + ! Variables pour la convection de K. Emanuel : REAL upwd(klon, llm) ! saturated updraft mass flux REAL dnwd(klon, llm) ! saturated downdraft mass flux @@ -446,9 +381,11 @@ REAL prfl(klon, llm + 1), psfl(klon, llm + 1) INTEGER, save:: ibas_con(klon), itop_con(klon) + real ema_pct(klon) ! Emanuel pressure at cloud top, in Pa REAL rain_con(klon), rain_lsc(klon) - REAL snow_con(klon), snow_lsc(klon) + REAL, save:: snow_con(klon) ! neige (mm / s) + real snow_lsc(klon) REAL d_ts(klon, nbsrf) REAL d_u_vdf(klon, llm), d_v_vdf(klon, llm) @@ -472,7 +409,7 @@ integer:: iflag_cldcon = 1 logical ptconv(klon, llm) - ! Variables locales pour effectuer les appels en s\'erie : + ! Variables pour effectuer les appels en s\'erie : REAL t_seri(klon, llm), q_seri(klon, llm) REAL ql_seri(klon, llm) @@ -519,7 +456,7 @@ REAL sulfate(klon, llm) ! SO4 aerosol concentration (micro g/m3) REAL, save:: sulfate_pi(klon, llm) - ! SO4 aerosol concentration, in micro g/m3, pre-industrial value + ! SO4 aerosol concentration, in \mu g/m3, pre-industrial value REAL cldtaupi(klon, llm) ! cloud optical thickness for pre-industrial (pi) aerosols @@ -551,7 +488,6 @@ SAVE ffonte SAVE fqcalving SAVE rain_con - SAVE snow_con SAVE topswai SAVE topswad SAVE solswai @@ -563,6 +499,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, itau_phy namelist /physiq_nml/ ok_journe, ok_mensuel, ok_instan, fact_cldcon, & facttemps, ok_newmicro, iflag_cldcon, ratqsbas, ratqshaut, if_ebil, & @@ -572,7 +509,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 +560,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) + CALL phyetat0(pctsrf, ftsol, ftsoil, 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, ncid_startphy, itau_phy) ! ATTENTION : il faudra a terme relire q2 dans l'etat initial q2 = 1e-8 @@ -644,7 +580,7 @@ CALL printflag(radpas, ok_journe, ok_instan, ok_region) ! Initialisation pour le sch\'ema de convection d'Emanuel : - IF (iflag_con >= 3) THEN + IF (conv_emanuel) THEN ibas_con = 1 itop_con = 1 ENDIF @@ -664,10 +600,11 @@ ! Initialisation des sorties - call ini_histins(dtphys, ok_instan, nid_ins) + call ini_histins(dtphys, ok_instan, nid_ins, itau_phy) CALL ymds2ju(annee_ref, 1, day_ref, 0., date0) ! Positionner date0 pour initialisation de ORCHIDEE print *, 'physiq date0: ', date0 + CALL phyredem0(lmt_pas, itau_phy) ENDIF test_firstcal ! We will modify variables *_seri and we will not touch variables @@ -677,7 +614,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 +699,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 @@ -782,14 +719,14 @@ ! Couche limite: CALL clmain(dtphys, itap, pctsrf, pctsrf_new, t_seri, q_seri, u_seri, & - v_seri, julien, mu0, co2_ppm, ftsol, cdmmax, cdhmax, ksta, ksta_ter, & + v_seri, julien, mu0, ftsol, cdmmax, cdhmax, ksta, ksta_ter, & ok_kzmin, ftsoil, qsol, paprs, play, fsnow, fqsurf, fevap, falbe, & fluxlat, rain_fall, snow_fall, fsolsw, fsollw, fder, rlat, frugs, & firstcal, agesno, rugoro, d_t_vdf, d_q_vdf, d_u_vdf, d_v_vdf, d_ts, & fluxt, fluxq, fluxu, fluxv, cdragh, cdragm, q2, dsens, devap, & ycoefh, yu1, yv1, t2m, q2m, u10m, v10m, pblh, capCL, oliqCL, cteiCL, & pblT, therm, trmb1, trmb2, trmb3, plcl, fqcalving, ffonte, & - run_off_lic_0, fluxo, fluxg, tslab) + run_off_lic_0) ! Incr\'ementation des flux @@ -920,29 +857,15 @@ ! Appeler la convection (au choix) - if (iflag_con == 2) then - 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, & - kdtop, pmflxr, pmflxs) - WHERE (rain_con < 0.) rain_con = 0. - WHERE (snow_con < 0.) snow_con = 0. - ibas_con = llm + 1 - kcbot - itop_con = llm + 1 - kctop - else - ! iflag_con >= 3 - + if (conv_emanuel) then da = 0. mp = 0. phi = 0. CALL concvl(dtphys, paprs, play, t_seri, q_seri, u_seri, v_seri, sig1, & - w01, d_t_con, d_q_con, d_u_con, d_v_con, rain_con, snow_con, & - ibas_con, itop_con, upwd, dnwd, dnwd0, Ma, cape, iflagctrl, & - qcondc, wd, pmflxr, pmflxs, da, phi, mp) + w01, d_t_con, d_q_con, d_u_con, d_v_con, rain_con, ibas_con, & + itop_con, upwd, dnwd, dnwd0, Ma, cape, iflagctrl, qcondc, wd, & + pmflxr, da, phi, mp) + snow_con = 0. clwcon0 = qcondc mfu = upwd + dnwd IF (.NOT. ok_gust) wd = 0. @@ -959,11 +882,25 @@ call clouds_gno(klon, llm, q_seri, zqsat, clwcon0, ptconv, ratqsc, & rnebcon0) + forall (i = 1:klon) ema_pct(i) = paprs(i,itop_con(i) + 1) mfd = 0. pen_u = 0. pen_d = 0. pde_d = 0. pde_u = 0. + else + 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, & + kdtop, pmflxr, pmflxs) + WHERE (rain_con < 0.) rain_con = 0. + WHERE (snow_con < 0.) snow_con = 0. + ibas_con = llm + 1 - kcbot + itop_con = llm + 1 - kctop END if DO k = 1, llm @@ -997,7 +934,7 @@ print *, "Precip = ", zx_t ENDIF - IF (iflag_con == 2) THEN + IF (.not. conv_emanuel) THEN z_apres = sum((q_seri + ql_seri) * zmasse, dim=2) z_factor = (z_avant - (rain_con + snow_con) * dtphys) / z_apres DO k = 1, llm @@ -1115,17 +1052,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 +1132,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 +1190,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,14 +1223,13 @@ ! 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 ENDIF ENDDO @@ -1316,10 +1252,9 @@ 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 ENDIF ENDDO @@ -1352,8 +1287,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,20 +1297,19 @@ ! 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, itau_phy) 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 - CALL transp_lay(paprs, zxtsol, t_seri, q_seri, u_seri, v_seri, zphi, & + CALL transp_lay(paprs, t_seri, q_seri, u_seri, v_seri, zphi, & ve_lay, vq_lay, ue_lay, uq_lay) ! Accumuler les variables a stocker dans les fichiers histoire: @@ -1429,7 +1363,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 +1376,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, 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,7 +1395,10 @@ ! From phylmd/write_histins.h, version 1.2 2005/05/25 13:10:09 + ! Ecriture des sorties + use dimens_m, only: iim, jjm + use gr_fi_ecrit_m, only: gr_fi_ecrit USE histsync_m, ONLY: histsync USE histwrite_m, ONLY: histwrite @@ -1549,7 +1484,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) @@ -1655,6 +1590,11 @@ CALL gr_fi_ecrit(1, klon, iim, jjm + 1, s_trmb3, zx_tmp_2d) CALL histwrite(nid_ins, "s_trmb3", itau_w, zx_tmp_2d) + if (conv_emanuel) then + CALL gr_fi_ecrit(1, klon, iim, jjm + 1, ema_pct, zx_tmp_2d) + CALL histwrite(nid_ins, "ptop", itau_w, zx_tmp_2d) + end if + ! Champs 3D: CALL gr_fi_ecrit(llm, klon, iim, jjm + 1, t_seri, zx_tmp_3d) @@ -1678,6 +1618,9 @@ CALL gr_fi_ecrit(llm, klon, iim, jjm + 1, d_q_vdf, zx_tmp_3d) CALL histwrite(nid_ins, "dqvdf", itau_w, zx_tmp_3d) + CALL gr_fi_ecrit(llm, klon, iim, jjm + 1, zx_rh, zx_tmp_3d) + CALL histwrite(nid_ins, "rhum", itau_w, zx_tmp_3d) + call histsync(nid_ins) ENDIF