/[lmdze]/trunk/dyn3d/gcm.f
ViewVC logotype

Diff of /trunk/dyn3d/gcm.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by guez, Fri Mar 5 16:43:45 2010 UTC revision 36 by guez, Thu Dec 2 17:11:04 2010 UTC
# Line 1  Line 1 
1  PROGRAM gcm  PROGRAM gcm
2    
3    ! General circulation model of LMD    ! Authors: P. Le Van, L. Fairhead, F. Hourdin
   
4    ! From "gcm.F", version 1.4, 2006/04/04 15:05:16    ! From "gcm.F", version 1.4, 2006/04/04 15:05:16
5      ! General circulation model of LMD
6    ! Avec coordonnées verticales hybrides, avec nouveaux opérateurs de    ! Avec coordonnées verticales hybrides, avec nouveaux opérateurs de
7    ! dissipation * (gradiv2, divgrad2, nxgraro2)    ! dissipation "*" (gradiv2, divgrad2, nxgraro2)
   
   ! Authors: P. Le Van, L. Fairhead, F. Hourdin  
   
8    ! Possibilité de choisir le schéma pour l'advection de "q", en    ! Possibilité de choisir le schéma pour l'advection de "q", en
9    ! modifiant "iadv" dans "traceur.def".    ! modifiant "iadv" dans "traceur.def".
   
10    ! Pour Van-Leer plus vapeur d'eau saturée : iadv(1)=4    ! Pour Van-Leer plus vapeur d'eau saturée : iadv(1)=4
11    ! Pour Van-Leer : iadv=10    ! Pour Van-Leer : iadv=10
12    
13    USE IOIPSL, only: ioconf_calendar, histclo    use clesphys2, only: read_clesphys2
14    use dimens_m, only: iim, jjm, llm, nqmx    use com_io_dyn, only: histid, histvid, histaveid
   use dimphy, only: klon  
   use paramet_m, only: ip1jm, ip1jmp1  
15    use comconst, only: daysec, cpp, dtvr, g, rad, r, initialize    use comconst, only: daysec, cpp, dtvr, g, rad, r, initialize
16    use comdissnew, only: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, &    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv
        tetagrot, tetatemp  
17    use conf_gcm_m, only: day_step, iperiod, anneeref, dayref, iecri, iphysiq, &    use conf_gcm_m, only: day_step, iperiod, anneeref, dayref, iecri, iphysiq, &
18         nday, raz_date, periodav, conf_gcm         nday, raz_date, periodav, conf_gcm
19    use logic, only: iflag_phys    use dimens_m, only: iim, jjm, llm, nqmx
20    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv    use dimphy, only: klon
   use temps, only: day_ref, annee_ref, day_end, itau_dyn  
   use com_io_dyn, only: histid, histvid, histaveid  
   use tracstoke, only: istdyn, istphy  
   use abort_gcm_m, only: abort_gcm  
   use inithist_m, only: inithist  
   use initdynav_m, only: initdynav  
21    use dynetat0_m, only: dynetat0, day_ini    use dynetat0_m, only: dynetat0, day_ini
22      use dynredem0_m, only: dynredem0
23    use grid_change, only: dyn_phy, init_dyn_phy    use grid_change, only: dyn_phy, init_dyn_phy
24    use iniadvtrac_m, only: iniadvtrac    use iniadvtrac_m, only: iniadvtrac
25    use leapfrog_m, only: leapfrog    use inidissip_m, only: inidissip
   use dynredem0_m, only: dynredem0  
   use clesphys2, only: read_clesphys2  
26    use inigeom_m, only: inigeom    use inigeom_m, only: inigeom
27      use initdynav_m, only: initdynav
28      use inithist_m, only: inithist
29      USE calendar, only: ioconf_calendar
30      use histcom, only: histclo
31      use leapfrog_m, only: leapfrog
32      use logic, only: iflag_phys
33      use paramet_m, only: ip1jm, ip1jmp1
34      use temps, only: day_ref, annee_ref, day_end, itau_dyn
35      use tracstoke, only: istdyn, istphy
36    
37    IMPLICIT NONE    IMPLICIT NONE
38    
# Line 97  PROGRAM gcm Line 91  PROGRAM gcm
91    ! Lecture du fichier "start.nc" :    ! Lecture du fichier "start.nc" :
92    CALL dynetat0(vcov, ucov, teta, q, masse, ps, phis, time_0)    CALL dynetat0(vcov, ucov, teta, q, masse, ps, phis, time_0)
93    
94    ! Lecture des paramètres de contrôle pour la simulation :    ! On remet le calendrier à zero si demandé :
   ! on recalcule éventuellement le pas de temps  
   IF (MOD(day_step, iperiod) /= 0) THEN  
      call abort_gcm(modname = "gcm", message = &  
           'Il faut choisir un nombre de pas par jour multiple de "iperiod".', &  
           ierr = 1)  
   ENDIF  
   
   IF (MOD(day_step,iphysiq)/=0) THEN  
      call abort_gcm(modname = "gcm", message = &  
           'Il faut choisir un nombre de pas par jour multiple de "iphysiq".', &  
           ierr = 1)  
   ENDIF  
   
   ! On remet le calendrier à zero si demandé:  
