/[lmdze]/trunk/Sources/phylmd/phyredem.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/phyredem.f

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

trunk/phylmd/phyredem.f revision 99 by guez, Wed Jul 2 18:39:15 2014 UTC trunk/Sources/phylmd/phyredem.f revision 155 by guez, Wed Jul 8 17:03:45 2015 UTC
# Line 4  module phyredem_m Line 4  module phyredem_m
4    
5  contains  contains
6    
7    SUBROUTINE phyredem(fichnom, rlat, rlon, pctsrf, tsol, tsoil, tslab, &    SUBROUTINE phyredem(fichnom, pctsrf, tsol, tsoil, tslab, seaice, qsurf, &
8         seaice, qsurf, qsol, snow, albedo, alblw, evap, rain_fall, snow_fall, &         qsol, snow, albedo, evap, rain_fall, snow_fall, solsw, sollw, &
9         solsw, sollw, fder, radsol, frugs, agesno, zmea, zstd, zsig, zgam, &         fder, radsol, frugs, agesno, zmea, zstd, zsig, zgam, zthe, zpic, zval, &
10         zthe, zpic, zval, t_ancien, q_ancien, rnebcon, ratqs, clwcon, &         t_ancien, q_ancien, rnebcon, ratqs, clwcon, run_off_lic_0, sig1, w01)
        run_off_lic_0, sig1, w01)  
11    
12      ! From phylmd/phyredem.F, version 1.3 2005/05/25 13:10:09      ! From phylmd/phyredem.F, version 1.3, 2005/05/25 13:10:09
13      ! Author: Z. X. Li (LMD/CNRS)      ! Author: Z. X. Li (LMD/CNRS)
14      ! Date: 1993/08/18      ! Date: 1993/08/18
15      ! Objet : écriture de l'état de démarrage ou redémarrage pour la physique  
16        ! Objet : \'ecriture de l'\'etat de d\'emarrage ou red\'emarrage
17        ! pour la physique
18    
19      USE dimphy, ONLY: klev, klon, zmasq      USE dimphy, ONLY: klev, klon, zmasq
20      USE dimsoil, ONLY: nsoilmx      USE dimsoil, ONLY: nsoilmx
# Line 21  contains Line 22  contains
22      USE netcdf, ONLY: nf90_clobber, nf90_global, nf90_float      USE netcdf, ONLY: nf90_clobber, nf90_global, nf90_float
23      USE netcdf95, ONLY: nf95_create, nf95_put_att, nf95_def_dim, &      USE netcdf95, ONLY: nf95_create, nf95_put_att, nf95_def_dim, &
24           nf95_def_var, nf95_enddef, nf95_redef, nf95_put_var, nf95_close           nf95_def_var, nf95_enddef, nf95_redef, nf95_put_var, nf95_close
25        use phyetat0_m, only: rlat, rlon
26      USE temps, ONLY: itau_phy      USE temps, ONLY: itau_phy
27    
28      CHARACTER(len=*), INTENT(IN):: fichnom      CHARACTER(len=*), INTENT(IN):: fichnom
29      REAL, INTENT(IN):: rlat(klon), rlon(klon)      REAL, INTENT(IN):: pctsrf(:, :) ! (klon, nbsrf)
     REAL, INTENT(IN):: pctsrf(klon, nbsrf)  
30      REAL, INTENT(IN):: tsol(:, :) ! (klon, nbsrf)      REAL, INTENT(IN):: tsol(:, :) ! (klon, nbsrf)
31      REAL, INTENT(IN):: tsoil(:, :, :) ! (klon, nsoilmx, nbsrf)      REAL, INTENT(IN):: tsoil(:, :, :) ! (klon, nsoilmx, nbsrf)
32      REAL, INTENT(IN):: tslab(:), seaice(:) ! (klon) slab ocean      REAL, INTENT(IN):: tslab(:), seaice(:) ! (klon) slab ocean
33      REAL, INTENT(IN):: qsurf(:, :) ! (klon, nbsrf)      REAL, INTENT(IN):: qsurf(:, :) ! (klon, nbsrf)
34    
35      REAL, intent(in):: qsol(:) ! (klon)      REAL, intent(in):: qsol(:) ! (klon)
36        ! column-density of water in soil, in kg m-2
37    
38      REAL, INTENT(IN):: snow(klon, nbsrf)      REAL, INTENT(IN):: snow(klon, nbsrf)
39      REAL, INTENT(IN):: albedo(klon, nbsrf)      REAL, INTENT(IN):: albedo(klon, nbsrf)
     REAL, INTENT(IN):: alblw(klon, nbsrf)  
