- Timestamp:
- Jun 4, 2007, 3:15:06 PM (17 years ago)
- Location:
- LMDZ4/trunk/libf/bibio
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/bibio/initdynav.F
r524 r761 8 8 9 9 USE IOIPSL 10 USE histcom11 10 12 11 implicit none -
LMDZ4/trunk/libf/bibio/initfluxsto.F
r524 r761 7 7 8 8 USE IOIPSL 9 USE histcom10 9 11 10 implicit none -
LMDZ4/trunk/libf/bibio/inithist.F
r524 r761 6 6 7 7 USE IOIPSL 8 USE histcom9 8 10 9 implicit none -
LMDZ4/trunk/libf/bibio/write_field.F90
r677 r761 12 12 interface WriteField 13 13 module procedure WriteField3d,WriteField2d,WriteField1d 14 end interface 15 14 end interface WriteField 16 15 contains 17 16 … … 227 226 write (id,spacing) 228 227 else 229 write (id,' ("")')228 write (id,'') 230 229 write (id,spacing) 231 230 endif … … 304 303 end subroutine write_field3D 305 304 306 subroutine WriteField_phy(name,Field,ll)307 USE dimphy308 implicit none309 include 'dimensions90.h'310 include 'paramet90.h'311 character(len=*) :: name312 integer :: ll313 real, dimension(klon2,ll) :: Field314 real, dimension(iim,jjp1,ll):: New_Field315 316 317 CALL gr_fi_ecrit(ll, klon2,iim,jjp1, Field, New_Field)318 CALL WriteField(name,New_Field)319 end subroutine WriteField_phy320 321 305 function int2str(int) 322 306 implicit none
Note: See TracChangeset
for help on using the changeset viewer.