source: LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90 @ 5285

Last change on this file since 5285 was 5285, checked in by abarral, 4 days ago

As discussed internally, remove generic ONLY: ... for new _mod_h modules

File size: 51.4 KB
Line 
1!
2! $Id: lmdz1d.F90 3540 2019-06-25 14:50:13Z fairhead $
3!
4
5      SUBROUTINE old_lmdz1d
6
7   USE clesphys_mod_h
8      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
9   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
10       clwcon, detr_therm, &
11       qsol, fevap, z0m, z0h, agesno, &
12       du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
13       falb_dir, falb_dif, &
14       ftsol, beta_aridity, pbl_tke, pctsrf, radsol, rain_fall, snow_fall, ratqs, &
15       rnebcon, rugoro, sig1, w01, solaire_etat0, sollw, sollwdown, &
16       solsw, solswfdiff, t_ancien, q_ancien, u_ancien, v_ancien, &
17       wake_delta_pbl_TKE, delta_tsurf, wake_fip, wake_pe, &
18       wake_deltaq, wake_deltat, wake_s, awake_s, wake_dens, &
19       awake_dens, cv_gen, wake_cstar, &
20       zgam, zmax0, zmea, zpic, zsig, &
21       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, &
22       ql_ancien, qs_ancien, qbs_ancien, cf_ancien, rvc_ancien, &
23       prlw_ancien, prsw_ancien, prbsw_ancien, prw_ancien, &
24       u10m,v10m,ale_wake,ale_bl_stat
25
26
27   USE dimphy
28   USE surface_data, only : type_ocean,ok_veget
29   USE pbl_surface_mod, only : ftsoil, pbl_surface_init, &
30                                 pbl_surface_final
31   USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final
32
33   USE infotrac ! new
34   USE control_mod
35   USE indice_sol_mod
36   USE phyaqua_mod
37!  USE mod_1D_cases_read
38   USE mod_1D_cases_read2
39   USE mod_1D_amma_read
40   USE print_control_mod, ONLY: lunout, prt_level
41   USE iniphysiq_mod, ONLY: iniphysiq
42   USE mod_const_mpi, ONLY: comm_lmdz
43   USE physiq_mod, ONLY: physiq
44   USE comvert_mod, ONLY: presnivs, ap, bp, dpres,nivsig, nivsigs, pa, &
45                          preff, aps, bps, pseudoalt, scaleheight
46   USE temps_mod, ONLY: annee_ref, calend, day_end, day_ini, day_ref, &
47                        itau_dyn, itau_phy, start_time, year_len
48   USE phys_cal_mod, ONLY : year_len_phys_cal_mod => year_len
49   USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_OUTPUTPHYSSCM
50
51   USE dimensions_mod, ONLY: iim, jjm, llm, ndm
52   USE dimsoil_mod_h, ONLY: nsoilmx
53USE yomcst_mod_h
54implicit none
55
56
57!!      INCLUDE "control.h"
58!      INCLUDE "indicesol.h"
59
60      INCLUDE "compar1d.h"
61      INCLUDE "flux_arp.h"
62      INCLUDE "date_cas.h"
63      INCLUDE "tsoilnudge.h"
64      INCLUDE "fcg_gcssold.h"
65!!!      INCLUDE "fbforcing.h"
66      INCLUDE "compbl.h"
67
68!=====================================================================
69! DECLARATIONS
70!=====================================================================
71
72!---------------------------------------------------------------------
73!  Externals
74!---------------------------------------------------------------------
75      external fq_sat
76      real fq_sat
77
78!---------------------------------------------------------------------
79!  Arguments d' initialisations de la physique (USER DEFINE)
80!---------------------------------------------------------------------
81
82      integer, parameter :: ngrid=1
83      real :: zcufi    = 1.
84      real :: zcvfi    = 1.
85
86!-      real :: nat_surf
87!-      logical :: ok_flux_surf
88!-      real :: fsens
89!-      real :: flat
90!-      real :: tsurf
91!-      real :: rugos
92!-      real :: qsol(1:2)
93!-      real :: qsurf
94!-      real :: psurf
95!-      real :: zsurf
96!-      real :: albedo
97!-
98!-      real :: time     = 0.
99!-      real :: time_ini
100!-      real :: xlat
101!-      real :: xlon
102!-      real :: wtsurf
103!-      real :: wqsurf
104!-      real :: restart_runoff
105!-      real :: xagesno
106!-      real :: qsolinp
107!-      real :: zpicinp
108!-
109      real :: fnday
110      real :: day, daytime
111      real :: day1
112      real :: heure
113      integer :: jour
114      integer :: mois
115      integer :: an
116 
117!---------------------------------------------------------------------
118!  Declarations related to forcing and initial profiles
119!---------------------------------------------------------------------
120
121        integer :: kmax = llm
122        integer llm700,nq1,nq2
123        INTEGER, PARAMETER :: nlev_max=1000, nqmx=1000
124        real timestep, frac
125        real height(nlev_max),tttprof(nlev_max),qtprof(nlev_max)
126        real  uprof(nlev_max),vprof(nlev_max),e12prof(nlev_max)
127        real  ugprof(nlev_max),vgprof(nlev_max),wfls(nlev_max)
128        real  dqtdxls(nlev_max),dqtdyls(nlev_max)
129        real  dqtdtls(nlev_max),thlpcar(nlev_max)
130        real  qprof(nlev_max,nqmx)
131
132!        integer :: forcing_type
133        logical :: forcing_les     = .false.
134        logical :: forcing_armcu   = .false.
135        logical :: forcing_rico    = .false.
136        logical :: forcing_radconv = .false.
137        logical :: forcing_toga    = .false.
138        logical :: forcing_twpice  = .false.
139        logical :: forcing_amma    = .false.
140        logical :: forcing_dice    = .false.
141        logical :: forcing_gabls4  = .false.
142
143        logical :: forcing_GCM2SCM = .false.
144        logical :: forcing_GCSSold = .false.
145        logical :: forcing_sandu   = .false.
146        logical :: forcing_astex   = .false.
147        logical :: forcing_fire    = .false.
148        logical :: forcing_case    = .false.
149        logical :: forcing_case2   = .false.
150        logical :: forcing_SCM   = .false.
151        integer :: type_ts_forcing ! 0 = SST constant; 1 = SST read from a file
152!                                                            (cf read_tsurf1d.F)
153
154real wwww
155!vertical advection computation
156!       real d_t_z(llm), d_q_z(llm)
157!       real d_t_dyn_z(llm), dq_dyn_z(llm)
158!       real zz(llm)
159!       real zfact
160
161!flag forcings
162        logical :: nudge_wind=.true.
163        logical :: nudge_thermo=.false.
164        logical :: cptadvw=.true.
165!=====================================================================
166! DECLARATIONS FOR EACH CASE
167!=====================================================================
168!
169      INCLUDE "old_1D_decl_cases.h"
170!
171!---------------------------------------------------------------------
172!  Declarations related to nudging
173!---------------------------------------------------------------------
174     integer :: nudge_max
175     parameter (nudge_max=9)
176     integer :: inudge_RHT=1
177     integer :: inudge_UV=2
178     logical :: nudge(nudge_max)
179     real :: t_targ(llm)
180     real :: rh_targ(llm)
181     real :: u_targ(llm)
182     real :: v_targ(llm)
183!
184!---------------------------------------------------------------------
185!  Declarations related to vertical discretization:
186!---------------------------------------------------------------------
187      real :: pzero=1.e5
188      real :: play (llm),zlay (llm),sig_s(llm),plev(llm+1)
189      real :: playd(llm),zlayd(llm),ap_amma(llm+1),bp_amma(llm+1)
190
191!---------------------------------------------------------------------
192!  Declarations related to variables
193!---------------------------------------------------------------------
194
195      real :: phi(llm)
196      real :: teta(llm),tetal(llm),temp(llm),u(llm),v(llm),w(llm)
197      REAL rot(1, llm) ! relative vorticity, in s-1
198      real :: rlat_rad(1),rlon_rad(1)
199      real :: omega(llm+1),omega2(llm),rho(llm+1)
200      real :: ug(llm),vg(llm),fcoriolis
201      real :: sfdt, cfdt
202      real :: du_phys(llm),dv_phys(llm),dt_phys(llm)
203      real :: dt_dyn(llm)
204      real :: dt_cooling(llm),d_t_adv(llm),d_t_nudge(llm)
205      real :: d_u_nudge(llm),d_v_nudge(llm)
206      real :: du_adv(llm),dv_adv(llm)
207      real :: du_age(llm),dv_age(llm)
208      real :: alpha
209      real :: ttt
210
211      REAL, ALLOCATABLE, DIMENSION(:,:):: q
212      REAL, ALLOCATABLE, DIMENSION(:,:):: dq
213      REAL, ALLOCATABLE, DIMENSION(:,:):: dq_dyn
214      REAL, ALLOCATABLE, DIMENSION(:,:):: d_q_adv
215      REAL, ALLOCATABLE, DIMENSION(:,:):: d_q_nudge
216!      REAL, ALLOCATABLE, DIMENSION(:):: d_th_adv
217
218!---------------------------------------------------------------------
219!  Initialization of surface variables
220!---------------------------------------------------------------------
221      real :: run_off_lic_0(1)
222      real :: fder(1),snsrf(1,nbsrf),qsurfsrf(1,nbsrf)
223      real :: tsoil(1,nsoilmx,nbsrf)
224!     real :: agesno(1,nbsrf)
225
226!---------------------------------------------------------------------
227!  Call to phyredem
228!---------------------------------------------------------------------
229      logical :: ok_writedem =.true.
230      real :: sollw_in = 0.
231      real :: solsw_in = 0.
232     
233!---------------------------------------------------------------------
234!  Call to physiq
235!---------------------------------------------------------------------
236      logical :: firstcall=.true.
237      logical :: lastcall=.false.
238      real :: phis(1)    = 0.0
239      real :: dpsrf(1)
240
241!---------------------------------------------------------------------
242!  Initializations of boundary conditions
243!---------------------------------------------------------------------
244      real, allocatable :: phy_nat (:)  ! 0=ocean libre,1=land,2=glacier,3=banquise
245      real, allocatable :: phy_alb (:)  ! Albedo land only (old value condsurf_jyg=0.3)
246      real, allocatable :: phy_sst (:)  ! SST (will not be used; cf read_tsurf1d.F)
247      real, allocatable :: phy_bil (:)  ! Ne sert que pour les slab_ocean
248      real, allocatable :: phy_rug (:) ! Longueur rugosite utilisee sur land only
249      real, allocatable :: phy_ice (:) ! Fraction de glace
250      real, allocatable :: phy_fter(:) ! Fraction de terre
251      real, allocatable :: phy_foce(:) ! Fraction de ocean
252      real, allocatable :: phy_fsic(:) ! Fraction de glace
253      real, allocatable :: phy_flic(:) ! Fraction de glace
254
255!---------------------------------------------------------------------
256!  Fichiers et d'autres variables
257!---------------------------------------------------------------------
258      integer :: k,l,i,it=1,mxcalc
259      integer :: nsrf
260      integer jcode
261      INTEGER read_climoz
262!
263      integer :: it_end ! iteration number of the last call
264!Al1
265      integer ecrit_slab_oc !1=ecrit,-1=lit,0=no file
266      data ecrit_slab_oc/-1/
267!
268!     if flag_inhib_forcing = 0, tendencies of forcing are added
269!                           <> 0, tendencies of forcing are not added
270      INTEGER :: flag_inhib_forcing = 0
271
272!=====================================================================
273! INITIALIZATIONS
274!=====================================================================
275      du_phys(:)=0.
276      dv_phys(:)=0.
277      dt_phys(:)=0.
278      dt_dyn(:)=0.
279      dt_cooling(:)=0.
280      d_t_adv(:)=0.
281      d_t_nudge(:)=0.
282      d_u_nudge(:)=0.
283      d_v_nudge(:)=0.
284      du_adv(:)=0.
285      dv_adv(:)=0.
286      du_age(:)=0.
287      dv_age(:)=0.
288     
289! Initialization of Common turb_forcing
290       dtime_frcg = 0.
291       Turb_fcg_gcssold=.false.
292       hthturb_gcssold = 0.
293       hqturb_gcssold = 0.
294
295
296
297
298!---------------------------------------------------------------------
299! OPTIONS OF THE 1D SIMULATION (lmdz1d.def => unicol.def)
300!---------------------------------------------------------------------
301!Al1
302        call conf_unicol
303!Al1 moves this gcssold var from common fcg_gcssold to
304        Turb_fcg_gcssold = xTurb_fcg_gcssold
305! --------------------------------------------------------------------
306        close(1)
307!Al1
308        write(*,*) 'lmdz1d.def lu => unicol.def'
309
310! forcing_type defines the way the SCM is forced:
311!forcing_type = 0 ==> forcing_les = .true.
312!             initial profiles from file prof.inp.001
313!             no forcing by LS convergence ;
314!             surface temperature imposed ;
315!             radiative cooling may be imposed (iflag_radia=0 in physiq.def)
316!forcing_type = 1 ==> forcing_radconv = .true.
317!             idem forcing_type = 0, but the imposed radiative cooling
318!             is set to 0 (hence, if iflag_radia=0 in physiq.def,
319!             then there is no radiative cooling at all)
320!forcing_type = 2 ==> forcing_toga = .true.
321!             initial profiles from TOGA-COARE IFA files
322!             LS convergence and SST imposed from TOGA-COARE IFA files
323!forcing_type = 3 ==> forcing_GCM2SCM = .true.
324!             initial profiles from the GCM output
325!             LS convergence imposed from the GCM output
326!forcing_type = 4 ==> forcing_twpice = .true.
327!             initial profiles from TWP-ICE cdf file
328!             LS convergence, omega and SST imposed from TWP-ICE files
329!forcing_type = 5 ==> forcing_rico = .true.
330!             initial profiles from RICO files
331!             LS convergence imposed from RICO files
332!forcing_type = 6 ==> forcing_amma = .true.
333!             initial profiles from AMMA nc file
334!             LS convergence, omega and surface fluxes imposed from AMMA file 
335!forcing_type = 7 ==> forcing_dice = .true.
336!             initial profiles and large scale forcings in dice_driver.nc
337!             Different stages: soil model alone, atm. model alone
338!             then both models coupled
339!forcing_type = 8 ==> forcing_gabls4 = .true.
340!             initial profiles and large scale forcings in gabls4_driver.nc
341!forcing_type >= 100 ==> forcing_case = .true.
342!             initial profiles and large scale forcings in cas.nc
343!             LS convergence, omega and SST imposed from CINDY-DYNAMO files
344!             101=cindynamo
345!             102=bomex
346!forcing_type >= 100 ==> forcing_case2 = .true.
347!             temporary flag while all the 1D cases are not whith the same cas.nc forcing file
348!             103=arm_cu2 ie arm_cu with new forcing format
349!             104=rico2 ie rico with new forcing format
350!forcing_type = 40 ==> forcing_GCSSold = .true.
351!             initial profile from GCSS file
352!             LS convergence imposed from GCSS file
353!forcing_type = 50 ==> forcing_fire = .true.
354!             forcing from fire.nc
355!forcing_type = 59 ==> forcing_sandu = .true.
356!             initial profiles from sanduref file: see prof.inp.001
357!             SST varying with time and divergence constante: see ifa_sanduref.txt file
358!             Radiation has to be computed interactively
359!forcing_type = 60 ==> forcing_astex = .true.
360!             initial profiles from file: see prof.inp.001
361!             SST,divergence,ug,vg,ufa,vfa varying with time : see ifa_astex.txt file
362!             Radiation has to be computed interactively
363!forcing_type = 61 ==> forcing_armcu = .true.
364!             initial profiles from file: see prof.inp.001
365!             sensible and latent heat flux imposed: see ifa_arm_cu_1.txt
366!             large scale advective forcing & radiative tendencies applied below 1000m: see ifa_arm_cu_2.txt
367!             use geostrophic wind ug=10m/s vg=0m/s. Duration of the case 53100s
368!             Radiation to be switched off
369!
370      if (forcing_type <=0) THEN
371       forcing_les = .true.
372      elseif (forcing_type .eq.1) THEN
373       forcing_radconv = .true.
374      elseif (forcing_type .eq.2) THEN
375       forcing_toga    = .true.
376      elseif (forcing_type .eq.3) THEN
377       forcing_GCM2SCM = .true.
378      elseif (forcing_type .eq.4) THEN
379       forcing_twpice = .true.
380      elseif (forcing_type .eq.5) THEN
381       forcing_rico = .true.
382      elseif (forcing_type .eq.6) THEN
383       forcing_amma = .true.
384      elseif (forcing_type .eq.7) THEN
385       forcing_dice = .true.
386      elseif (forcing_type .eq.8) THEN
387       forcing_gabls4 = .true.
388      elseif (forcing_type .eq.101) THEN ! Cindynamo starts 1-10-2011 0h
389       forcing_case = .true.
390       year_ini_cas=2011
391       mth_ini_cas=10
392       day_deb=1
393       heure_ini_cas=0.
394       pdt_cas=3*3600.         ! forcing frequency
395      elseif (forcing_type .eq.102) THEN ! Bomex starts 24-6-1969 0h
396       forcing_case = .true.
397       year_ini_cas=1969
398       mth_ini_cas=6
399       day_deb=24
400       heure_ini_cas=0.
401       pdt_cas=1800.         ! forcing frequency
402      elseif (forcing_type .eq.103) THEN ! Arm_cu starts 21-6-1997 11h30
403       forcing_case2 = .true.
404       year_ini_cas=1997
405       mth_ini_cas=6
406       day_deb=21
407       heure_ini_cas=11.5
408       pdt_cas=1800.         ! forcing frequency
409      elseif (forcing_type .eq.104) THEN ! rico starts 16-12-2004 0h
410       forcing_case2 = .true.
411       year_ini_cas=2004
412       mth_ini_cas=12
413       day_deb=16
414       heure_ini_cas=0.
415       pdt_cas=1800.         ! forcing frequency
416      elseif (forcing_type .eq.105) THEN ! bomex starts 16-12-2004 0h
417       forcing_case2 = .true.
418       year_ini_cas=1969
419       mth_ini_cas=6
420       day_deb=24
421       heure_ini_cas=0.
422       pdt_cas=1800.         ! forcing frequency
423      elseif (forcing_type .eq.106) THEN ! ayotte_24SC starts 6-11-1992 0h
424       forcing_case2 = .true.
425       year_ini_cas=1992
426       mth_ini_cas=11
427       day_deb=6
428       heure_ini_cas=10.
429       pdt_cas=86400.        ! forcing frequency
430      elseif (forcing_type .eq.113) THEN ! Arm_cu starts 21-6-1997 11h30
431       forcing_SCM = .true.
432       year_ini_cas=1997
433       ! It is possible that those parameters are run twice.
434       call getin('anneeref',year_ini_cas)
435       call getin('dayref',day_deb)
436       mth_ini_cas=1 ! pour le moment on compte depuis le debut de l'annee
437       call getin('time_ini',heure_ini_cas)
438      elseif (forcing_type .eq.40) THEN
439       forcing_GCSSold = .true.
440      elseif (forcing_type .eq.50) THEN
441       forcing_fire = .true.
442      elseif (forcing_type .eq.59) THEN
443       forcing_sandu   = .true.
444      elseif (forcing_type .eq.60) THEN
445       forcing_astex   = .true.
446      elseif (forcing_type .eq.61) THEN
447       forcing_armcu = .true.
448       IF(llm.NE.19.AND.llm.NE.40) stop 'Erreur nombre de niveaux !!'
449      else
450       write (*,*) 'ERROR : unknown forcing_type ', forcing_type
451       stop 'Forcing_type should be 0,1,2,3,4,5,6 or 40,59,60,61'
452      ENDIF
453      print*,"forcing type=",forcing_type
454
455! if type_ts_forcing=0, the surface temp of 1D simulation is constant in time
456! (specified by tsurf in lmdz1d.def); if type_ts_forcing=1, the surface temperature
457! varies in time according to a forcing (e.g. forcing_toga) and is passed to read_tsurf1d.F
458! through the common sst_forcing.
459
460        type_ts_forcing = 0
461        if (forcing_toga.or.forcing_sandu.or.forcing_astex .or. forcing_dice)                 &
462     &    type_ts_forcing = 1
463!
464! Initialization of the logical switch for nudging
465     jcode = iflag_nudge
466     do i = 1,nudge_max
467       nudge(i) = mod(jcode,10) .ge. 1
468       jcode = jcode/10
469     enddo
470!---------------------------------------------------------------------
471!  Definition of the run
472!---------------------------------------------------------------------
473
474      call conf_gcm( 99, .TRUE. )
475     
476!-----------------------------------------------------------------------
477      allocate( phy_nat (year_len))  ! 0=ocean libre,1=land,2=glacier,3=banquise
478      phy_nat(:)=0.0
479      allocate( phy_alb (year_len))  ! Albedo land only (old value condsurf_jyg=0.3)
480      allocate( phy_sst (year_len))  ! SST (will not be used; cf read_tsurf1d.F)
481      allocate( phy_bil (year_len))  ! Ne sert que pour les slab_ocean
482      phy_bil(:)=1.0
483      allocate( phy_rug (year_len)) ! Longueur rugosite utilisee sur land only
484      allocate( phy_ice (year_len)) ! Fraction de glace
485      phy_ice(:)=0.0
486      allocate( phy_fter(year_len)) ! Fraction de terre
487      phy_fter(:)=0.0
488      allocate( phy_foce(year_len)) ! Fraction de ocean
489      phy_foce(:)=0.0
490      allocate( phy_fsic(year_len)) ! Fraction de glace
491      phy_fsic(:)=0.0
492      allocate( phy_flic(year_len)) ! Fraction de glace
493      phy_flic(:)=0.0
494!-----------------------------------------------------------------------
495!   Choix du calendrier
496!   -------------------
497
498!      calend = 'earth_365d'
499      if (calend == 'earth_360d') then
500        call ioconf_calendar('360_day')
501        write(*,*)'CALENDRIER CHOISI: Terrestre a 360 jours/an'
502      else if (calend == 'earth_365d') then
503        call ioconf_calendar('noleap')
504        write(*,*)'CALENDRIER CHOISI: Terrestre a 365 jours/an'
505      else if (calend == 'earth_366d') then
506        call ioconf_calendar('all_leap')
507        write(*,*)'CALENDRIER CHOISI: Terrestre bissextile'
508      else if (calend == 'gregorian') then
509        stop 'gregorian calend should not be used by normal user'
510        call ioconf_calendar('gregorian') ! not to be used by normal users
511        write(*,*)'CALENDRIER CHOISI: Gregorien'
512      else
513        write (*,*) 'ERROR : unknown calendar ', calend
514        stop 'calend should be 360d,earth_365d,earth_366d,gregorian'
515      endif
516!-----------------------------------------------------------------------
517!
518!c Date :
519!      La date est supposee donnee sous la forme [annee, numero du jour dans
520!      l annee] ; l heure est donnee dans time_ini, lu dans lmdz1d.def.
521!      On appelle ymds2ju pour convertir [annee, jour] en [jour Julien].
522!      Le numero du jour est dans "day". L heure est traitee separement.
523!      La date complete est dans "daytime" (l'unite est le jour).
524      if (nday>0) then
525         fnday=nday
526      else
527         fnday=-nday/float(day_step)
528      endif
529      print *,'fnday=',fnday
530!     start_time doit etre en FRACTION DE JOUR
531      start_time=time_ini/24.
532
533! Special case for arm_cu which lasts less than one day : 53100s !! (MPL 20111026)
534      IF(forcing_type .EQ. 61) fnday=53100./86400.
535      IF(forcing_type .EQ. 103) fnday=53100./86400.
536! Special case for amma which lasts less than one day : 64800s !! (MPL 20120216)
537      IF(forcing_type .EQ. 6) fnday=64800./86400.
538!     IF(forcing_type .EQ. 6) fnday=50400./86400.
539 IF(forcing_type .EQ. 8 ) fnday=129600./86400.
540      annee_ref = anneeref
541      mois = 1
542      day_ref = dayref
543      heure = 0.
544      itau_dyn = 0
545      itau_phy = 0
546      call ymds2ju(annee_ref,mois,day_ref,heure,day)
547      day_ini = int(day)
548      day_end = day_ini + int(fnday)
549
550      IF (forcing_type .eq.2) THEN
551! Convert the initial date of Toga-Coare to Julian day
552      call ymds2ju                                                          &
553     & (year_ini_toga,mth_ini_toga,day_ini_toga,heure,day_ju_ini_toga)
554
555      ELSEIF (forcing_type .eq.4) THEN
556! Convert the initial date of TWPICE to Julian day
557      call ymds2ju                                                          &
558     & (year_ini_twpi,mth_ini_twpi,day_ini_twpi,heure_ini_twpi              &
559     & ,day_ju_ini_twpi)
560      ELSEIF (forcing_type .eq.6) THEN
561! Convert the initial date of AMMA to Julian day
562      call ymds2ju                                                          &
563     & (year_ini_amma,mth_ini_amma,day_ini_amma,heure_ini_amma              &
564     & ,day_ju_ini_amma)
565      ELSEIF (forcing_type .eq.7) THEN
566! Convert the initial date of DICE to Julian day
567      call ymds2ju                                                         &
568     & (year_ini_dice,mth_ini_dice,day_ini_dice,heure_ini_dice             &
569     & ,day_ju_ini_dice)
570 ELSEIF (forcing_type .eq.8 ) THEN
571! Convert the initial date of GABLS4 to Julian day
572      call ymds2ju                                                         &
573     & (year_ini_gabls4,mth_ini_gabls4,day_ini_gabls4,heure_ini_gabls4     &
574     & ,day_ju_ini_gabls4)
575      ELSEIF (forcing_type .gt.100) THEN
576! Convert the initial date to Julian day
577      day_ini_cas=day_deb
578      print*,'time case',year_ini_cas,mth_ini_cas,day_ini_cas
579      call ymds2ju                                                         &
580     & (year_ini_cas,mth_ini_cas,day_ini_cas,heure_ini_cas*3600            &
581     & ,day_ju_ini_cas)
582      print*,'time case 2',day_ini_cas,day_ju_ini_cas
583      ELSEIF (forcing_type .eq.59) THEN
584! Convert the initial date of Sandu case to Julian day
585      call ymds2ju                                                          &
586     &   (year_ini_sandu,mth_ini_sandu,day_ini_sandu,                       &
587     &    time_ini*3600.,day_ju_ini_sandu)
588
589      ELSEIF (forcing_type .eq.60) THEN
590! Convert the initial date of Astex case to Julian day
591      call ymds2ju                                                          &
592     &   (year_ini_astex,mth_ini_astex,day_ini_astex,                        &
593     &    time_ini*3600.,day_ju_ini_astex)
594
595      ELSEIF (forcing_type .eq.61) THEN
596! Convert the initial date of Arm_cu case to Julian day
597      call ymds2ju                                                          &
598     & (year_ini_armcu,mth_ini_armcu,day_ini_armcu,heure_ini_armcu          &
599     & ,day_ju_ini_armcu)
600      ENDIF
601
602      IF (forcing_type .gt.100) THEN
603      daytime = day + heure_ini_cas/24. ! 1st day and initial time of the simulation
604      ELSE
605      daytime = day + time_ini/24. ! 1st day and initial time of the simulation
606      ENDIF
607! Print out the actual date of the beginning of the simulation :
608      call ju2ymds(daytime,year_print, month_print,day_print,sec_print)
609      print *,' Time of beginning : ',                                      &
610     &        year_print, month_print, day_print, sec_print
611
612!---------------------------------------------------------------------
613! Initialization of dimensions, geometry and initial state
614!---------------------------------------------------------------------
615!      call init_phys_lmdz(1,1,llm,1,(/1/)) ! job now done via iniphysiq
616!     but we still need to initialize dimphy module (klon,klev,etc.)  here.
617      call init_dimphy1D(1,llm)
618      call suphel
619      call init_infotrac
620
621      if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F'
622      allocate(q(llm,nqtot)) ; q(:,:)=0.
623      allocate(dq(llm,nqtot))
624      allocate(dq_dyn(llm,nqtot))
625      allocate(d_q_adv(llm,nqtot))
626      allocate(d_q_nudge(llm,nqtot))
627!      allocate(d_th_adv(llm))
628
629      q(:,:) = 0.
630      dq(:,:) = 0.
631      dq_dyn(:,:) = 0.
632      d_q_adv(:,:) = 0.
633      d_q_nudge(:,:) = 0.
634
635!
636!   No ozone climatology need be read in this pre-initialization
637!          (phys_state_var_init is called again in physiq)
638      read_climoz = 0
639      nsw=6          ! EV et LF: sinon, falb_dir et falb_dif ne peuvent etre alloues
640
641
642      call phys_state_var_init(read_climoz)
643
644      if (ngrid.ne.klon) then
645         print*,'stop in inifis'
646         print*,'Probleme de dimensions :'
647         print*,'ngrid = ',ngrid
648         print*,'klon  = ',klon
649         stop
650      endif
651!!!=====================================================================
652!!! Feedback forcing values for Gateaux differentiation (al1)
653!!!=====================================================================
654!!! Surface Planck forcing bracketing call radiation
655!!      surf_Planck = 0.
656!!      surf_Conv   = 0.
657!!      write(*,*) 'Gateaux-dif Planck,Conv:',surf_Planck,surf_Conv
658!!! a mettre dans le lmdz1d.def ou autre
659!!
660!!
661      qsol = qsolinp
662      qsurf = fq_sat(tsurf,psurf/100.)
663      beta_surf = 1.
664      beta_aridity(:,:) = beta_surf
665      day1= day_ini
666      time=daytime-day
667      ts_toga(1)=tsurf ! needed by read_tsurf1d.F
668      rho(1)=psurf/(rd*tsurf*(1.+(rv/rd-1.)*qsurf))
669
670!
671!! mpl et jyg le 22/08/2012 :
672!!  pour que les cas a flux de surface imposes marchent
673      IF(.NOT.ok_flux_surf.or.max(abs(wtsurf),abs(wqsurf))>0.) THEN
674       fsens=-wtsurf*rcpd*rho(1)
675       flat=-wqsurf*rlvtt*rho(1)
676       print *,'Flux: ok_flux wtsurf wqsurf',ok_flux_surf,wtsurf,wqsurf
677      ENDIF
678      print*,'Flux sol ',fsens,flat
679!!      ok_flux_surf=.false.
680!!      fsens=-wtsurf*rcpd*rho(1)
681!!      flat=-wqsurf*rlvtt*rho(1)
682!!!!
683
684! Vertical discretization and pressure levels at half and mid levels:
685
686      pa   = 5e4
687!!      preff= 1.01325e5
688      preff = psurf
689      IF (ok_old_disvert) THEN
690        call disvert0(pa,preff,ap,bp,dpres,presnivs,nivsigs,nivsig)
691        print *,'On utilise disvert0'
692        aps(1:llm)=0.5*(ap(1:llm)+ap(2:llm+1))
693        bps(1:llm)=0.5*(bp(1:llm)+bp(2:llm+1))
694        scaleheight=8.
695        pseudoalt(1:llm)=-scaleheight*log(presnivs(1:llm)/preff)
696      ELSE
697        call disvert()
698        print *,'On utilise disvert'
699!       Nouvelle version disvert permettant d imposer ap,bp (modif L.Guez) MPL 18092012
700!       Dans ce cas, on lit ap,bp dans le fichier hybrid.txt
701      ENDIF
702
703      sig_s=presnivs/preff
704      plev =ap+bp*psurf
705      play = 0.5*(plev(1:llm)+plev(2:llm+1))
706      zlay=-rd*300.*log(play/psurf)/rg ! moved after reading profiles
707
708      IF (forcing_type .eq. 59) THEN
709! pour forcing_sandu, on cherche l'indice le plus proche de 700hpa#3000m
710      write(*,*) '***********************'
711      do l = 1, llm
712       write(*,*) 'l,play(l),presnivs(l): ',l,play(l),presnivs(l)
713       if (trouve_700 .and. play(l).le.70000) then
714         llm700=l
715         print *,'llm700,play=',llm700,play(l)/100.
716         trouve_700= .false.
717       endif
718      enddo
719      write(*,*) '***********************'
720      ENDIF
721
722!
723!=====================================================================
724! EVENTUALLY, READ FORCING DATA :
725!=====================================================================
726
727      INCLUDE "old_1D_read_forc_cases.h"
728
729      if (forcing_GCM2SCM) then
730        write (*,*) 'forcing_GCM2SCM not yet implemented'
731        stop 'in initialization'
732      endif ! forcing_GCM2SCM
733
734      print*,'mxcalc=',mxcalc
735!     print*,'zlay=',zlay(mxcalc)
736      print*,'play=',play(mxcalc)
737
738!Al1 pour SST forced, appell?? depuis ocean_forced_noice
739! EV tg instead of ts_cur
740
741      tg = tsurf ! SST used in read_tsurf1d
742!=====================================================================
743! Initialisation de la physique :
744!=====================================================================
745
746!  Rq: conf_phys.F90 lit tous les flags de physiq.def; conf_phys appele depuis physiq.F
747!
748! day_step, iphysiq lus dans gcm.def ci-dessus
749! timestep: calcule ci-dessous from rday et day_step
750! ngrid=1
751! llm: defini dans .../modipsl/modeles/LMDZ4/libf/grid/dimension
752! rday: defini dans suphel.F (86400.)
753! day_ini: lu dans run.def (dayref)
754! rlat_rad,rlon-rad: transformes en radian de rlat,rlon lus dans lmdz1d.def (en degres)
755! airefi,zcufi,zcvfi initialises au debut de ce programme
756! rday,ra,rg,rd,rcpd declares dans YOMCST.h et calcules dans suphel.F
757      day_step = float(nsplit_phys)*day_step/float(iphysiq)
758      write (*,*) 'Time step divided by nsplit_phys (=',nsplit_phys,')'
759      timestep =rday/day_step
760      dtime_frcg = timestep
761!
762      zcufi=airefi
763      zcvfi=airefi
764!
765      rlat_rad(1)=xlat*rpi/180.
766      rlon_rad(1)=xlon*rpi/180.
767
768     ! iniphysiq will call iniaqua who needs year_len from phys_cal_mod
769     year_len_phys_cal_mod=year_len
770           
771     ! Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid,
772     ! e.g. for cell boundaries, which are meaningless in 1D; so pad these
773     ! with '0.' when necessary
774      call iniphysiq(iim,jjm,llm, &
775           1,comm_lmdz, &
776           rday,day_ini,timestep,  &
777           (/rlat_rad(1),0./),(/0./), &
778           (/0.,0./),(/rlon_rad(1),0./),  &
779           (/ (/airefi,0./),(/0.,0./) /), &
780           (/zcufi,0.,0.,0./), &
781           (/zcvfi,0./), &
782           ra,rg,rd,rcpd,1)
783      print*,'apres iniphysiq'
784
785! 2 PARAMETRES QUI DEVRAIENT ETRE LUS DANS run.def MAIS NE LE SONT PAS ICI:
786      co2_ppm= 330.0
787      solaire=1370.0
788
789! Ecriture du startphy avant le premier appel a la physique.
790! On le met juste avant pour avoir acces a tous les champs
791
792      if (ok_writedem) then
793
794!--------------------------------------------------------------------------
795! pbl_surface_init (called here) and pbl_surface_final (called by phyredem)
796! need : qsol fder snow qsurf evap rugos agesno ftsoil
797!--------------------------------------------------------------------------
798
799        type_ocean = "force"
800        run_off_lic_0(1) = restart_runoff
801        call fonte_neige_init(run_off_lic_0)
802
803        fder=0.
804        snsrf(1,:)=snowmass ! masse de neige des sous surface
805        print *, 'snsrf', snsrf
806        qsurfsrf(1,:)=qsurf ! humidite de l'air des sous surface
807        fevap=0.
808        z0m(1,:)=rugos     ! couverture de neige des sous surface
809        z0h(1,:)=rugosh    ! couverture de neige des sous surface
810        agesno  = xagesno
811        tsoil(:,:,:)=tsurf
812!------ AMMA 2e run avec modele sol et rayonnement actif (MPL 23052012)
813!       tsoil(1,1,1)=299.18
814!       tsoil(1,2,1)=300.08
815!       tsoil(1,3,1)=301.88
816!       tsoil(1,4,1)=305.48
817!       tsoil(1,5,1)=308.00
818!       tsoil(1,6,1)=308.00
819!       tsoil(1,7,1)=308.00
820!       tsoil(1,8,1)=308.00
821!       tsoil(1,9,1)=308.00
822!       tsoil(1,10,1)=308.00
823!       tsoil(1,11,1)=308.00
824!-----------------------------------------------------------------------
825        call pbl_surface_init(fder, snsrf, qsurfsrf, tsoil)
826
827!------------------ prepare limit conditions for limit.nc -----------------
828!--   Ocean force
829
830        print*,'avant phyredem'
831        pctsrf(1,:)=0.
832          if (nat_surf.eq.0.) then
833          pctsrf(1,is_oce)=1.
834          pctsrf(1,is_ter)=0.
835          pctsrf(1,is_lic)=0.
836          pctsrf(1,is_sic)=0.
837        else if (nat_surf .eq. 1) then
838          pctsrf(1,is_oce)=0.
839          pctsrf(1,is_ter)=1.
840          pctsrf(1,is_lic)=0.
841          pctsrf(1,is_sic)=0.
842        else if (nat_surf .eq. 2) then
843          pctsrf(1,is_oce)=0.
844          pctsrf(1,is_ter)=0.
845          pctsrf(1,is_lic)=1.
846          pctsrf(1,is_sic)=0.
847        else if (nat_surf .eq. 3) then
848          pctsrf(1,is_oce)=0.
849          pctsrf(1,is_ter)=0.
850          pctsrf(1,is_lic)=0.
851          pctsrf(1,is_sic)=1.
852
853     end if
854
855        print*,'nat_surf,pctsrf(1,is_oce),pctsrf(1,is_ter)',nat_surf         &
856     &        ,pctsrf(1,is_oce),pctsrf(1,is_ter)
857
858        zmasq=pctsrf(1,is_ter)+pctsrf(1,is_lic)
859        zpic = zpicinp
860        ftsol=tsurf
861        falb_dir=albedo
862        falb_dif=albedo
863        rugoro=rugos
864        t_ancien(1,:)=temp(:)
865        q_ancien(1,:)=q(:,1)
866        ql_ancien = 0.
867        qs_ancien = 0.
868        prlw_ancien = 0.
869        prsw_ancien = 0.
870        prw_ancien = 0.
871        IF ( ok_bs ) THEN
872          qbs_ancien = 0.
873          prbsw_ancien = 0.
874        ENDIF
875        IF ( ok_ice_supersat ) THEN
876          cf_ancien = 0.
877          rvc_ancien = 0.
878        ENDIF
879!jyg<
880!!        pbl_tke(:,:,:)=1.e-8
881        pbl_tke(:,:,:)=0.
882        pbl_tke(:,2,:)=1.e-2
883        PRINT *, ' pbl_tke dans lmdz1d '
884        if (prt_level .ge. 5) then
885         DO nsrf = 1,4
886           PRINT *,'pbl_tke(1,:,',nsrf,') ',pbl_tke(1,:,nsrf)
887         ENDDO
888        end if
889
890!>jyg
891
892        rain_fall=0.
893        snow_fall=0.
894        solsw=0.
895        solswfdiff=0.
896        sollw=0.
897        sollwdown=rsigma*tsurf**4
898        radsol=0.
899        rnebcon=0.
900        ratqs=0.
901        clwcon=0.
902        zmax0 = 0.
903        zmea=zsurf
904        zstd=0.
905        zsig=0.
906        zgam=0.
907        zval=0.
908        zthe=0.
909        sig1=0.
910        w01=0.
911!
912        wake_deltaq = 0.
913        wake_deltat = 0.
914        wake_delta_pbl_TKE(:,:,:) = 0.
915        delta_tsurf = 0.
916        wake_fip = 0.
917        wake_pe = 0.
918        wake_s = 0.
919        awake_s = 0.
920        wake_dens = 0.
921        awake_dens = 0.
922        cv_gen = 0.
923        wake_cstar = 0.
924        ale_bl = 0.
925        ale_bl_trig = 0.
926        alp_bl = 0.
927        IF (ALLOCATED(du_gwd_rando)) du_gwd_rando = 0.
928        IF (ALLOCATED(du_gwd_front)) du_gwd_front = 0.
929        entr_therm = 0.
930        detr_therm = 0.
931        f0 = 0.
932        fm_therm = 0.
933        u_ancien(1,:)=u(:)
934        v_ancien(1,:)=v(:)
935
936        u10m=0.
937        v10m=0.
938        ale_wake=0.
939        ale_bl_stat=0.
940 
941!------------------------------------------------------------------------
942! Make file containing restart for the physics (startphy.nc)
943!
944! NB: List of the variables to be written by phyredem (via put_field):
945! rlon,rlat,zmasq,pctsrf(:,is_ter),pctsrf(:,is_lic),pctsrf(:,is_oce)
946! pctsrf(:,is_sic),ftsol(:,nsrf),tsoil(:,isoil,nsrf),qsurf(:,nsrf)
947! qsol,falb_dir(:,nsrf),falb_dif(:,nsrf),evap(:,nsrf),snow(:,nsrf)
948! radsol,solsw,solswfdiff,sollw, sollwdown,fder,rain_fall,snow_fall,frugs(:,nsrf)
949! agesno(:,nsrf),zmea,zstd,zsig,zgam,zthe,zpic,zval,rugoro
950! t_ancien,q_ancien,,frugs(:,is_oce),clwcon(:,1),rnebcon(:,1),ratqs(:,1)
951! run_off_lic_0,pbl_tke(:,1:klev,nsrf), zmax0,f0,sig1,w01
952! wake_deltat,wake_deltaq,wake_s,awake_s,wake_dens,awake_dens,cv_gen,wake_cstar,
953! wake_fip,wake_delta_pbl_tke(:,1:klev,nsrf)
954!
955! NB2: The content of the startphy.nc file depends on some flags defined in
956! the ".def" files. However, since conf_phys is not called in lmdz1d.F90, these flags have
957! to be set at some arbitratry convenient values.
958!------------------------------------------------------------------------
959!Al1 =============== restart option ==========================
960        iflag_physiq=0
961        call getin('iflag_physiq',iflag_physiq)
962
963        if (.not.restart) then
964          iflag_pbl = 5
965          call phyredem ("startphy.nc")
966        else
967! (desallocations)
968        print*,'callin surf final'
969          call pbl_surface_final( fder, snsrf, qsurfsrf, tsoil)
970        print*,'after surf final'
971          CALL fonte_neige_final(run_off_lic_0)
972        endif
973
974        ok_writedem=.false.
975        print*,'apres phyredem'
976
977      endif ! ok_writedem
978     
979!------------------------------------------------------------------------
980! Make file containing boundary conditions (limit.nc) **Al1->restartdyn***
981! --------------------------------------------------
982! NB: List of the variables to be written in limit.nc
983!     (by writelim.F, subroutine of 1DUTILS.h):
984!        phy_nat,phy_alb,phy_sst,phy_bil,phy_rug,phy_ice,
985!        phy_fter,phy_foce,phy_flic,phy_fsic)
986!------------------------------------------------------------------------
987      do i=1,year_len
988        phy_nat(i)  = nat_surf
989        phy_alb(i)  = albedo
990        phy_sst(i)  = tsurf ! read_tsurf1d will be used instead
991        phy_rug(i)  = rugos
992        phy_fter(i) = pctsrf(1,is_ter)
993        phy_foce(i) = pctsrf(1,is_oce)
994        phy_fsic(i) = pctsrf(1,is_sic)
995        phy_flic(i) = pctsrf(1,is_lic)
996      enddo
997
998! fabrication de limit.nc
999      call writelim (1,phy_nat,phy_alb,phy_sst,phy_bil,phy_rug,             &
1000     &               phy_ice,phy_fter,phy_foce,phy_flic,phy_fsic)
1001
1002
1003      call phys_state_var_end
1004!Al1
1005      if (restart) then
1006        print*,'call to restart dyn 1d'
1007        Call dyn1deta0("start1dyn.nc",plev,play,phi,phis,presnivs,          &
1008     &              u,v,temp,q,omega2)
1009
1010       print*,'fnday,annee_ref,day_ref,day_ini',                            &
1011     &     fnday,annee_ref,day_ref,day_ini
1012!**      call ymds2ju(annee_ref,mois,day_ini,heure,day)
1013       day = day_ini
1014       day_end = day_ini + nday
1015       daytime = day + time_ini/24. ! 1st day and initial time of the simulation
1016
1017! Print out the actual date of the beginning of the simulation :
1018       call ju2ymds(daytime, an, mois, jour, heure)
1019       print *,' Time of beginning : y m d h',an, mois,jour,heure/3600.
1020
1021       day = int(daytime)
1022       time=daytime-day
1023 
1024       print*,'****** intialised fields from restart1dyn *******'
1025       print*,'plev,play,phi,phis,presnivs,u,v,temp,q,omega2'
1026       print*,'temp(1),q(1,1),u(1),v(1),plev(1),phis :'
1027       print*,temp(1),q(1,1),u(1),v(1),plev(1),phis
1028! raz for safety
1029       do l=1,llm
1030         dq_dyn(l,1) = 0.
1031       enddo
1032      endif
1033!Al1 ================  end restart =================================
1034      IF (ecrit_slab_oc.eq.1) then
1035         open(97,file='div_slab.dat',STATUS='UNKNOWN')
1036       elseif (ecrit_slab_oc.eq.0) then
1037         open(97,file='div_slab.dat',STATUS='OLD')
1038       endif
1039!
1040!---------------------------------------------------------------------
1041!    Initialize target profile for RHT nudging if needed
1042!---------------------------------------------------------------------
1043      if (nudge(inudge_RHT)) then
1044        call nudge_RHT_init(plev,play,temp,q(:,1),t_targ,rh_targ)
1045      endif
1046      if (nudge(inudge_UV)) then
1047        call nudge_UV_init(plev,play,u,v,u_targ,v_targ)
1048      endif
1049!
1050!=====================================================================
1051IF (CPPKEY_OUTPUTPHYSSCM) THEN
1052       CALL iophys_ini(timestep)
1053END IF
1054! START OF THE TEMPORAL LOOP :
1055!=====================================================================
1056           
1057      it_end = nint(fnday*day_step)
1058!test JLD     it_end = 10
1059      do while(it.le.it_end)
1060
1061       if (prt_level.ge.1) then
1062         print*,'XXXXXXXXXXXXXXXXXXX ITAP,day,time=',                       &
1063     &             it,day,time,it_end,day_step
1064         print*,'PAS DE TEMPS ',timestep
1065       endif
1066!Al1 demande de restartphy.nc
1067       if (it.eq.it_end) lastcall=.True.
1068
1069!---------------------------------------------------------------------
1070!  Geopotential :
1071!---------------------------------------------------------------------
1072
1073        phi(1)=RD*temp(1)*(plev(1)-play(1))/(.5*(plev(1)+play(1)))
1074        do l = 1, llm-1
1075          phi(l+1)=phi(l)+RD*(temp(l)+temp(l+1))*                           &
1076     &    (play(l)-play(l+1))/(play(l)+play(l+1))
1077        enddo
1078
1079!---------------------------------------------------------------------
1080! Interpolation of forcings in time and onto model levels
1081!---------------------------------------------------------------------
1082
1083      INCLUDE "old_1D_interp_cases.h"
1084
1085      if (forcing_GCM2SCM) then
1086        write (*,*) 'forcing_GCM2SCM not yet implemented'
1087        stop 'in time loop'
1088      endif ! forcing_GCM2SCM
1089
1090!!!!---------------------------------------------------------------------
1091!!!!  Geopotential :
1092!!!!---------------------------------------------------------------------
1093!!!
1094!!!        phi(1)=RD*temp(1)*(plev(1)-play(1))/(.5*(plev(1)+play(1)))
1095!!!        do l = 1, llm-1
1096!!!          phi(l+1)=phi(l)+RD*(temp(l)+temp(l+1))*                           &
1097!!!     &    (play(l)-play(l+1))/(play(l)+play(l+1))
1098!!!        enddo
1099
1100!---------------------------------------------------------------------
1101! Listing output for debug prt_level>=1
1102!---------------------------------------------------------------------
1103       if (prt_level>=1) then
1104         print *,' avant physiq : -------- day time ',day,time
1105         write(*,*) 'firstcall,lastcall,phis',                               &
1106     &               firstcall,lastcall,phis
1107       end if
1108       if (prt_level>=5) then
1109         write(*,'(a10,2a4,4a13)') 'BEFOR1 IT=','it','l',                   &
1110     &        'presniv','plev','play','phi'
1111         write(*,'(a10,2i4,4f13.2)') ('BEFOR1 IT= ',it,l,                   &
1112     &         presnivs(l),plev(l),play(l),phi(l),l=1,llm)
1113         write(*,'(a11,2a4,a11,6a8)') 'BEFOR2','it','l',                    &
1114     &         'presniv','u','v','temp','q1','q2','omega2'
1115         write(*,'(a11,2i4,f11.2,5f8.2,e10.2)') ('BEFOR2 IT= ',it,l,         &
1116     &   presnivs(l),u(l),v(l),temp(l),q(l,1),q(l,2),omega2(l),l=1,llm)
1117       endif
1118
1119!---------------------------------------------------------------------
1120!   Call physiq :
1121!---------------------------------------------------------------------
1122       call physiq(ngrid,llm, &
1123                    firstcall,lastcall,timestep, &
1124                    plev,play,phi,phis,presnivs, &
1125                    u,v, rot, temp,q,omega2, &
1126                    du_phys,dv_phys,dt_phys,dq,dpsrf)
1127                firstcall=.false.
1128
1129!---------------------------------------------------------------------
1130! Listing output for debug
1131!---------------------------------------------------------------------
1132        if (prt_level>=5) then
1133          write(*,'(a11,2a4,4a13)') 'AFTER1 IT=','it','l',                  &
1134     &        'presniv','plev','play','phi'
1135          write(*,'(a11,2i4,4f13.2)') ('AFTER1 it= ',it,l,                  &
1136     &    presnivs(l),plev(l),play(l),phi(l),l=1,llm)
1137          write(*,'(a11,2a4,a11,6a8)') 'AFTER2','it','l',                   &
1138     &         'presniv','u','v','temp','q1','q2','omega2'
1139          write(*,'(a11,2i4,f11.2,5f8.2,e10.2)') ('AFTER2 it= ',it,l,       &
1140     &    presnivs(l),u(l),v(l),temp(l),q(l,1),q(l,2),omega2(l),l=1,llm)
1141          write(*,'(a11,2a4,a11,5a8)') 'AFTER3','it','l',                   &
1142     &         'presniv','du_phys','dv_phys','dt_phys','dq1','dq2'   
1143           write(*,'(a11,2i4,f11.2,5f8.2)') ('AFTER3 it= ',it,l,            &
1144     &      presnivs(l),86400*du_phys(l),86400*dv_phys(l),                   &
1145     &       86400*dt_phys(l),86400*dq(l,1),dq(l,2),l=1,llm)
1146          write(*,*) 'dpsrf',dpsrf
1147        endif
1148!---------------------------------------------------------------------
1149!   Add physical tendencies :
1150!---------------------------------------------------------------------
1151
1152       fcoriolis=2.*sin(rpi*xlat/180.)*romega
1153       if (forcing_radconv .or. forcing_fire) then
1154         fcoriolis=0.0
1155         dt_cooling=0.0
1156         d_t_adv=0.0
1157         d_q_adv=0.0
1158       endif
1159!      print*, 'calcul de fcoriolis ', fcoriolis
1160
1161       if (forcing_toga .or. forcing_GCSSold .or. forcing_twpice            &
1162     &    .or.forcing_amma .or. forcing_type.eq.101) then
1163         fcoriolis=0.0 ; ug=0. ; vg=0.
1164       endif
1165
1166       if(forcing_rico) then
1167          dt_cooling=0.
1168       endif
1169
1170!CRio:Attention modif sp??cifique cas de Caroline
1171      if (forcing_type==-1) then
1172         fcoriolis=0.
1173!Nudging
1174       
1175!on calcule dt_cooling
1176        do l=1,llm
1177        if (play(l).ge.20000.) then
1178            dt_cooling(l)=-1.5/86400.
1179        elseif ((play(l).ge.10000.).and.((play(l).lt.20000.))) then
1180            dt_cooling(l)=-1.5/86400.*(play(l)-10000.)/(10000.)-1./86400.*(20000.-play(l))/10000.*(temp(l)-200.)
1181        else
1182            dt_cooling(l)=-1.*(temp(l)-200.)/86400.
1183        endif
1184        enddo
1185
1186      endif     
1187!RC
1188      if (forcing_sandu) then
1189         ug(1:llm)=u_mod(1:llm)
1190         vg(1:llm)=v_mod(1:llm)
1191      endif
1192
1193      IF (prt_level >= 5) print*, 'fcoriolis, xlat,mxcalc ', &
1194                                   fcoriolis, xlat,mxcalc
1195
1196!       print *,'u-ug=',u-ug
1197
1198!!!!!!!!!!!!!!!!!!!!!!!!
1199! Geostrophic wind
1200! Le calcul ci dessous est insuffisamment precis
1201!      du_age(1:mxcalc)=fcoriolis*(v(1:mxcalc)-vg(1:mxcalc))
1202!      dv_age(1:mxcalc)=-fcoriolis*(u(1:mxcalc)-ug(1:mxcalc))
1203!!!!!!!!!!!!!!!!!!!!!!!!
1204       sfdt = sin(0.5*fcoriolis*timestep)
1205       cfdt = cos(0.5*fcoriolis*timestep)
1206!       print *,'fcoriolis,sfdt,cfdt,timestep',fcoriolis,sfdt,cfdt,timestep
1207!
1208        du_age(1:mxcalc)= -2.*sfdt/timestep*                                &
1209     &          (sfdt*(u(1:mxcalc)-ug(1:mxcalc)) -                          &
1210     &           cfdt*(v(1:mxcalc)-vg(1:mxcalc))  )
1211!!     : fcoriolis*(v(1:mxcalc)-vg(1:mxcalc))
1212!
1213       dv_age(1:mxcalc)= -2.*sfdt/timestep*                                 &
1214     &          (cfdt*(u(1:mxcalc)-ug(1:mxcalc)) +                           &
1215     &           sfdt*(v(1:mxcalc)-vg(1:mxcalc))  )
1216!!     : -fcoriolis*(u(1:mxcalc)-ug(1:mxcalc))
1217!
1218!!!!!!!!!!!!!!!!!!!!!!!!
1219!  Nudging
1220!!!!!!!!!!!!!!!!!!!!!!!!
1221      d_t_nudge(:) = 0.
1222      d_q_nudge(:,:) = 0.
1223      d_u_nudge(:) = 0.
1224      d_v_nudge(:) = 0.
1225      if (nudge(inudge_RHT)) then
1226        call nudge_RHT(timestep,plev,play,t_targ,rh_targ,temp,q(:,1),     &
1227    &                  d_t_nudge,d_q_nudge(:,1))
1228      endif
1229      if (nudge(inudge_UV)) then
1230        call nudge_UV(timestep,plev,play,u_targ,v_targ,u,v,     &
1231    &                  d_u_nudge,d_v_nudge)
1232      endif
1233!
1234       if (forcing_fire) THEN
1235
1236!let ww=if ( alt le 1100 ) then alt*-0.00001 else 0
1237!let wt=if ( alt le 1100 ) then min( -3.75e-5 , -7.5e-8*alt)  else 0
1238!let wq=if ( alt le 1100 ) then max( 1.5e-8 , 3e-11*alt)  else 0
1239           d_t_adv=0.
1240           d_q_adv=0.
1241           teta=temp*(pzero/play)**rkappa
1242           d_t_adv=0.
1243           d_q_adv=0.
1244           do l=2,llm-1
1245              if (zlay(l)<=1100) then
1246                  wwww=-0.00001*zlay(l)
1247                  d_t_adv(l)=-wwww*(teta(l)-teta(l+1))/(zlay(l)-zlay(l+1)) /(pzero/play(l))**rkappa
1248                  d_q_adv(l,1:2)=-wwww*(q(l,1:2)-q(l+1,1:2))/(zlay(l)-zlay(l+1))
1249                  d_t_adv(l)=d_t_adv(l)+min(-3.75e-5 , -7.5e-8*zlay(l))
1250                  d_q_adv(l,1)=d_q_adv(l,1)+max( 1.5e-8 , 3e-11*zlay(l))
1251              endif
1252           enddo
1253
1254        endif
1255
1256!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1257!         call  writefield_phy('dv_age' ,dv_age,llm)
1258!         call  writefield_phy('du_age' ,du_age,llm)
1259!         call  writefield_phy('du_phys' ,du_phys,llm)
1260!         call  writefield_phy('u_tend' ,u,llm)
1261!         call  writefield_phy('u_g' ,ug,llm)
1262!
1263!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1264!! Increment state variables
1265!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1266    IF (flag_inhib_forcing == 0) then ! if tendency of forcings should be added
1267
1268! pour les cas sandu et astex, on reclacule u,v,q,temp et teta dans 1D_nudge_sandu_astex.h
1269! au dessus de 700hpa, on relaxe vers les profils initiaux
1270      if (forcing_sandu .OR. forcing_astex) then
1271      INCLUDE "1D_nudge_sandu_astex.h"
1272      else
1273        u(1:mxcalc)=u(1:mxcalc) + timestep*(                                &
1274     &              du_phys(1:mxcalc)                                       &
1275     &             +du_age(1:mxcalc)+du_adv(1:mxcalc)                       &
1276     &             +d_u_nudge(1:mxcalc) )           
1277        v(1:mxcalc)=v(1:mxcalc) + timestep*(                                 &
1278     &              dv_phys(1:mxcalc)                                       &
1279     &             +dv_age(1:mxcalc)+dv_adv(1:mxcalc)                       &
1280     &             +d_v_nudge(1:mxcalc) )
1281        q(1:mxcalc,:)=q(1:mxcalc,:)+timestep*(                              &
1282     &                dq(1:mxcalc,:)                                        &
1283     &               +d_q_adv(1:mxcalc,:)                                   &
1284     &               +d_q_nudge(1:mxcalc,:) )
1285
1286        if (prt_level.ge.3) then
1287          print *,                                                          &
1288     &    'physiq-> temp(1),dt_phys(1),d_t_adv(1),dt_cooling(1) ',         &
1289     &              temp(1),dt_phys(1),d_t_adv(1),dt_cooling(1)
1290           print* ,'dv_phys=',dv_phys
1291           print* ,'dv_age=',dv_age
1292           print* ,'dv_adv=',dv_adv
1293           print* ,'d_v_nudge=',d_v_nudge
1294           print*, v
1295           print*, vg
1296        endif
1297
1298        temp(1:mxcalc)=temp(1:mxcalc)+timestep*(                            &
1299     &              dt_phys(1:mxcalc)                                       &
1300     &             +d_t_adv(1:mxcalc)                                      &
1301     &             +d_t_nudge(1:mxcalc)                                      &
1302     &             +dt_cooling(1:mxcalc))  ! Taux de chauffage ou refroid.
1303
1304IF (CPPKEY_OUTPUTPHYSSCM) THEN
1305      CALL iophys_ecrit('d_t_adv',klev,'d_t_adv','m/s',d_t_adv)
1306      CALL iophys_ecrit('d_t_nudge',klev,'d_t_nudge','m/s',d_t_nudge)
1307END IF
1308
1309      endif  ! forcing_sandu or forcing_astex
1310
1311        teta=temp*(pzero/play)**rkappa
1312!
1313!---------------------------------------------------------------------
1314!   Nudge soil temperature if requested
1315!---------------------------------------------------------------------
1316
1317      IF (nudge_tsoil .AND. .NOT. lastcall) THEN
1318       ftsoil(1,isoil_nudge,:) = ftsoil(1,isoil_nudge,:)                     &
1319     &  -timestep/tau_soil_nudge*(ftsoil(1,isoil_nudge,:)-Tsoil_nudge)
1320      ENDIF
1321
1322!---------------------------------------------------------------------
1323!   Add large-scale tendencies (advection, etc) :
1324!---------------------------------------------------------------------
1325
1326!cc nrlmd
1327!cc        tmpvar=teta
1328!cc        call advect_vert(llm,omega,timestep,tmpvar,plev)
1329!cc
1330!cc        teta(1:mxcalc)=tmpvar(1:mxcalc)
1331!cc        tmpvar(:)=q(:,1)
1332!cc        call advect_vert(llm,omega,timestep,tmpvar,plev)
1333!cc        q(1:mxcalc,1)=tmpvar(1:mxcalc)
1334!cc        tmpvar(:)=q(:,2)
1335!cc        call advect_vert(llm,omega,timestep,tmpvar,plev)
1336!cc        q(1:mxcalc,2)=tmpvar(1:mxcalc)
1337
1338   END IF ! end if tendency of tendency should be added
1339
1340!---------------------------------------------------------------------
1341!   Air temperature :
1342!---------------------------------------------------------------------       
1343        if (lastcall) then
1344          print*,'Pas de temps final ',it
1345          call ju2ymds(daytime, an, mois, jour, heure)
1346          print*,'a la date : a m j h',an, mois, jour ,heure/3600.
1347        endif
1348
1349!  incremente day time
1350!        print*,'daytime bef',daytime,1./day_step
1351        daytime = daytime+1./day_step
1352!Al1dbg
1353        day = int(daytime+0.1/day_step)
1354!        time = max(daytime-day,0.0)
1355!Al1&jyg: correction de bug
1356!cc        time = real(mod(it,day_step))/day_step
1357        time = time_ini/24.+real(mod(it,day_step))/day_step
1358!        print*,'daytime nxt time',daytime,time
1359        it=it+1
1360
1361      enddo
1362
1363!Al1
1364      if (ecrit_slab_oc.ne.-1) close(97)
1365
1366!Al1 Call to 1D equivalent of dynredem (an,mois,jour,heure ?)
1367! -------------------------------------
1368       call dyn1dredem("restart1dyn.nc",                                    &
1369     &              plev,play,phi,phis,presnivs,                            &
1370     &              u,v,temp,q,omega2)
1371
1372        CALL abort_gcm ('lmdz1d   ','The End  ',0)
1373
1374        END SUBROUTINE old_lmdz1d
1375
1376        INCLUDE "old_1DUTILS_read_interp.h"
Note: See TracBrowser for help on using the repository browser.