/[lmdze]/trunk/phylmd/Orography/start_init_orog.f
ViewVC logotype

Diff of /trunk/phylmd/Orography/start_init_orog.f

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

trunk/Sources/phylmd/Orography/start_init_orog_m.f revision 227 by guez, Thu Nov 2 15:47:03 2017 UTC trunk/phylmd/Orography/start_init_orog.f revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 3  MODULE start_init_orog_m Line 3  MODULE start_init_orog_m
3    ! From startvar.F, version 1.4    ! From startvar.F, version 1.4
4    ! 2006/01/27 15:14:22 Fairhead    ! 2006/01/27 15:14:22 Fairhead
5    
6    use dimens_m, only: iim, jjm    use dimensions, only: iim, jjm
7    
8    IMPLICIT NONE    IMPLICIT NONE
9    
# Line 94  CONTAINS Line 94  CONTAINS
94           interbar=.FALSE.)           interbar=.FALSE.)
95    
96      print *, 'Compute all the parameters needed for the gravity wave drag code'      print *, 'Compute all the parameters needed for the gravity wave drag code'
   
97      CALL grid_noro(lon_rad, lat_rad, relief, rlonv, rlatu, phis, zmea_2d, &      CALL grid_noro(lon_rad, lat_rad, relief, rlonv, rlatu, phis, zmea_2d, &
98           zstd_2d, zsig_2d, zgam_2d, zthe_2d, zpic_2d, zval_2d, mask)           zstd_2d, zsig_2d, zgam_2d, zthe_2d, zpic_2d, zval_2d, mask)
99      phis(:, :) = phis(:, :) * 9.81      phis(:, :) = phis(:, :) * 9.81

Legend:
Removed from v.227  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.21