Changeset 2258 for LMDZ5/branches/testing/libf/dyn3d_common
- Timestamp:
- Apr 13, 2015, 10:21:09 AM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 4 deleted
- 3 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2218,2221-2237
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90
r2116 r2258 31 31 INTEGER out_latudim,out_latvdim,out_dim(3) 32 32 INTEGER out_levdim 33 34 INTEGER, PARAMETER :: longcles = 2035 REAL clesphy0(longcles)36 33 37 34 INTEGER start(4),COUNT(4) … … 60 57 pa= 50000. 61 58 62 CALL conf_gcm( 99, .TRUE. , clesphy0)59 CALL conf_gcm( 99, .TRUE. ) 63 60 CALL iniconst 64 61 CALL inigeom -
LMDZ5/branches/testing/libf/dyn3d_common/inigeom.F
r1999 r2258 16 16 c 17 17 c 18 use fxhyp_m, only: fxhyp 19 use fyhyp_m, only: fyhyp 18 20 IMPLICIT NONE 19 21 c … … 264 266 WRITE(6,*)'*** Inigeom , Y = Latitude , der.tg. hyperbolique ***' 265 267 266 CALL fxyhyper( clat, grossismy, dzoomy, tauy , 267 , clon, grossismx, dzoomx, taux , 268 , rlatu,yprimu,rlatv, yprimv,rlatu1, yprimu1,rlatu2,yprimu2 , 269 , rlonu,xprimu,rlonv,xprimv,rlonm025,xprimm025,rlonp025,xprimp025 ) 270 268 CALL fyhyp(rlatu, yprimu, rlatv, rlatu2, yprimu2, rlatu1, yprimu1) 269 CALL fxhyp(xprimm025, rlonv, xprimv, rlonu, xprimu, xprimp025) 271 270 272 271 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.