40      REAL, INTENT(IN):: evap(klon, nbsrf)      REAL, INTENT(IN):: evap(klon, nbsrf)
41      REAL, INTENT(IN):: rain_fall(klon)      REAL, INTENT(IN):: rain_fall(klon)
42      REAL, INTENT(IN):: snow_fall(klon)      REAL, INTENT(IN):: snow_fall(klon)
# Line 61  contains Line 64  contains
64    
65      ! Local:      ! Local:
66    
67      INTEGER ncid, idim2, idim3      INTEGER ncid, idim2, idim3, dimid_nbsrf, dimid_nsoilmx
68      integer varid, varid_run_off_lic_0, varid_sig1, varid_w01, varid_rlon      integer varid, varid_run_off_lic_0, varid_sig1, varid_w01, varid_rlon
69      integer varid_rlat, varid_zmasq, varid_fter, varid_flic, varid_foce      integer varid_rlat, varid_zmasq, varid_fter, varid_flic, varid_foce
70      integer varid_fsic      integer varid_fsic, varid_ts, varid_tsoil
71      INTEGER isoil, nsrf      INTEGER nsrf
     CHARACTER(len=7) str7  
72      CHARACTER(len=2) str2      CHARACTER(len=2) str2
73    
74      !------------------------------------------------------------      !------------------------------------------------------------
# Line 75  contains Line 77  contains
77      CALL nf95_create(fichnom, nf90_clobber, ncid)      CALL nf95_create(fichnom, nf90_clobber, ncid)
78    
79      call nf95_put_att(ncid, nf90_global, 'title', &      call nf95_put_att(ncid, nf90_global, 'title', &
80           'Fichier redémarrage physique')           'start file for the physics code')
81      call nf95_put_att(ncid, nf90_global, "itau_phy", itau_phy)      call nf95_put_att(ncid, nf90_global, "itau_phy", itau_phy)
82    
83      call nf95_def_dim(ncid, 'points_physiques', klon, idim2)      call nf95_def_dim(ncid, 'points_physiques', klon, idim2)
84      call nf95_def_dim(ncid, 'klev', klev, idim3)      call nf95_def_dim(ncid, 'klev', klev, idim3)
85        call nf95_def_dim(ncid, 'nbsrf', nbsrf, dimid_nbsrf)
86        call nf95_def_dim(ncid, 'nsoilmx', nsoilmx, dimid_nsoilmx)
87    
88      call nf95_def_var(ncid, 'longitude', nf90_float, idim2, varid_rlon)      call nf95_def_var(ncid, 'longitude', nf90_float, idim2, varid_rlon)
89      call nf95_def_var(ncid, 'latitude', nf90_float, idim2, varid_rlat)      call nf95_def_var(ncid, 'latitude', nf90_float, idim2, varid_rlat)
# Line 101  contains Line 105  contains
105      call nf95_def_var(ncid, 'FSIC', nf90_float, idim2, varid_fsic)      call nf95_def_var(ncid, 'FSIC', nf90_float, idim2, varid_fsic)
106      call nf95_put_att(ncid, varid_fsic, 'title', 'fraction glace mer')      call nf95_put_att(ncid, varid_fsic, 'title', 'fraction glace mer')
107    
108        call nf95_def_var(ncid, 'TS', nf90_float, (/idim2, dimid_nbsrf/), varid_ts)
109        call nf95_put_att(ncid, varid_ts, 'title', 'surface temperature')
110    
111        call nf95_def_var(ncid, 'Tsoil', nf90_float, (/idim2, dimid_nsoilmx, &
112             dimid_nbsrf/), varid_tsoil)
113        call nf95_put_att(ncid, varid_tsoil, 'title', 'soil temperature')
114    
115      call nf95_enddef(ncid)      call nf95_enddef(ncid)
116    
117      call nf95_put_var(ncid, varid_rlon, rlon)      call nf95_put_var(ncid, varid_rlon, rlon)
# Line 110  contains Line 121  contains
121      call nf95_put_var(ncid, varid_flic, pctsrf(:, is_lic))      call nf95_put_var(ncid, varid_flic, pctsrf(:, is_lic))
122      call nf95_put_var(ncid, varid_foce, pctsrf(:, is_oce))      call nf95_put_var(ncid, varid_foce, pctsrf(:, is_oce))
123      call nf95_put_var(ncid, varid_fsic, pctsrf(:, is_sic))      call nf95_put_var(ncid, varid_fsic, pctsrf(:, is_sic))
124        call nf95_put_var(ncid, varid_ts, tsol)
125      DO nsrf = 1, nbsrf      call nf95_put_var(ncid, varid_tsoil, tsoil)
        IF (nsrf<=99) THEN  
           WRITE (str2, '(i2.2)') nsrf  
           call nf95_redef(ncid)  
           call nf95_def_var(ncid, 'TS'//str2, nf90_float, idim2, varid)  
           call nf95_put_att(ncid, varid, 'title', &  
                'Temperature de surface No.'//str2)  
           call nf95_enddef(ncid)  
        ELSE  
           PRINT *, 'Trop de sous-mailles'  
           STOP 1  
        END IF  
        call nf95_put_var(ncid, varid, tsol(:, nsrf))  
     END DO  
   
     DO nsrf = 1, nbsrf  
        DO isoil = 1, nsoilmx  
           IF (isoil<=99 .AND. nsrf<=99) THEN  
              WRITE (str7, '(i2.2, "srf", i2.2)') isoil, nsrf  
              call nf95_redef(ncid)  
              call nf95_def_var(ncid, 'Tsoil'//str7, nf90_float, idim2, varid)  
              call nf95_put_att(ncid, varid, 'title', &  
                   'Temperature du sol No.'//str7)  
              call nf95_enddef(ncid)  
           ELSE  
              PRINT *, 'Trop de couches'  
              STOP 1  
           END IF  
           call nf95_put_var(ncid, varid, tsoil(:, isoil, nsrf))  
        END DO  
     END DO  
126    
127      !IM "slab" ocean      !IM "slab" ocean
128      call nf95_redef(ncid)      call nf95_redef(ncid)
# Line 194  contains Line 175  contains
175         call nf95_put_var(ncid, varid, albedo(:, nsrf))         call nf95_put_var(ncid, varid, albedo(:, nsrf))
176      END DO      END DO
177    
     !IM BEG albedo LW  
     DO nsrf = 1, nbsrf  
        IF (nsrf<=99) THEN  
           WRITE (str2, '(i2.2)') nsrf  
           call nf95_redef(ncid)  
           call nf95_def_var(ncid, 'ALBLW'//str2, nf90_float, idim2, varid)  
           call nf95_put_att(ncid, varid, 'title', &  
                'albedo LW de surface No.'//str2)  
           call nf95_enddef(ncid)  
        ELSE  
           PRINT *, 'Trop de sous-mailles'  
           STOP 1  
        END IF  
        call nf95_put_var(ncid, varid, alblw(:, nsrf))  
     END DO  
     !IM END albedo LW  
   
178      DO nsrf = 1, nbsrf      DO nsrf = 1, nbsrf
179         IF (nsrf<=99) THEN         IF (nsrf<=99) THEN
180            WRITE (str2, '(i2.2)') nsrf            WRITE (str2, '(i2.2)') nsrf

Legend:
Removed from v.99  
changed lines
  Added in v.155

  ViewVC Help
Powered by ViewVC 1.1.21