95    if (annee_ref /= anneeref .or. day_ref /= dayref) then    if (annee_ref /= anneeref .or. day_ref /= dayref) then
96       print *, 'Attention : les dates initiales lues dans le fichier ' // &       print *, 'Attention : les dates initiales lues dans le fichier ' // &
97            '"start" ne correspondent pas à celles lues dans "gcm.def".'            '"start" ne correspondent pas à celles lues dans "gcm.def".'
# Line 129  PROGRAM gcm Line 109  PROGRAM gcm
109       raz_date = .false.       raz_date = .false.
110    endif    endif
111    
112    ! Initialisation des constantes dynamiques :    ! On recalcule éventuellement le pas de temps :
113    zdtvr = daysec / REAL(day_step)    zdtvr = daysec / REAL(day_step)
114    IF (dtvr /= zdtvr) THEN    IF (dtvr /= zdtvr) THEN
115       print *, 'Warning: the time steps in the ".def" file and in ' // &       print *, 'Warning: the time steps in the ".def" file and in ' // &
# Line 139  PROGRAM gcm Line 119  PROGRAM gcm
119       print *, 'Using the value from the ".def" file.'       print *, 'Using the value from the ".def" file.'
120       dtvr = zdtvr       dtvr = zdtvr
121    ENDIF    ENDIF
   CALL iniconst  
   
   ! Initialisation de la géometrie :  
   CALL inigeom  
   
   ! Initialisation du filtre :  
   CALL inifilr  
   
   ! Initialisation de la dissipation :  
   CALL inidissip(lstardis, nitergdiv, nitergrot, niterh, tetagdiv, tetagrot, &  
        tetatemp)  
122    
123      CALL iniconst
124      CALL inigeom ! initialisation de la géometrie
125      CALL inifilr ! initialisation du filtre
126      CALL inidissip
127    call init_dyn_phy    call init_dyn_phy
128    
129    ! Initialisation de la physique :    ! Initialisation de la physique :
# Line 175  PROGRAM gcm Line 148  PROGRAM gcm
148       ! (that value of "cv_2d" is used twice in "zcvfi")       ! (that value of "cv_2d" is used twice in "zcvfi")
149    
150       airefi = pack(aire_2d, dyn_phy)       airefi = pack(aire_2d, dyn_phy)
151       print *, 'Attention : vitesse verticale nulle dans la physique.'       CALL iniphysiq(klon, llm, latfi, lonfi, airefi, zcufi, zcvfi, rad, g, r, &
152       CALL iniphysiq(klon, llm, latfi, lonfi, airefi, &            cpp)
           zcufi, zcvfi, rad, g, r, cpp)  
153    ENDIF    ENDIF
154    
155    ! Initialisation des entrées-sorties :    ! Initialisation des entrées-sorties :
# Line 187  PROGRAM gcm Line 159  PROGRAM gcm
159    
160    CALL dynredem0("restart.nc", day_end, phis)    CALL dynredem0("restart.nc", day_end, phis)
161    CALL inithist(day_ref, annee_ref, zdtvr, nqmx, histid, histvid, &    CALL inithist(day_ref, annee_ref, zdtvr, nqmx, histid, histvid, &
162         infile="dyn_hist.nc", t_ops = iecri * daysec, t_wrt = iecri * daysec)         t_ops = iecri * daysec, t_wrt = iecri * daysec)
163    CALL initdynav(day_ref, annee_ref, zdtvr, nqmx, histaveid, &    CALL initdynav(day_ref, annee_ref, zdtvr, nqmx, histaveid, &
164         infile='dyn_hist_ave.nc', t_ops = iperiod * zdtvr, &         t_ops = iperiod * zdtvr, t_wrt = periodav * daysec)
        t_wrt = periodav * daysec)  
165    
166    ! Choix des fréquences de stockage pour le hors-ligne :    ! Choix des fréquences de stockage pour le hors-ligne :
167    istdyn = day_step / 4     ! stockage toutes les 6 h = 1 jour / 4    istdyn = day_step / 4 ! stockage toutes les 6 h = 1 jour / 4
168    istphy = istdyn / iphysiq        istphy = istdyn / iphysiq    
169    
170    ! Intégration temporelle du modèle :    ! Intégration temporelle du modèle :

Legend:
Removed from v.25  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.21