Changeset 353 for LMDZ.3.3/branches/rel-LF/libf/phylmd/clmain.F
- Timestamp:
- Mar 21, 2002, 4:09:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/clmain.F
r341 r353 201 201 SAVE debugindex 202 202 DATA debugindex/.false./ 203 integer idayref 203 204 #include "temps.h" 204 205 … … 208 209 ! initialisation sorties netcdf 209 210 ! 210 CALL ymds2ju(anne_ini, 1, 1, 0.0, zjulian)211 zjulian = zjulian + day_ini211 idayref = day_ini 212 CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) 212 213 CALL gr_fi_ecrit(1,klon,iim,jjm+1,rlon,zx_lon) 213 214 DO i = 1, iim … … 217 218 CALL gr_fi_ecrit(1,klon,iim,jjm+1,rlat,zx_lat) 218 219 cldebug='sous_index' 219 CALL histbeg(cldebug, iim,zx_lon,jjm+1,zx_lat,1,iim,1,jjm 220 $ +1, 0,zjulian,dtime,nhoridbg,nidbg) 220 CALL histbeg(cldebug, iim,zx_lon(:,1),jjm+1,zx_lat(1,:), 221 $ 1,iim,1,jjm 222 $ +1, itau_phy,zjulian,dtime,nhoridbg,nidbg) 221 223 ! no vertical axis 222 224 cl_surf(1)='ter'
Note: See TracChangeset
for help on using the changeset viewer.