source: trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/start2archive.F @ 1593

Last change on this file since 1593 was 1593, checked in by emillour, 8 years ago

Common dynamics:

  • some cleanup around unused or unecessary parameters in the dynamics (ecritphy, grireg and physic) to harmonize with LMDZ5 (Earth dyn core).
  • associated changes in LMDZ.MARS and LMDZ.GENERIC

EM

File size: 15.0 KB
Line 
1c=======================================================================
2      PROGRAM start2archive
3c=======================================================================
4c
5c
6c   Date:    01/1997
7c   ----
8c
9c
10c   Objet:   Passage des  fichiers netcdf d'etat initial "start" et
11c   -----    "startfi" a un fichier netcdf unique "start_archive"
12c
13c  "start_archive" est une banque d'etats initiaux:
14c  On peut stocker plusieurs etats initiaux dans un meme fichier "start_archive"
15c    (Veiller dans ce cas avoir un day_ini different pour chacun des start)
16c
17c
18c
19c=======================================================================
20
21      use infotrac, only: infotrac_init, nqtot, tname
22      use comsoil_h, only: nsoilmx, inertiedat
23      use surfdat_h, only: ini_surfdat_h, qsurf
24      use comsoil_h, only: ini_comsoil_h
25!      use comgeomphy, only: initcomgeomphy
26      use filtreg_mod, only: inifilr
27      USE mod_const_mpi, ONLY: COMM_LMDZ
28      use control_mod, only: planet_type
29      USE comvert_mod, ONLY: ap,bp
30      USE comconst_mod, ONLY: daysec,dtphys,rad,g,r,cpp
31      USE temps_mod, ONLY: day_ini,hour_ini
32      USE iniphysiq_mod, ONLY: iniphysiq
33      implicit none
34
35      include "dimensions.h"
36      integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm)
37      include "paramet.h"
38      include "comdissip.h"
39      include "comgeom.h"
40      include "netcdf.inc"
41
42c-----------------------------------------------------------------------
43c   Declarations
44c-----------------------------------------------------------------------
45
46c variables dynamiques du GCM
47c -----------------------------
48      REAL vcov(ip1jm,llm),ucov(ip1jmp1,llm) ! vents covariants
49      REAL teta(ip1jmp1,llm)                    ! temperature potentielle
50      REAL,ALLOCATABLE :: q(:,:,:)   ! champs advectes
51      REAL pks(ip1jmp1)                      ! exner (f pour filtre)
52      REAL pk(ip1jmp1,llm)
53      REAL pkf(ip1jmp1,llm)
54      REAL beta(iip1,jjp1,llm)
55      REAL phis(ip1jmp1)                     ! geopotentiel au sol
56      REAL masse(ip1jmp1,llm)                ! masse de l'atmosphere
57      REAL ps(ip1jmp1)                       ! pression au sol
58      REAL p3d(iip1, jjp1, llm+1)            ! pression aux interfaces
59     
60c Variable Physiques (grille physique)
61c ------------------------------------
62      REAL tsurf(ngridmx)        ! Surface temperature
63      REAL tsoil(ngridmx,nsoilmx) ! Soil temperature
64      REAL co2ice(ngridmx)        ! CO2 ice layer
65      REAL tauscaling(ngridmx) ! dust conversion factor
66      REAL q2(ngridmx,llm+1)
67      REAL emis(ngridmx)
68      INTEGER start,length
69      PARAMETER (length = 100)
70      REAL tab_cntrl_fi(length) ! tableau des parametres de startfi
71      INTEGER*4 day_ini_fi
72
73c Variable naturelle / grille scalaire
74c ------------------------------------
75      REAL T(ip1jmp1,llm),us(ip1jmp1,llm),vs(ip1jmp1,llm)
76      REAL tsurfS(ip1jmp1)
77      REAL tsoilS(ip1jmp1,nsoilmx)
78      REAL ithS(ip1jmp1,nsoilmx) ! Soil Thermal Inertia
79      REAL co2iceS(ip1jmp1)
80      REAL tauscalingS(ip1jmp1)
81      REAL q2S(ip1jmp1,llm+1)
82      REAL,ALLOCATABLE :: qsurfS(:,:)
83      REAL emisS(ip1jmp1)
84
85c Variables intermediaires : vent naturel, mais pas coord scalaire
86c----------------------------------------------------------------
87      REAL vn(ip1jm,llm),un(ip1jmp1,llm)
88
89c Autres  variables
90c -----------------
91      LOGICAL startdrs
92      INTEGER Lmodif
93
94      REAL ptotal, co2icetotal
95      REAL timedyn,timefi !fraction du jour dans start, startfi
96      REAL date
97
98      CHARACTER*2 str2
99      CHARACTER*80 fichier
100      data  fichier /'startfi'/
101
102      INTEGER ij, l,i,j,isoil,iq
103      character*80      fichnom
104      integer :: ierr,ntime
105      integer :: nq,numvanle
106      character(len=30) :: txt ! to store some text
107
108c Netcdf
109c-------
110      integer varid,dimid,timelen
111      INTEGER nid,nid1
112
113c-----------------------------------------------------------------------
114c   Initialisations
115c-----------------------------------------------------------------------
116
117      CALL defrun_new(99, .TRUE. )
118
119      planet_type='mars'
120
121c=======================================================================
122c Lecture des donnees
123c=======================================================================
124! Load tracer number and names:
125      call infotrac_init
126
127! allocate arrays:
128      allocate(q(ip1jmp1,llm,nqtot))
129      allocate(qsurfS(ip1jmp1,nqtot))
130     
131
132      fichnom = 'start.nc'
133      CALL dynetat0(fichnom,vcov,ucov,teta,q,masse,
134     .       ps,phis,timedyn)
135
136c-----------------------------------------------------------------------
137c   Initialisations
138c-----------------------------------------------------------------------
139
140      CALL defrun_new(99, .FALSE. )
141      call iniconst
142      call inigeom
143      call inifilr
144
145! Initialize the physics
146         CALL iniphysiq(iim,jjm,llm,
147     &                  (jjm-1)*iim+2,comm_lmdz,
148     &                  daysec,day_ini,dtphys,
149     &                  rlatu,rlatv,rlonu,rlonv,
150     &                  aire,cu,cv,rad,g,r,cpp,
151     &                  1)
152
153      fichnom = 'startfi.nc'
154      Lmodif=0
155
156      CALL phyetat0 (fichnom,0,Lmodif,nsoilmx,ngridmx,llm,nqtot,
157     &      day_ini_fi,timefi,tsurf,tsoil,emis,q2,qsurf,co2ice,
158     &      tauscaling)
159
160       ierr = NF_OPEN (fichnom, NF_NOWRITE,nid1)
161       IF (ierr.NE.NF_NOERR) THEN
162         write(6,*)' Pb d''ouverture du fichier'//fichnom
163        CALL ABORT
164       ENDIF
165                                               
166      ierr = NF_INQ_VARID (nid1, "controle", varid)
167      IF (ierr .NE. NF_NOERR) THEN
168       PRINT*, "start2archive: Le champ <controle> est absent"
169       CALL abort
170      ENDIF
171#ifdef NC_DOUBLE
172       ierr = NF_GET_VAR_DOUBLE(nid1, varid, tab_cntrl_fi)
173#else
174      ierr = NF_GET_VAR_REAL(nid1, varid, tab_cntrl_fi)
175#endif
176       IF (ierr .NE. NF_NOERR) THEN
177          PRINT*, "start2archive: Lecture echoue pour <controle>"
178          CALL abort
179       ENDIF
180
181      ierr = NF_CLOSE(nid1)
182
183c-----------------------------------------------------------------------
184c Controle de la synchro
185c-----------------------------------------------------------------------
186!mars a voir      if ((day_ini_fi.ne.day_ini).or.(abs(timefi-timedyn).gt.1.e-10))
187      if ((day_ini_fi.ne.day_ini))
188     &  stop ' Probleme de Synchro entre start et startfi !!!'
189
190
191c *****************************************************************
192c    Option : Reinitialisation des dates dans la premieres annees :
193       do while (day_ini.ge.669)
194          day_ini=day_ini-669
195       enddo
196c *****************************************************************
197
198      CALL pression(ip1jmp1, ap, bp, ps, p3d)
199      call exner_hyb(ip1jmp1, ps, p3d, beta, pks, pk, pkf)
200
201c=======================================================================
202c Transformation EN VARIABLE NATURELLE / GRILLE SCALAIRE si necessaire
203c=======================================================================
204c  Les variables modeles dependent de la resolution. Il faut donc
205c  eliminer les facteurs responsables de cette dependance
206c  (pour utiliser newstart)
207c=======================================================================
208
209c-----------------------------------------------------------------------
210c Vent   (depend de la resolution horizontale)
211c-----------------------------------------------------------------------
212c
213c ucov --> un  et  vcov --> vn
214c un --> us  et   vn --> vs
215c
216c-----------------------------------------------------------------------
217
218      call covnat(llm,ucov, vcov, un, vn)
219      call wind_scal(un,vn,us,vs)
220
221c-----------------------------------------------------------------------
222c Temperature  (depend de la resolution verticale => de "sigma.def")
223c-----------------------------------------------------------------------
224c
225c h --> T
226c
227c-----------------------------------------------------------------------
228
229      DO l=1,llm
230         DO ij=1,ip1jmp1
231            T(ij,l)=teta(ij,l)*pk(ij,l)/cpp !mars deduit de l'equation dans newstart
232         ENDDO
233      ENDDO
234
235c-----------------------------------------------------------------------
236c Variable physique
237c-----------------------------------------------------------------------
238c
239c tsurf --> tsurfS
240c co2ice --> co2iceS
241c tsoil --> tsoilS
242c emis --> emisS
243c q2 --> q2S
244c qsurf --> qsurfS
245c tauscaling --> tauscalingS
246c
247c-----------------------------------------------------------------------
248
249      call gr_fi_dyn(1,ngridmx,iip1,jjp1,tsurf,tsurfS)
250      call gr_fi_dyn(1,ngridmx,iip1,jjp1,co2ice,co2iceS)
251      call gr_fi_dyn(nsoilmx,ngridmx,iip1,jjp1,tsoil,tsoilS)
252      ! Note: thermal inertia "inertiedat" is in comsoil.h
253      call gr_fi_dyn(nsoilmx,ngridmx,iip1,jjp1,inertiedat,ithS)
254      call gr_fi_dyn(1,ngridmx,iip1,jjp1,emis,emisS)
255      call gr_fi_dyn(llm+1,ngridmx,iip1,jjp1,q2,q2S)
256      call gr_fi_dyn(nqtot,ngridmx,iip1,jjp1,qsurf,qsurfS)
257      call gr_fi_dyn(1,ngridmx,iip1,jjp1,tauscaling,tauscalingS)
258
259c=======================================================================
260c Info pour controler
261c=======================================================================
262
263      ptotal =  0.
264      co2icetotal = 0.
265      DO j=1,jjp1
266         DO i=1,iim
267           ptotal=ptotal+aire(i+(iim+1)*(j-1))*ps(i+(iim+1)*(j-1))/g
268           co2icetotal = co2icetotal +
269     &            co2iceS(i+(iim+1)*(j-1))*aire(i+(iim+1)*(j-1))
270         ENDDO
271      ENDDO
272      write(*,*)'Ancienne grille : masse de l''atm :',ptotal
273      write(*,*)'Ancienne grille : masse de la glace CO2 :',co2icetotal
274
275c-----------------------------------------------------------------------
276c Passage de "ptotal" et "co2icetotal" par tab_cntrl_fi
277c-----------------------------------------------------------------------
278
279      tab_cntrl_fi(49) = ptotal
280      tab_cntrl_fi(50) = co2icetotal
281
282c=======================================================================
283c Ecriture dans le fichier  "start_archive"
284c=======================================================================
285
286c-----------------------------------------------------------------------
287c Ouverture de "start_archive"
288c-----------------------------------------------------------------------
289
290      ierr = NF_OPEN ('start_archive.nc', NF_WRITE,nid)
291 
292c-----------------------------------------------------------------------
293c  si "start_archive" n'existe pas:
294c    1_ ouverture
295c    2_ creation de l'entete dynamique ("ini_archive")
296c-----------------------------------------------------------------------
297c ini_archive:
298c On met dans l'entete le tab_cntrl dynamique (1 a 16)
299c  On y ajoute les valeurs du tab_cntrl_fi (a partir de 51)
300c  En plus les deux valeurs ptotal et co2icetotal (99 et 100)
301c-----------------------------------------------------------------------
302
303      if (ierr.ne.NF_NOERR) then
304         write(*,*)'OK, Could not open file "start_archive.nc"'
305         write(*,*)'So let s create a new "start_archive"'
306         ierr = NF_CREATE('start_archive.nc',
307     &  IOR(NF_CLOBBER,NF_64BIT_OFFSET), nid)
308         call ini_archive(nid,day_ini,phis,ithS,tab_cntrl_fi)
309      endif
310
311c-----------------------------------------------------------------------
312c Ecriture de la coordonnee temps (date en jours)
313c-----------------------------------------------------------------------
314
315      date = day_ini + hour_ini
316      ierr= NF_INQ_VARID(nid,"Time",varid)
317      ierr= NF_INQ_DIMID(nid,"Time",dimid)
318      ierr= NF_INQ_DIMLEN(nid,dimid,timelen)
319      ntime=timelen+1
320
321      write(*,*) "******************"
322      write(*,*) "ntime",ntime
323      write(*,*) "******************"
324#ifdef NC_DOUBLE
325      ierr= NF_PUT_VARA_DOUBLE(nid,varid,ntime,1,date)
326#else
327      ierr= NF_PUT_VARA_REAL(nid,varid,ntime,1,date)
328#endif
329      if (ierr.ne.NF_NOERR) then
330         write(*,*) "time matter ",NF_STRERROR(ierr)
331         stop
332      endif
333
334c-----------------------------------------------------------------------
335c Ecriture des champs  (co2ice,emis,ps,Tsurf,T,u,v,q2,q,qsurf)
336c-----------------------------------------------------------------------
337c ATTENTION: q2 a une couche de plus!!!!
338c    Pour creer un fichier netcdf lisible par grads,
339c    On passe donc une des couches de q2 a part
340c    comme une variable 2D (la couche au sol: "q2surf")
341c    Les lmm autres couches sont nommees "q2atm" (3D)
342c-----------------------------------------------------------------------
343
344      call write_archive(nid,ntime,'co2ice','couche de glace co2',
345     &  'kg/m2',2,co2iceS)
346      call write_archive(nid,ntime,'tauscaling',
347     &  'dust conversion factor',' ',2,tauscalingS)
348      call write_archive(nid,ntime,'emis','grd emis',' ',2,emisS)
349      call write_archive(nid,ntime,'ps','Psurf','Pa',2,ps)
350      call write_archive(nid,ntime,'tsurf','surf T','K',2,tsurfS)
351      call write_archive(nid,ntime,'temp','temperature','K',3,t)
352      call write_archive(nid,ntime,'u','Vent zonal','m.s-1',3,us)
353      call write_archive(nid,ntime,'v','Vent merid','m.s-1',3,vs)
354      call write_archive(nid,ntime,'q2surf','wind variance','m2.s-2',2,
355     .              q2S)
356      call write_archive(nid,ntime,'q2atm','wind variance','m2.s-2',3,
357     .              q2S(1,2))
358
359c-----------------------------------------------------------------------
360c Ecriture du champs  q  ( q[1,nqtot] )
361c-----------------------------------------------------------------------
362      do iq=1,nqtot
363c       write(str2,'(i2.2)') iq
364c        call write_archive(nid,ntime,'q'//str2,'tracer','kg/kg',
365c     .         3,q(1,1,iq))
366        call write_archive(nid,ntime,tname(iq),'tracer','kg/kg',
367     &         3,q(1,1,iq))
368      end do
369c-----------------------------------------------------------------------
370c Ecriture du champs  qsurf  ( qsurf[1,nqtot] )
371c-----------------------------------------------------------------------
372      do iq=1,nqtot
373c       write(str2,'(i2.2)') iq
374c       call write_archive(nid,ntime,'qsurf'//str2,'Tracer on surface',
375c     $  'kg.m-2',2,qsurfS(1,iq))
376        txt=trim(tname(iq))//"_surf"
377        call write_archive(nid,ntime,txt,'Tracer on surface',
378     &  'kg.m-2',2,qsurfS(1,iq))
379      enddo
380
381
382c-----------------------------------------------------------------------
383c Ecriture du champs  tsoil  ( Tg[1,10] )
384c-----------------------------------------------------------------------
385c "tsoil" Temperature au sol definie dans 10 couches dans le sol
386c   Les 10 couches sont lues comme 10 champs
387c  nommees Tg[1,10]
388
389c      do isoil=1,nsoilmx
390c       write(str2,'(i2.2)') isoil
391c       call write_archive(nid,ntime,'Tg'//str2,'Ground Temperature ',
392c     .   'K',2,tsoilS(1,isoil))
393c      enddo
394
395! Write soil temperatures tsoil
396      call write_archive(nid,ntime,'tsoil','Soil temperature',
397     &     'K',-3,tsoilS)
398
399! Write soil thermal inertia
400      call write_archive(nid,ntime,'inertiedat',
401     &     'Soil thermal inertia',
402     &     'J.s-1/2.m-2.K-1',-3,ithS)
403
404! Write (0D) volumetric heat capacity (stored in comsoil.h)
405!      call write_archive(nid,ntime,'volcapa',
406!     &     'Soil volumetric heat capacity',
407!     &     'J.m-3.K-1',0,volcapa)
408! Note: no need to write volcapa, it is stored in "controle" table
409
410      ierr=NF_CLOSE(nid)
411c-----------------------------------------------------------------------
412c Fin
413c-----------------------------------------------------------------------
414
415      write(*,*) "startarchive: all is well that ends well"
416     
417      end
Note: See TracBrowser for help on using the repository browser.