/[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 24 by guez, Wed Mar 3 13:23:49 2010 UTC revision 25 by guez, Fri Mar 5 16:43:45 2010 UTC
# Line 26  PROGRAM gcm Line 26  PROGRAM gcm
26         nday, raz_date, periodav, conf_gcm         nday, raz_date, periodav, conf_gcm
27    use logic, only: iflag_phys    use logic, only: iflag_phys
28    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv    use comgeom, only: rlatu, aire_2d, cu_2d, cv_2d, rlonv
29    use temps, only: day_ref, annee_ref, day_ini, day_end, itau_dyn    use temps, only: day_ref, annee_ref, day_end, itau_dyn
30    use com_io_dyn, only: histid, histvid, histaveid    use com_io_dyn, only: histid, histvid, histaveid
31    use tracstoke, only: istdyn, istphy    use tracstoke, only: istdyn, istphy
32    use abort_gcm_m, only: abort_gcm    use abort_gcm_m, only: abort_gcm
33    use inithist_m, only: inithist    use inithist_m, only: inithist
34    use initdynav_m, only: initdynav    use initdynav_m, only: initdynav
35    use dynetat0_m, only: dynetat0    use dynetat0_m, only: dynetat0, day_ini
36    use grid_change, only: dyn_phy, init_dyn_phy    use grid_change, only: dyn_phy, init_dyn_phy
37    use iniadvtrac_m, only: iniadvtrac    use iniadvtrac_m, only: iniadvtrac
38    use leapfrog_m, only: leapfrog    use leapfrog_m, only: leapfrog
39    use dynredem0_m, only: dynredem0    use dynredem0_m, only: dynredem0
40    use clesphys2, only: read_clesphys2    use clesphys2, only: read_clesphys2
41      use inigeom_m, only: inigeom
42    
43    IMPLICIT NONE    IMPLICIT NONE
44    
# Line 53  PROGRAM gcm Line 54  PROGRAM gcm
54    REAL phis(iim + 1, jjm + 1) ! géopotentiel au sol    REAL phis(iim + 1, jjm + 1) ! géopotentiel au sol
55    
56    ! Variables pour le fichier histoire :    ! Variables pour le fichier histoire :
57    REAL time_0    REAL time_0 ! time in day, as a fraction of day, in [0, 1[
   
   !!INTEGER i  
58    
59    ! Calendrier :    ! Calendrier :
60    LOGICAL:: true_calendar = .false. ! default value    LOGICAL:: true_calendar = .false. ! default value

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

  ViewVC Help
Powered by ViewVC 1.1.21