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

Diff of /trunk/Sources/dyn3d/gcm.f

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

revision 223 by guez, Wed Dec 7 16:44:53 2016 UTC revision 224 by guez, Fri Apr 28 13:40:59 2017 UTC
# Line 32  PROGRAM gcm Line 32  PROGRAM gcm
32    use leapfrog_m, only: leapfrog    use leapfrog_m, only: leapfrog
33    use netcdf95, only: nf95_close    use netcdf95, only: nf95_close
34    use suphec_m, only: suphec    use suphec_m, only: suphec
   use tracstoke, only: istdyn, istphy  
35    use unit_nml_m, only: unit_nml    use unit_nml_m, only: unit_nml
36    use yoethf_m, only: yoethf    use yoethf_m, only: yoethf
37    use createnewfield_m, only: NbField, Ncid    use createnewfield_m, only: NbField, Ncid
# Line 93  PROGRAM gcm Line 92  PROGRAM gcm
92    CALL initdynav(dtvr, nqmx, t_ops = iperiod * dtvr, t_wrt = periodav * daysec)    CALL initdynav(dtvr, nqmx, t_ops = iperiod * dtvr, t_wrt = periodav * daysec)
93    call init_dynzon(dt_app = dtvr * iperiod)    call init_dynzon(dt_app = dtvr * iperiod)
94    
   ! Choix des fr\'equences de stockage pour le hors-ligne :  
   istdyn = day_step / 4 ! stockage toutes les 6 h = 1 jour / 4  
   istphy = istdyn / iphysiq      
   
95    CALL conf_guide    CALL conf_guide
96    CALL leapfrog(ucov, vcov, teta, ps, masse, phis, q)    CALL leapfrog(ucov, vcov, teta, ps, masse, phis, q)
97    

Legend:
Removed from v.223  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.21