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

Diff of /trunk/dyn3d/gcm.f

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

trunk/libf/dyn3d/gcm.f90 revision 61 by guez, Fri Apr 20 14:58:43 2012 UTC trunk/dyn3d/gcm.f90 revision 76 by guez, Fri Nov 15 18:45:49 2013 UTC
# Line 9  PROGRAM gcm Line 9  PROGRAM gcm
9    ! l'advection de "q", en modifiant "iadv" dans "traceur.def".    ! l'advection de "q", en modifiant "iadv" dans "traceur.def".
10    
11    USE calendar, only: ioconf_calendar    USE calendar, only: ioconf_calendar
   use clesphys2, only: read_clesphys2  
12    use comconst, only: daysec, cpp, dtvr, g, rad, r    use comconst, only: daysec, cpp, dtvr, g, rad, r
13    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv
14    use comgeomphy, only: airephy, cuphy, cvphy, rlatd, rlond    use comgeomphy, only: airephy, cuphy, cvphy, rlatd, rlond
# Line 78  PROGRAM gcm Line 77  PROGRAM gcm
77       call ioconf_calendar('360d')       call ioconf_calendar('360d')
78    endif    endif
79    
   ! Lecture des fichiers "gcm.def" ou "run.def" :  
   call read_clesphys2  
   
80    ! Initialisation des traceurs    ! Initialisation des traceurs
81    ! Choix du schéma pour l'advection dans le fichier "traceur.def" ou via INCA    ! Choix du schéma pour l'advection dans le fichier "traceur.def" ou via INCA
82    call iniadvtrac    call iniadvtrac
# Line 118  PROGRAM gcm Line 114  PROGRAM gcm
114    ENDIF    ENDIF
115    
116    CALL iniconst    CALL iniconst
   close(unit_nml)  
117    CALL inigeom ! initialisation de la géometrie    CALL inigeom ! initialisation de la géometrie
118    CALL inifilr ! initialisation du filtre    CALL inifilr ! initialisation du filtre
119    CALL inidissip    CALL inidissip
# Line 169  PROGRAM gcm Line 164  PROGRAM gcm
164    ! Intégration temporelle du modèle :    ! Intégration temporelle du modèle :
165    CALL leapfrog(ucov, vcov, teta, ps, masse, phis, q, time_0)    CALL leapfrog(ucov, vcov, teta, ps, masse, phis, q, time_0)
166    
167      close(unit_nml)
168    call histclo    call histclo
169    print *, 'Simulation finished'    print *, 'Simulation finished'
170    print *, 'Everything is cool'    print *, 'Everything is cool'

Legend:
Removed from v.61  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.21